Activity Tracker
A personal web app that logs daily activities and visualises how you spend your time across categories such as work, exercise, learning, and rest.
Overview
The Activity Tracker is built from the idea of having a lightweight, always-available tool to record what you are doing throughout the day and quickly see patterns. Users can add activities with timestamps and categories, and then review summaries over a chosen date range.
Features
- Capture activities with title, category, start time, and duration.
- Daily and weekly views showing how time is distributed across categories.
- Simple charts to highlight where time is going (e.g. work vs health vs learning).
- Designed to be fast to use so logging does not become a chore.
Tech & Tools
The implementation details live in the GitHub repository. At a high level, it is structured as a modern web app, with a clear separation between data model, UI components, and visualisation logic.