Web Pomodoro is a web application that is used to serve Pomodoro technique
Press Start button will trigger the timer which will send a desktop alert after 25 minutes. 5 minutes break is automatically triggered after that.
App is live here: https://try-pomodoro.herokuapp.com/
What is Pomodoro technique? In short, it is a technique to boost your productivity in daily work.
It has below steps:
- At the beginning of the day, list out and prioritize your tasks
- Work on your task for a Pomodoro (25 minutes) without distraction.
- When 25 minutes is up, record an X for that task.
- Take a 5-minute short-break
- Every 4 Pomodoros, take a 15-minute long-break
- Some tips:
- When you're working in a Pomodoro, if there is any distraction, record an -, note down the distraction to do it later
- When Pomodoro is up, stop doing immediately.
- During break time, don't think or discuss about the tasks
More info: http://pomodorotechnique.com
- Start a Pomodoro (25 minutes)
- Desktop notifications (permission required) when a pomodoro/break is up
- Short-break (5 minutes) is automatically triggered after a pomodoro
- Pause/Resume pomodoros/breaks
- Long-break (15 minutes) after 4 pomodoros
- Timer in title of page
- Modern UI
- Record number of pomodoros and breaks
- Reset timer for Pomodoro/break
- Start pomodoro/break on demand
- Audio notification when a pomodoro/break is done
Commit is automatically pushed and deployed to https://try-pomodoro.herokuapp.com/
Run
grunt
node index.js
- Integrate with music from sites like http://www.rainymood.com/ to boost productivity. More here: http://www.webdistortion.com/2015/04/14/focus-playlists-for-coding/
- Task lists
- Confirmation if page is refresh or pomodoro is paused
- Record interruptions when pausing/resuming pomodoro
- Social networks account login
- Save data per user
- Dismiss notification after 30 seconds
- Share with friends and like on facebook
- Add google analytics
Feedback and bug reports are very welcomed to be created under Github issue tracker or sent to imleeu@gmail.com