This is a Timer app.
You will find all the information you will need to work on this project in the Timer-App/src folder.
-
two buttons will Stopwatch and Show Countdown
-
When user click on Show Stopwatch it will display a counter with time and a Start button
-
When user click on Start it will start from 0 and keep changing every 15 milliseconds
-
Once started it will show another button Stop
-
Once user click on Stop the timer will stop and display two other button Resume and Reset
-
Resume will resume the time and Reset will reset the time to 0
-
The box will also have x clicking on this will remove the box
-
Countdown have three button (Hours : Minutes : Seconds)
-
All three have up and down button clicking on which will increment or decrement the time
-
It is also have a Start button
-
Once countdown is completed it will alert a message saying Countdown ended
- NPM
/* First, Install the needed packages */
npm install
/* Then start the React app */
npm start