Skip to content

ravindra-shastri/Timer-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timer App

This is a Timer app.

Getting Started with Create React App

You will find all the information you will need to work on this project in the Timer-App/src folder.

Features

Stopwatch

  • 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

  • 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

Build/Run

Requirements

  • NPM
/* First, Install the needed packages */
npm install

/* Then start the React app */
npm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors