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
- Host: GitHub
- URL: https://github.com/subhajitroycode/stopwatch
- Owner: subhajitroycode
- Created: 2022-01-28T14:28:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T14:40:33.000Z (over 4 years ago)
- Last Synced: 2025-06-07T11:44:22.953Z (12 months ago)
- Topics: dom, dom-manipulation, javascript, setinterval, timer
- Language: SCSS
- Homepage: https://subhajitroycode.github.io/stopwatch/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.