Stopwatch Web Application for my Web Development Internship at PRODIGY Infotech.
Objective: To build an interactive Stopwatch Web Application that:
- Allows users to start, stop, and reset the timer.
- Tracks minutes, seconds, and milliseconds with accuracy.
- Is styled to provide a clean and user-friendly interface.
- HTML5: For creating the structure of the stopwatch.
- CSS3: For styling and making the application visually appealing.
- JavaScript: To implement stopwatch functionality, including start, stop, and reset operations.
- index.html # Main HTML file
- styles.css # CSS for styling
- script.js # JavaScript for interactivity
- README.md # Documentation
- Clone this repository:
- git clone https://github.com/rishanmenezes/PRODIGY_WD_01.git
- Open the project folder in a code editor (e.g., VS Code).
- Open index.html in a browser to view the project.
- Structuring a responsive web application using HTML.
- Styling buttons, text, and background with CSS for a sleek and user-friendly design.
- Writing JavaScript to implement real-time stopwatch functionality with start, stop, and reset features.
- Ensuring time formatting (minutes, seconds, milliseconds) remains accurate and visually appealing.
- Start: Starts the stopwatch timer with millisecond precision.
- Stop: Pauses the stopwatch at the current time.
- Reset: Resets the timer to 00:00:00.
- Thanks to PRODIGY Infotech for the opportunity.
- Resources: MDN Web Docs, W3Schools.