A lightweight time-tracking dashboard that starts, pauses, and stores work sessions in the browser.
Open index.html directly in a browser, or serve the folder with a static web server:
python3 -m http.server 8000Then visit http://localhost:8000.
- Start/stop tracking
- Project name input
- Live timer
- Session history saved in browser storage
- Reset button for a fresh session