Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riverdave/osxtimer
Timer Application in React
https://github.com/riverdave/osxtimer
Last synced: 2 days ago
JSON representation
Timer Application in React
- Host: GitHub
- URL: https://github.com/riverdave/osxtimer
- Owner: RiverDave
- Created: 2024-02-27T05:51:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T23:41:43.000Z (8 months ago)
- Last Synced: 2024-03-01T01:46:19.771Z (8 months ago)
- Language: JavaScript
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timer Component created in React
My goal was to replicate the MACOS clock timer, It still lacks some features like the ability to type the desired
number in each field but I hope to improve it later.
To change the fields in the box, you need to either click or use the arrows to manipulate the number inside.## Demo
![quote-demo](./demo/timerdemo.gif)
### To run locally
```bash
git clone https://github.com/RiverDave/OSXTimer.git
cd OSXTimer
npm i
```- start local server
```bash
npm run dev
```