Files
daily-time-tracking/README.md

675 B

Daily Time Recording

Simple utility to calculate how much time you have left to record today.

The start time & duration are kept in browser storage. The recorded duration is also kept but cleared every day.

Operation

Inputs:

  • Start Time
  • Target Duration
  • Break Duration
  • Break Taken Yes/No
  • Recorded Duration

Output:

  • Remaining Duration

Calculation:

Remaining = Now - Start - Break (if taken) - Recorded

Getting Started