Skip to content

A simple stopwatch with start, stop and reset feature. It displays hour, minutes, seconds and milliseconds. Start, stop and reset are image buttons used for better visualization.

Notifications You must be signed in to change notification settings

yashk9293/Stopwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple stopwatch with start, stop and reset feature. It displays hour, minutes, seconds and milliseconds. Start, stop and reset are image buttons used for better visualization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published