Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days ago
JSON representation
TwentyFive is an HTML5 time tracking web app focused on speed and simplicity that encourages you to follow the Pomodoro Technique.
- Host: GitHub
- URL: https://github.com/luckyshot/twentyfive
- Owner: luckyshot
- License: mit
- Created: 2014-07-16T22:21:44.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-10-23T16:57:16.000Z (about 2 years ago)
- Last Synced: 2024-10-12T06:18:04.194Z (28 days ago)
- Topics: hacktoberfest, html, html5, javascript, pomodoro-technique, pwa, simplicity, timer
- Language: JavaScript
- Homepage: https://twentyfive.js.org/
- Size: 544 KB
- Stars: 97
- Watchers: 8
- Forks: 19
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - luckyshot/twentyfive - TwentyFive is an HTML5 time tracking web app focused on speed and simplicity that encourages you to follow the Pomodoro Technique. (pwa)
README
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