This assignment requires you to implement a simple Countdown timer using JavaScript. Several considerations motivate this assignment. First, timed events can be useful in a variety of contexts, and the basic countdown timer requested here is an excellent start. Second, we are approaching the point in the semester where AJAX is introduced. More practice with JavaScript is good preparation.
The requirements of assignment are:
Converting from seconds remaining to minutes and seconds remaining can be tricky if you don't think through the tools readily available to you. Keeping this in mind, you will want to make sure you are up to speed on integer division and modulo operators in JavaScript.
You will submit a single zip file "lastname.zip" with the required files. Submission will be through Canvas. Please host it on your CS account and provide the URL to your page as a comment during the Canvas submission, keep this assignment separate from your previous assignments.
To do this assignment, please use a text editor and type all the necessary tags by hand. Please do not use any web development application to create your home page. Your work will be tested with Chrome on department machines
None.