Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 980 Bytes

File metadata and controls

26 lines (19 loc) · 980 Bytes

MyHours

A small PWA for tracking time used.

Features

  • Service worker for offline use
  • Site manifest for adding to home screen on Androids
  • Easy task switching
  • Tasks can be assigned to groups
  • Report generation with filtering based on groups/tasks
  • Completely local: uses IndexedDB for storage (requires no login)
    • Database work is offloaded to a web worker
    • caveat: database can't be transferred between devices at the moment.

Demo

A demo can be viewed at (https://my-hours.msepp.net/), no login needed!

About