Tested tool guide
Tested browser tools
Checked August 16, 2026
What Time Tracker / Task Timer does, with a checked example
Every entry begins with a start click and ends with a stop click; between them the tool records elapsed time, the task name, and the project category you assigned. Completed intervals collect in a log, group into per-category totals, and export to a file you can open in a spreadsheet. Everything runs in the browser, so the log stays on your machine. The surprise is that a running timer measures wall-clock time, not attention: start it before lunch, stop it after, and the task gets credited with the whole span. Close out every timer at day's end, or totals quietly inflate.
Worked example
A concrete input and expected output from the current implementation.
Input
Tuesday's log: Research (Client A) 47 min; Writing (Client A) 1 h 15 min; Review (Client B) 32 min.
->
Expected output
Client A: 2 h 2 min across 2 entries. Client B: 32 min across 1 entry. Grand total: 2 h 34 min across 3 entries.
The tool sums elapsed durations within each category: 47 + 75 = 122 minutes for Client A, which is 2 h 2 min, and 122 + 32 = 154 minutes overall, which is 2 h 34 min.