Skip to content

codingXpert/Stop-Watch-Using-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StopWatch

An ultra-simple HTML + CSS + JavaScript Stopwatch

Technology Used

1.HTML
2.CSS
3.JavaScript

Screenshots

Screenshot 1 Screenshot 2

Why?

Helping people learn how to code requires a simple but functional example.

Everyone has experience using a stopwatch. Whether to time an experiment in school (science class), cooking in the home or holding ones' breath under water, we can all immediately see the use of a stopwatch.

How?

Open the index.html in your web browser and try the simple stopwatch. Then read the code in the files to understand how it all works!

Interface

I tried to simplify the UI as much as possible so there is four button/control for the stopwatch: START PAUSE RESET

When the "START" button is pressed/clicked it starts the timer.
When the "STOP" button is pressed/clicked it stops the timer.
When the "RESET" button is pressed/clicked it reset the timer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published