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

https://github.com/vadhub/pomodoro

Pomodoro timer. Simple application for time management.
https://github.com/vadhub/pomodoro

android java pomodoro pomodoro-timer timer-application

Last synced: about 1 month ago
JSON representation

Pomodoro timer. Simple application for time management.

Awesome Lists containing this project

README

          

# 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:

```Python
#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;
```