TwentyFive
TwentyFive is a minimal time tracking tool focused on simplicity and a great UX that follows the principles of the Pomodoro Technique.
.
.
- Desktop, Mobile & Web App capable
- Incredible performance and speed of use
- Pure JavaScript: no jQuery or Countdown plugin needed
- Progress bar shows you the percentage completed
- Dynamic favicon and Document title shows the status of the timer
- Local Storage stored as a single unified JSON parameter
- Page loads faster thanks to a single server request
- Timer based on Date and not on unreliable JS timers (better accuracy)
- Responsive Design
- Persistent timer (you can close the window and it will continue counting)
Try it live on http://luckyshot.github.io/twentyfive/
Author
Designed and developed by Xavi Esteve.
Credits
- The UI is heavily inspired by Juani's HTML5 Time Tracker (although it has been redeveloped and redesigned from scratch)
- The dynamic favicon uses Tom Moor's Tinycon plugin
- Speed improvements on touch devices thanks to The Financial Times's FastClick