Personal task tracker
  • JavaScript 53.4%
  • HTML 30%
  • Python 13.7%
  • CSS 2.4%
  • Dockerfile 0.5%
Find a file
2026-02-01 09:05:15 +01:00
app various changes 2026-02-01 09:05:15 +01:00
.gitignore initial commit 2026-01-25 09:46:12 +01:00
docker-compose.yml initial commit 2026-01-25 09:46:12 +01:00
Dockerfile initial commit 2026-01-25 09:46:12 +01:00
main.py initial commit 2026-01-25 09:46:12 +01:00
package-lock.json initial commit 2026-01-25 09:46:12 +01:00
package.json initial commit 2026-01-25 09:46:12 +01:00
postcss.config.js initial commit 2026-01-25 09:46:12 +01:00
README.md initial commit 2026-01-25 09:46:12 +01:00
requirements.txt initial commit 2026-01-25 09:46:12 +01:00
tailwind.config.js initial commit 2026-01-25 09:46:12 +01:00
todo.txt various changes 2026-02-01 09:05:15 +01:00

loggi

Flask + Postgres stack for tracking diary entries, timepoints, and timeranges with sharing.

Quick start

Start the stack:

docker compose up --build

Open http://localhost:5000 and register a user.

Notes

  • Timestamps are stored in UTC and converted to local time in the browser.
  • Sharing is per-entry with read/edit/admin roles and in-app invites.