Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```