Personal task tracker
- JavaScript 53.4%
- HTML 30%
- Python 13.7%
- CSS 2.4%
- Dockerfile 0.5%
| app | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| main.py | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| requirements.txt | ||
| tailwind.config.js | ||
| todo.txt | ||
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.