Overview
Task Tracker is a full-stack task management app, live at task-tracker.de. Beyond ordinary to-dos it is built around logging work sessions and tracking progress over time — how much time went into what, not just what is done.
How it works
The frontend is Angular with PrimeNG components in TypeScript; the backend is a FastAPI service. Writes are authenticated with a bearer token, and there is a simple logging API so other tools can POST work sessions into it automatically — including my own development sessions, which get logged with a project id, a summary, and a duration.
Part of a larger system
Task Tracker is not just a standalone app — it is the hub of a small ecosystem. A companion "progress tracker" integrates it with Claude via a skill and API, so I can log and query work from inside my normal development workflow. That turns the tracker from a place I have to remember to visit into something that fills itself in as I work.
Status
Task Tracker is deployed and in active use as my own daily driver for progress tracking across every project in this portfolio.