A simple and interactive Stopwatch web application built using HTML, CSS, and JavaScript. This project allows you to start, stop, reset the timer, and save multiple timestamps with ease.
▶️ Start the stopwatch- ⏹️ Stop the stopwatch
- 🔄 Reset the timer to zero
- 🕒 Get and display the current stopwatch time
- ❌ Clear all recorded times
- 📱 Responsive design for mobile and desktop
- HTML5
- CSS3
- JavaScript (Vanilla)
Stopwatch/ ├── index.html # Markup for the stopwatch UI ├── style.css # Styling for layout and responsiveness └── (JS is embedded inside index.html)
#🔮 Future Improvements Add Lap functionality
Show milliseconds
Audio notification when timer stops
Theme switch (Dark/Light Mode)