Skip to content

Pomodoro timer. Simple application for time management.

Notifications You must be signed in to change notification settings

vadhub/Pomodoro

Repository files navigation

Pomodoro

Simple application for time management. Uses the popular tomato technique as a reference.

Download It

Android app on Google Play

1 1 2 2 2 2

application work

in short:

#pseudocode
  work = yourTime (default 25) min;
  shortRest = yourTime (default 5) min;
  longRest = yourTime (default 15) min;
  
  for range(1, 4): 
    work;
    if round == 4:
      longRest;
      repeat;
    rest;

About

Pomodoro timer. Simple application for time management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages