An efficient and easy-to-use stopwatch web app, built with HTML, CSS, and JavaScript. It provides functionalities for starting, pausing, resetting, and tracking lap times.
The application allows users to start, pause, reset, and track lap times accurately.
- Start/Pause Functionality: Start or pause the stopwatch at any time.
- Reset Functionality: Reset the stopwatch back to zero.
- Lap Time Tracking: Track and display multiple lap times.
- Responsive Design: Works seamlessly across different screen sizes.
- HTML: Used to structure the application's interface.
- CSS: Used to style the application for a better user experience.
- JavaScript: Implements core stopwatch functionalities (start, pause, reset) and handles lap time tracking.
- Clone the repository:
git clone https://github.com/mudassir-725/STOPWATCH.git
- Open the
index.html
file in a web browser. - Use the buttons to start, pause, reset the stopwatch, or record lap times.
Check out the live demo here. [https://mudassir-725.github.io/STOPWATCH]
This project is licensed under the MIT License.