Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahtf/pomodoro-app
This is a pomodoro app build with HTML, CSS and JavaScript
https://github.com/mahtf/pomodoro-app
css html javascript netlify
Last synced: 9 days ago
JSON representation
This is a pomodoro app build with HTML, CSS and JavaScript
- Host: GitHub
- URL: https://github.com/mahtf/pomodoro-app
- Owner: MahTF
- License: mit
- Created: 2025-02-10T16:57:30.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-02-10T22:27:51.000Z (10 days ago)
- Last Synced: 2025-02-10T23:25:44.680Z (10 days ago)
- Topics: css, html, javascript, netlify
- Language: JavaScript
- Homepage: https://pomodoromahtf.netlify.app/
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pomodoro App
Descrição |
Iniciando |
O que contém |
Licença## :clipboard: Descrição
Este projeto é sobre uma técnica de estudos conhecida como Pomodoro, onde dividimos as atividades por ciclos, iniciando com 25 minutos para a atividade principal e tendo pausa de 5 ou 15 minutos após a atividade para descanso.Baseado neste [video](https://www.youtube.com/watch?v=lZAUQAmKj-k)
## :rocket: Iniciando
1. Clone o repositorio
- Usando Git
```shell
git clone https://github.com/mahtf/pomodoro-app.git
```
- Usando Github CLI
```shell
gh repo clone mahtf/pomodoro-app
```
> :bulb: ou como preferir2. Execução
- Rode o arquivo [index]().
## 🧐 O que contém
### :building_construction: Tecnologias
- [HTML]()
- [CSS]()
- [JavaScript]()## :memo: Licença
Este projeto está sob a MIT license. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.
---
Build with 💙 By [MahTF](https://www.linkedin.com/in/mahtf/)
Based on the [readme template](https://gist.github.com/henry-ns/a00234378353d9ca43e1bfe043202192) by [Henrique Miranda](http://thehenry.dev/)