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

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.

Awesome Lists containing this project

README

          

Welcome to tomadoro 🍅



Version

Maintenance


License: GPL--3.0--or--later


Twitter: franjsco

> A timer based on the Pomodoro Technique

### ✨ [Demo](https://franjsco.github.io/tomadoro/)

![tomadoro screenshot](screenshot.jpg)

## 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)_