Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 479 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 479 Bytes

Front-end project: Stopwatch

Coding Ninjas Skill Test

This stopwatch project maintains the same functionality as that of a simple stopwatch.

Features:

Start Button: On click of start button, the timer starts. If timer is 0, starts from beginning else starts from wherever last stopped

Stop Button: Stops timer once clicked on the stop button

Reset Button: On click of reset stop the watch (if already started) and set timer to 0