In this mini project, you will create a countdown timer using the JavaScript Date module. In the process, you'll get to practice many of the JavaScript skills you have acquired over the course, including strings and operators, creating your own functions, interacting with HTML elements and forms, form validation, using Date object, and using the setInterval method of JavaScript.
Overview
Although we've provided guidance and instructions for the project, you'll be writing all the code for this project. You are supposed to take end date and time input from the user and run a countdown timer based on the time difference.