Skip to content

A Progressive Web App (PWA) designed for efficient time tracking, allowing users to record past events and manage multiple stopwatches simultaneously.

License

Notifications You must be signed in to change notification settings

wojciechpolak/time-tracker

Repository files navigation

Time Tracker

Time Tracker is a Progressive Web App (PWA) for time tracking, specifically recording your last time events and running multiple stopwatches.

It stores data in a local database (PouchDB), even while offline, and can do a live sync (bidirectional data replication) with a remote database (CouchDB). This app has been dockerized, so you can easily run it locally or on a server, and access it via your favorite web browser or as a PWA from your phone's main screen.

Running (out of the box)

docker-compose up

Building

./scripts/build-docker.sh
APP_IMAGE=wap/time-tracker docker-compose up

About

A Progressive Web App (PWA) designed for efficient time tracking, allowing users to record past events and manage multiple stopwatches simultaneously.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published