CodingNinja frontend test stopwatch application with start, stop, and reset functionality. The timer is displayed in the format MM:SS:SS.
- Start/Stop/Reset
- Real-time display
- Formatted time
- Open
index.html
in a web browser. - Click "START" to begin the stopwatch.
- Use "STOP" to pause and "RESET" to set to zero.
index.html
: Structure of the webpage.styles.css
: Styles for a visually appealing layout.script.js
: Stopwatch logic and real-time updates.