An open API service indexing awesome lists of open source software.

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.

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

![racket-work-timer1](https://github.com/Gestalte/racket-work-timer/blob/master/work-timer1.PNG?raw=true)

![racket-work-timer2](https://github.com/Gestalte/racket-work-timer/blob/master/work-timer2.PNG?raw=true)