Pomodorek is a cross-platform application built using .NET Multi-platform App UI and C# programming language. It serves as a utility tool for the Pomodoro Technique®.
Whenever you have to complete a task requiring your undivided attention just use this tool to boost your focus and productivity. It's really simple!
- Start the timer and get to work.
- After 25 minutes take a 5 minute break. (interval lengths are fully customizable in the application settings)
- Every 4th interval take a longer break to recharge your batteries, but worry not — Pomodorek will adjust the next interval length for you!
- Continue until your assignment is complete.
In time you will be able to accurately estimate how many intervals certain task take to complete. This will further help you organize your time and resources to achieve desired goals.
| Platform | Support |
|---|---|
| Windows | ✔️ |
| Android | ✔️ |
| iOS | ✔️ |
| MacCatalyst | ❌ |
| Tizen | ❌ |
If you want to check out how Pomodorek works you can easily run it locally on Windows machine using .NET CLI. In order to do so just clone this repository and type the following command from the root directory:
dotnet run --project '.\src\Pomodorek\Pomodorek.csproj' -f 'net10.0-windows10.0.20348.0' -c Debug -p:PublishReadyToRun=true -p:WindowsPackageType=NonePomodoro Technique® is a time managment technique that splits time reserved for work into intervals and short rest periods between them. Every four intervals the break is significantly longer to further help yourself recharge energy before going into another focus session. Read more about it at the official website.
Pomodoro Technique® and Pomodoro™ are registered and filed trademarks owned by Francesco Cirillo.