https://github.com/jmizv/timetracker
TimeTracker for tracking your working times.
https://github.com/jmizv/timetracker
timetracking tools
Last synced: 15 days ago
JSON representation
TimeTracker for tracking your working times.
- Host: GitHub
- URL: https://github.com/jmizv/timetracker
- Owner: jmizv
- Created: 2020-04-15T18:27:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T19:43:20.000Z (about 6 years ago)
- Last Synced: 2025-10-04T06:29:52.377Z (9 months ago)
- Topics: timetracking, tools
- Language: Java
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TimeTracker
Simple Java application for tracking the working time each day.
Ever wondered how long you are working? Start TimeTracker and push the button to activate time tracking. See how long you need to work today to get your eight hours of work. See how long you need to work this week to get your 40 hours of work. Nice progress bar. Much wow.

Built with NetBeans 11.3 for the fancy Swing forms. Requires Java 8.
## Features
- Set active to get time tracked
- Add times when you forgot tracking
- German and English internationalization
## Dependencies
Only gson for now to store the tracked times.
## To do
- Holidays should be added automatically
- Some nice statistics visualization maybe?
- Working time should be configurable
- Something like detecting a pause when leaving the keyboard?