Skip to content

a very simple Pomodoro timer using HTML. All local, no tracking

License

Notifications You must be signed in to change notification settings

Topping1/SimplePomodoro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SimplePomodoro

a very simple Pomodoro timer using HTML. All local, no tracking

Instructions

  • download HTML file and place your favorite alarm.mp3 file in the same folder.
  • open HTML file in browser and enjoy. Controls are self-explanatory.

Implementation details

  • the session order is: Pomodoro, Short break, Pomodoro, Short break, Pomodoro, Short break, Pomodoro, Long break. If you need a different order, edit the line let sessionOrder = ['Pomodoro', 'shortBreak', 'Pomodoro', 'shortBreak', 'Pomodoro', 'shortBreak', 'Pomodoro', 'longBreak'];
  • the alarm.mp3 file plays at the end of each session.

About

a very simple Pomodoro timer using HTML. All local, no tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages