Clock Web App
- 2 Devlogs
- 10 Total hours
I'm building a responsive clock website in HTML & Javascript which has a real-time clock, a customizable countdown timer, and a stopwatch with start, pause and reset options. Hope you find my project cool :)
I'm building a responsive clock website in HTML & Javascript which has a real-time clock, a customizable countdown timer, and a stopwatch with start, pause and reset options. Hope you find my project cool :)
Devlog #2
This is my second devlog for this project; I now finished implementing the code for the Timer portion and fixed some logic errors which were stopping my stopwatch from running correctly. I also learned CSS to add to the project to make it look polished. (I decided to give it a dark purple theme like dracula) Overall, this was difficult for me but I think it came out pretty well in the end. :)
Devlog # 1
This is my first project, and I am working on a clock website where you can check the time, set a stopwatch and timer (and maybe a Pomodoro timer).
Coding it wan’t too much of a challenge, but I struggled getting the stopwatch to work; when I clicked stop, it kept running in the background so the time would keep going when I clicked start again.
Also, I’m not very good at CSS, so it might be a challenge to get the program to look polished😅