Skip to content

esadakman/javascript-stop-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stop Watch

Description

  • Build a StopWatch App with using javaScript

Objective

  • Project aims to create a StopWatch App.
  • I made a simple StopWatch app with javaScript. It has only three features which are play, pause and reset.

Project Link

You can reach my project from here 👈

Project Skeleton

- StopWatch App (folder)
|
|----readme.md
SOLUTION
│    └── assets
│           └── favicon.png
├── app.js
├── index.html
└── style.css

At the end of the project, following topics are to be covered;

  • HTML

  • CSS

  • JS

To run this project;

$ git clone https://github.com/esadakman/stopWatch.git
$ cd stopWatch/

Preview of the Project

stopWatch