STOPWATCH (Made using HTML5 CSS3 and JavaScript)
You can see the website live at: https://5codeman.github.io/STOPWATCH/
Project demo video Link: https://www.youtube.com/watch?v=QeLBZmgMxLc
ABOUT THIS PROJECT-:
- In this project i have created a simple stopwatch using HTML CSS and JavaScript.
- In the Stopwatch there are three buttons start, pause, and reset for operating the stopwatch.
- The main logic use in this stopwatch project is the set interval function.