- Build a StopWatch App using ReactJS.
- For understanding useState hooks and components i made a simple StopWatch app. It has only three features which are play, pause and reset.
You can reach my project from here 👈
- StopWatch App (folder)
|
|----readme.md
SOLUTION
├── public
│ ├── favicon.ico
│ ├── index.html
│ └── robots.txt
├── src
│ ├── components
│ │ │── fonts
│ │ │ ├── DS-DIGI.TTF
│ │ │ └── DS-DIGIB.TTF
│ │ │── clock.css
│ │ └── clock.js
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ └── index.css
│
├── package.json
└── yarn.lock
- HTML
- CSS
- JS
- ReactJS
$ git clone https://github.com/esadakman/reactjs-stop-watch.git
$ cd stopWatch-react/
$ npm install / yarn
$ npm start / yarn start