This project is a simple web-based Timer and Stopwatch application.
- Stopwatch Mode: Counts up from 0.
- Timer Mode: Counts down from a specified time.
- Start/Stop Functionality: Start or stop the timer/stopwatch.
- Reset Functionality: Reset the timer/stopwatch to 0.
- Split Functionality: Record split times in stopwatch mode.
- Select Mode: Choose either "stopwatch" or "timer" from the dropdown menu.
- Set Time: If in timer mode, set the desired minutes and seconds.
- Start/Stop: Click the "Start" button to begin counting. Click "Stop" to pause.
- Reset: Click the "Reset" button to reset the timer/stopwatch.
- Split: In stopwatch mode, click the "Split" button to record the current time.
index.html: The main HTML file containing the structure of the application.style.css: The CSS file for styling the application.script.js: The JavaScript file containing the logic for the timer and stopwatch.
- Open
index.htmlin a web browser. - Use the application as described in the usage section.
@chakerncb