https://github.com/franjsco/tomadoro
A timer based on the Pomodoro Technique.
https://github.com/franjsco/tomadoro
pomodoro-technique-timer timer webapp
Last synced: 5 months ago
JSON representation
A timer based on the Pomodoro Technique.
- Host: GitHub
- URL: https://github.com/franjsco/tomadoro
- Owner: franjsco
- License: gpl-3.0
- Created: 2019-03-14T14:12:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:05:05.000Z (about 2 years ago)
- Last Synced: 2024-04-23T05:40:13.028Z (about 2 years ago)
- Topics: pomodoro-technique-timer, timer, webapp
- Language: JavaScript
- Homepage: https://franjsco.github.io/tomadoro/
- Size: 6.21 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to tomadoro 🍅
> A timer based on the Pomodoro Technique
### ✨ [Demo](https://franjsco.github.io/tomadoro/)

## Install
```sh
npm install
```
## Usage
**Development**
```sh
npm run start
```
**Production**
```sh
npm run build
npm install -g serve
serve -s build
```
Other Solutions: [here](https://create-react-app.dev/docs/deployment/)
## Author
👤 **franjsco (Francesco Esposito)**
* Website: https://franjsco.github.io/
* Twitter: [@franjsco](https://twitter.com/franjsco)
* Github: [@franjsco](https://github.com/franjsco)
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [franjsco (Francesco Esposito)](https://github.com/franjsco).
This project is [GPL--3.0--or--later](https://github.com/franjsco/tomadoro/blob/master/LICENSE) licensed.
Photo by Zoltan Tasi on Unsplash
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_