Project
Need to do something after a given duration? then this countdown timer app that I build is the perfect tool for you.Built from scratch using vanilla Javascript, with basic functionalities of set time; where the user is prompted to enter the number of minutes. This feature is fool-proofed such that a user cannot start the timer with a value of less than zero.The other functionalities include starting,pausing and resetting the timer.This project helped me to better understand JavaScript core concepts such as functions and events.The project challenged me to learn how to correctly update the UI based on the user's inputs or actions.It also gave me a better understanding of the CSS since i had to write all of it from scratch; thus understanding concepts like flex-box.
Technologies
Back