/timeviewer

Time tracking app with a visual view of how you've spent the day

Primary LanguageTypeScript

TimeViewer

A "simple" app to track your time

TimeViewer demo view

  • cd server; cargo run (or cargo run --release & disown to make a process that lasts after killing the terminal)
  • cd client; pnpm i; pnpm run start
  • open monitor/TimeViewer.xcodeproj and build and run