Skip to content

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

License

Notifications You must be signed in to change notification settings

sam159/daily-time-recording

Repository files navigation

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