Stylish watch giveaway countdown timer made with JavaScript. A great project to practice JavaScript date methods and objects!
I had a chance to practice JavaScript Date object and methods like getFullYear(), getMonth(), getDate(), getHours() and even getMinutes(). I also made sure that once the timing is 0 it resets and starts the counter again, so I don't have to keep updating the project.
- Figma - is a great tool to create the design beforehand.
- MDN Web Docs - a place where you can read more about Date methods.