Skip to content

ayushshakyag/stopwatchjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stopwatch

This is a simple stopwatch application built using HTML, CSS, and JavaScript.

Features

Displays hours, minutes, and seconds Start, stop, and reset buttons Disables the start and stop buttons as required

Usage

To use the stopwatch, simply open the index.html file in your web browser. Once the page is loaded, you can use the start, stop, and reset buttons to control the stopwatch.

How it works

The stopwatch works by using JavaScript to update the hours, minutes, and seconds displayed on the page. The start button starts a timer that updates the time every second. The stop button stops the timer, and the reset button resets the time to zero.

Credits

This stopwatch was created by Ayush Shakya