A simple stopwatch implemented using HTML, CSS, and JavaScript with start, pause, and reset functionality.
- Start: Begin the stopwatch to measure elapsed time.
- Pause: Pause the stopwatch to temporarily halt time measurement.
- Reset: Reset the stopwatch to zero.
-
Clone the repository:
git clone https://github.com/shihabcodes/stopwatch.git
-
Open
index.html
in a web browser to use the stopwatch. -
Click the "Start" button to begin the timer, "Pause" to temporarily stop it, and "Reset" to set the timer back to zero.
The stopwatch keeps track of hours, minutes, and seconds. The timer starts when you click the "Start" button, pauses with the "Pause" button, and resets to zero with the "Reset" button.
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or create a pull request.
- Fork the project.
- Create a new branch (
git checkout -b feature/awesome-feature
). - Commit your changes (
git commit -m 'Add awesome feature'
). - Push to the branch (
git push origin feature/awesome-feature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.