Compare commits

...

4 Commits

Author SHA1 Message Date
Francesco Esposito 6428397c3f edit readme(screenshot) 2020-05-12 19:24:15 +02:00
Francesco Esposito 986bfa52ac edit readme(screenshot) 2020-05-12 19:17:56 +02:00
Francesco Esposito 0ef15bec40 edit readme 2020-05-12 16:51:22 +02:00
Francesco Esposito 3adce6e457 edit readme 2020-05-12 16:49:10 +02:00
3 changed files with 54 additions and 14 deletions

View File

@ -1,21 +1,61 @@
# tomadoro 🍅
A timer based on the Pomodoro Technique
<h1 align="center">Welcome to tomadoro 🍅</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-1.7.0-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/franjsco/tomadoro/graphs/commit-activity" target="_blank">
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
</a>
<a href="https://github.com/franjsco/tomadoro/blob/master/LICENSE" target="_blank">
<img alt="License: GPL--3.0--or--later" src="https://img.shields.io/github/license/franjsco/tomadoro" />
</a>
<a href="https://twitter.com/franjsco" target="_blank">
<img alt="Twitter: franjsco" src="https://img.shields.io/twitter/follow/franjsco.svg?style=social" />
</a>
</p>
![tomadoro screenshot](screenshot.png)
> A timer based on the Pomodoro Technique
Technologies:
* HTML5 and CSS
* JavaScript
* React.js
* Bootstrap (reactstrap)
### ✨ [Demo](https://franjsco.github.io/tomadoro/)
## Demo
Try tomadoro: https://franjsco.github.io/tomadoro/
![tomadoro screenshot](screenshot.jpg)
## License
GPLv3
## 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).<br />
This project is [GPL--3.0--or--later](https://github.com/franjsco/tomadoro/blob/master/LICENSE) licensed.
---
Photo by Zoltan Tasi on Unsplash
Made with ❤️ by Francesco Esposito ([@franjsco](https://github.com/franjsco))
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_

BIN
screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB