Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 485 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 485 Bytes

stopWatch

visit link: https://raghu-masula.github.io/stopWatch/

This repo contains a project given by Coding Ninjas to qualify the skill test

Stop watch is created using Html, Css, vanilla Javascript

It contains 3 buttons => Start, Stop, Reset

Start: To start timer user should click on start button.

Stop: To stop or pause user should click on stop button. To resume timer user should click on resume button

Reset: To reset the time to 00 user should click on reset button.