Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luckyshot/twentyfive

TwentyFive is an HTML5 time tracking web app focused on speed and simplicity that encourages you to follow the Pomodoro Technique.
https://github.com/luckyshot/twentyfive

hacktoberfest html html5 javascript pomodoro-technique pwa simplicity timer

Last synced: about 2 months ago
JSON representation

TwentyFive is an HTML5 time tracking web app focused on speed and simplicity that encourages you to follow the Pomodoro Technique.

Awesome Lists containing this project

README

        

TwentyFive
================

### TwentyFive is a minimal time tracking tool focused on simplicity and a great UX that follows the principles of the Pomodoro Technique.

List of completed tasks.
Task timer.
Entering a task description

- 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