Skip to content

ialtafshaikh/stopwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stopwatch App

This is a stopwatch I have created from scratch using HTML, CSS, and Javascript.

Getting Started

A stop watch is a device used to measure speed or duration in fractions of a second, typically for sporting or athletic events. In this project I had made a web application of stopwatch. It has following features

  • It shows time in HH:MM:SS format
  • Starts from 00:00:00
  • User can Start, Pause, Reset the timer

Additional Features

  1. Fully Mobile Responsive App
  2. Play/Stop button changes dynamically
  3. Simple design UI
  4. Works Globally i.e no effect of timezone

Prerequisites

You need to have a basic knowledge of HTML, CSS and JavaScript under your belt. Additionally, you need to have Git, VScode text editor installed on your computer.

VS code Extension

  • Live server to run the project. Click here to see download instructions and how to use live server to run the project

Sample Working

gif

Downloading and Running this Project Locally

  1. clone the repository using below command
git clone https://github.com/ialtafshaikh/stopwatch.git
  1. And run the index.html using Live server

Deployment

To Host the Project I had used Github Pages. To learn more visit her

Live Demo of this Project

Live Working

References

Author

altaf shaikh

License

This project is licensed under the MIT License - see the LICENSE.md file for details