Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pantharshit00/pomodoro-gatsby

Pomodoro Timer that works offline.
https://github.com/pantharshit00/pomodoro-gatsby

gatsby now pomodoro-timer reactjs

Last synced: about 2 months ago
JSON representation

Pomodoro Timer that works offline.

Awesome Lists containing this project

README

        

# Pomodoro Clock

Pomodoro timer that works offline. https://pompom.now.sh

## Getting started
1. Clone this repo.
2. Installed dependencies
```sh
# prefer yarn as this has the lockfile
npm install
# OR
yarn
```
3. Run gatsby
```sh
npm run develop
# OR
yarn run develop
```


### PRs are welcome