An open API service indexing awesome lists of open source software.

https://github.com/subhajitroycode/stopwatch

Made a stopwatch with JS setInterval method
https://github.com/subhajitroycode/stopwatch

dom dom-manipulation javascript setinterval timer

Last synced: about 1 month ago
JSON representation

Made a stopwatch with JS setInterval method

Awesome Lists containing this project

README

          

# STOPWATCH Project

This is a stopwatch project. It is a simple project that I made to learn how to use the JavaScript setInterval() and clearInterval() functions. It's a simple stopwatch that can be started, stopped and reset.

And also the background animation is inspired by the [background animation](https://codepen.io/mohaiman/pen/MQqMyo) by [Mohaiman](https://codepen.io/mohaiman).





## Future Plans
In future I will add more features to this project like a timer, a countdown timer, a stopwatch with a timer, a stopwatch with a countdown timer.