mirror of https://github.com/franjsco/tomadoro
edit readme
This commit is contained in:
parent
096560c3d9
commit
3adce6e457
56
README.md
56
README.md
|
@ -1,21 +1,51 @@
|
|||
# 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>
|
||||
|
||||
> A timer based on the Pomodoro Technique
|
||||
|
||||
### ✨ [Demo](https://franjsco.github.io/tomadoro/)
|
||||
|
||||
![tomadoro screenshot](screenshot.png)
|
||||
|
||||
Technologies:
|
||||
* HTML5 and CSS
|
||||
* JavaScript
|
||||
* React.js
|
||||
* Bootstrap (reactstrap)
|
||||
## Install
|
||||
|
||||
## Demo
|
||||
Try tomadoro: https://franjsco.github.io/tomadoro/
|
||||
```sh
|
||||
npm install
|
||||
```
|
||||
|
||||
## License
|
||||
GPLv3
|
||||
## Usage
|
||||
|
||||
---
|
||||
```sh
|
||||
npm run start
|
||||
```
|
||||
|
||||
## 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
|
||||
Photo by Zoltan Tasi on Unsplash
|
||||
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.
|
||||
|
||||
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)_
|
Loading…
Reference in New Issue