Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Klaster1/timer-5
A simple time-tracking tool
https://github.com/Klaster1/timer-5
time-management time-management-app time-management-tools time-tracker time-tracking time-tracking-app
Last synced: 3 months ago
JSON representation
A simple time-tracking tool
- Host: GitHub
- URL: https://github.com/Klaster1/timer-5
- Owner: Klaster1
- License: mit
- Created: 2020-11-29T11:28:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T16:57:20.000Z (4 months ago)
- Last Synced: 2024-07-25T19:54:23.498Z (4 months ago)
- Topics: time-management, time-management-app, time-management-tools, time-tracker, time-tracking, time-tracking-app
- Language: TypeScript
- Homepage: https://klaster1.github.io/timer-5
- Size: 29.9 MB
- Stars: 30
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - Klaster1/timer-5 - A simple time-tracking tool (others)
README
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine)
[![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)# Timer
[Timer](https://klaster1.github.io/timer-5) is a simple time tracking tool. Create a task, click "Start"/"Stop", see how much the task took, repeat.
All the data is kept in the `localStorage`, it does not leave your device, ever. To manage the data, use "Export" (to JSON) and "Import" features. A test data set can be found [here](https://gist.githubusercontent.com/Klaster1/a456beaf5384924fa960790160286d8a/raw/179c67dad43c66d48fb7c766f1e19b58df4c64cf/games.json).
Originally created back in 2011 to track my time spent on video games, it eventually turned into sorts of Todo MVC, the project gets rewritten from scracth every several years as a learning excercise. This is the fifth iteration. Some of previous Timer iterations:
- https://github.com/Klaster1/timer
- https://github.com/Klaster1/timer2