- Build a StopWatch App with using javaScript
- 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.
You can reach my project from here 👈
- StopWatch App (folder)
|
|----readme.md
SOLUTION
│ └── assets
│ └── favicon.png
├── app.js
├── index.html
└── style.css
-
HTML
-
CSS
-
JS
To run this project;
$ git clone https://github.com/esadakman/stopWatch.git
$ cd stopWatch/