https://github.com/kaf-lamed-beyt/stopwatch
A react stopwatch/timer that enables you to keep track or set up a countdown or deadline
https://github.com/kaf-lamed-beyt/stopwatch
Last synced: about 1 month ago
JSON representation
A react stopwatch/timer that enables you to keep track or set up a countdown or deadline
- Host: GitHub
- URL: https://github.com/kaf-lamed-beyt/stopwatch
- Owner: kaf-lamed-beyt
- Created: 2020-03-14T10:11:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T21:09:50.000Z (about 5 years ago)
- Last Synced: 2025-04-06T05:52:13.918Z (about 1 month ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React-stopwatch
A simple stopwatch app with ReactJs## Setting Up
- To start the app on your localhost type;
```npm
npm install
```
- And then run,
```npm
npm start
```
to view the project on your liveserver## Contributing
- Just shoot a PR at me, I'm cool with it. 😄