Skip to content

rperry99/custom-countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

This is a custom countdown app where the user can enter in a date they would like to countdown to and it will count down. This utilizes localstorage as well so the user can keep their data for their countdown and every time they go back, they will see their coutdown going down.

This project is from Zero to Mastery: Jacascript Web Projects: 20 Projects to Build Your Portfolio. This is project 9 / 20.

Live Project

You can view the live version of the project here

You can view the full list of project from this course here.

Thoughts

This was another interesting project. I have made a countdown timer in the past, but mine was way more complicated. In the previous one I made on my own, it was more like a kitchen timer where you could set minutes and seconds. The way I did it, was I had the user enter in their time, in seconds (I know, not ideal), then use a for loop to keep looping over the seconds, subtracting 60 every time until you were no longer able to. That was how I got my minutes.

The math used in this one to get days, hours, minutes, and seconds was so much cleaner. It is funny to look back on some past projects.

About

This is a project from the Zero to Mastery 20 Javascript Projects Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published