A Javascript Count Down Timer App

Originally Posted on with tags: javascript
Last Update on

I am reading the Eloquent Javascript book and javascript.info website for the past few weeks. My goal is to write a javascript timer app for myself. On this last day of 2020, I want to write something down as a start point.

15:00

The app is not finished yet. I will add js code to it…

Update (1/1/2021): The app is working Okay now. I add two beep sounds at the end of the timer. Also the NoSleep js is added to prevent screen sleeping. The only major problem is that if you refresh the webpage, the timer will go back to initial state 15 minutes.

Update (1/5/2021): Change the sound to three beeps and change the font color to red when it reaches zero. So far I am happy with the app.