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.
- Set active to get time tracked
- Add times when you forgot tracking
- German and English internationalization
Only gson for now to store the tracked times.
- Holidays should be added automatically
- Some nice statistics visualization maybe?
- Working time should be configurable
- Something like detecting a pause when leaving the keyboard?