Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhluska/pomodoro
🍅 An easy to use Pomodoro Technique timer
https://github.com/mhluska/pomodoro
pomodoro-technique-timer pomodoro-timer
Last synced: 2 months ago
JSON representation
🍅 An easy to use Pomodoro Technique timer
- Host: GitHub
- URL: https://github.com/mhluska/pomodoro
- Owner: mhluska
- Created: 2015-06-27T14:39:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T02:35:04.000Z (6 months ago)
- Last Synced: 2024-07-23T05:17:38.172Z (6 months ago)
- Topics: pomodoro-technique-timer, pomodoro-timer
- Language: JavaScript
- Homepage: https://mhluska.github.io/pomodoro
- Size: 2.09 MB
- Stars: 27
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![tomato](src/images/tomato.png)
### Pomodoro Timer
**Pomodoro Timer** is an easy to use, web-based Pomodoro Technique timer: https://mhluska.github.io/pomodoro
#### Develop
```sh
npm install
npm start
```#### Build
```sh
npm run build
```