A simple Digital Stopwatch with a lap recording feature, built with HTML, CSS, and JavaScript as part of my internship at Prodigy InfoTech. This stopwatch includes start, stop, reset, and lap recording functionalities. It is fully responsive and works across different devices.
- HTML5: Structure and layout
- CSS3: Styling and responsiveness
- JavaScript: Stopwatch functionality (start, stop, reset, lap recording)
- Start/Stop: Start and pause the stopwatch with a click.
- Reset: Reset the timer to zero.
- Record Lap: Record lap times while the stopwatch is running.
- Responsive: Works across mobile, tablet, and desktop devices.
- Smooth UI: Animated transitions for a smooth user experience.
- Start: Click Start to begin.
- Stop: Click Stop to pause.
- Reset: Click Reset to set the time to zero.
- Record Lap: While the stopwatch is running, click Record Lap to save lap times.
- Clone the repo:
git clone https://github.com/yourusername/digital-stopwatch.git
- Open the
index.html
in your browser.