https://github.com/gestalte/racket-work-timer
A Racket GUI implementation of the Pomodoro time management method.
https://github.com/gestalte/racket-work-timer
pomodoro pomodoro-technique pomodoro-timer racket-gui racket-lang
Last synced: 5 months ago
JSON representation
A Racket GUI implementation of the Pomodoro time management method.
- Host: GitHub
- URL: https://github.com/gestalte/racket-work-timer
- Owner: Gestalte
- Created: 2020-06-12T21:41:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T22:54:55.000Z (over 4 years ago)
- Last Synced: 2025-06-04T22:15:47.642Z (about 1 year ago)
- Topics: pomodoro, pomodoro-technique, pomodoro-timer, racket-gui, racket-lang
- Language: Racket
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# racket-work-timer
A Racket GUI implementation of the Pomodoro time management method.
## What it is:
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato', after the tomato-shaped kitchen timer that Cirillo used as a university student.
## How it works:
1. Decide on the task to be done.
2. Set the pomodoro timer (traditionally to 25 minutes).
3. Work on the task.
4. End work when the timer rings and put a checkmark on a piece of paper.
5. If you have fewer than four checkmarks, take a short break (3–5 minutes), then go to step 2.
6. After four pomodoros, take a longer break (15–30 minutes), reset your checkmark count to zero, then go to step 1.
For the purposes of the technique, a pomodoro is the interval of time spent working.
The above information was taken from [this Wikipedia article.](https://en.wikipedia.org/wiki/Pomodoro_Technique)
## Screen shots

