Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 924 Bytes

File metadata and controls

36 lines (27 loc) · 924 Bytes

Demo

Check out the live demo: GitHub Pages Demo

Chronometer

A simple web-based chronometer (stopwatch) built using HTML, CSS, and JavaScript.

Features

  • Start, pause, and reset functionality
  • Displays hours, minutes, and seconds
  • Responsive and lightweight design

Technologies Used

  • HTML
  • CSS (including Google Fonts for styling)
  • JavaScript (for functionality)

How to Use

  1. Click the Play button to start the chronometer.
  2. Click Pause to stop the timer temporarily.
  3. Click Reset to reset the time to 00:00:00.

File Structure

Chronometer/
│── index.html      # Main HTML structure
│── css/
│   └── style.css   # Stylesheet for UI
│── js/
│   └── script.js   # JavaScript functionality

Author

Created by MDJAmin. Check out more projects on GitHub.