https://github.com/ityreh/pomodoro
A pomodoro utility based on Angular.
https://github.com/ityreh/pomodoro
angular
Last synced: 3 months ago
JSON representation
A pomodoro utility based on Angular.
- Host: GitHub
- URL: https://github.com/ityreh/pomodoro
- Owner: ityreh
- Created: 2021-01-23T22:36:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T11:26:31.000Z (over 2 years ago)
- Last Synced: 2024-01-07T12:34:11.884Z (over 2 years ago)
- Topics: angular
- Language: HTML
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pomodoro
The pomodor technique is a time management method invented by [Francesco Cirillo](https://francescocirillo.com/) and it is simply explained:
1. Define the task you want to work on
2. Set a timer to 25 minutes
3. Work on the task focused
4. Stop work when the timer rings
5. Let x be the number of pomodoro done, then if
- x % 4 = 0 --> take a short 3-5 minute break
- else --> take a longer break of 15-30 minutes
You can practice this method with a mechanical timer, pen and paper and that would be totally fine. For me this was the best way to experiment with the method and to evaluate wether the method suits me. If you are 100% happy - stay with it and keep going.
If you want some more features and you find them in the follwoing list, give this pomodoro app a try.
- Digital Timer that gives a melodious or visual signal when 25 minutes are over
- Save your task definition for review
- Export a timesheet with day, week, month and year report
If you do not find the feature you are looking for in this list, feel free to open an issue and we will discuss the implementation.