Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.61 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.61 KB

GitHub repo size GitHub stars GitHub forks Twitter Follow

JavaScript Stopwatch

This is simple JS stopwatch that uses setinterval. It displays hour, minutes, seconds and milliseconds.

Demo Screenshot

stopwatch.png

It has 3 buttons :

  • Start
  • Stop
  • Reset

Control

Method Description
startStopWatch() Start a stopwatch
stopStopwatch.() Pause a stopwatch.
resetStopwatch() Reset a stopwatch.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Git must be installed on your operating system.

Run Locally

To run Stopwatch locally, run this command on your git bash:

Linux and macOS:

sudo git clone https://github.com/yashk9293/Stopwatch.git

Windows:

git clone https://github.com/yashk9293/Stopwatch.git

Contact

If you want to contact me you can reach me at Twitter.

License

This project is free to use and does not contains any license.