From f38a4b95122ed795ab5f2756162338d72254a6c1 Mon Sep 17 00:00:00 2001 From: thyttan <97237430+thyttan@users.noreply.github.com> Date: Sun, 25 Aug 2024 12:17:57 +0200 Subject: [PATCH] Create README.md --- apps/pomodo/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 apps/pomodo/README.md diff --git a/apps/pomodo/README.md b/apps/pomodo/README.md new file mode 100644 index 000000000..5c33e5231 --- /dev/null +++ b/apps/pomodo/README.md @@ -0,0 +1,14 @@ +# Pomodoro + +> The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. It uses a kitchen timer to break work into intervals, typically 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 Cirillo used as a university student. +> +> The original technique has six steps: +> +> Decide on the task to be done. +> Set the Pomodoro timer (typically for 25 minutes). +> Work on the task. +> End work when the timer rings and take a short break (typically 5–10 minutes). +> Go back to Step 2 and repeat until you complete four pomodori. +> After four pomodori are done, take a long break (typically 20 to 30 minutes) instead of a short break. Once the long break is finished, return to step 2. + +*Description gathered from https://en.wikipedia.org/wiki/Pomodoro_Technique*