A planning tool for students who want assignment tracking without the clutter of a full project-management suite.
What it does
- tracks assignments, reading tasks, and project milestones
- groups work by course, week, and urgency
- stores notes and estimated completion time
- surfaces overdue and soon-due work in one view
Why I built it
I wanted a lightweight tool that behaved like an engineering utility instead of a bloated productivity app. The focus is speed, keyboard-driven interaction, and clear local persistence.
Current focus
I am using it to explore data modeling, persistence, and practical UX in a small app. The next step is improving query speed for weekly summaries and adding export support for reports.
Technical notes
- SQLite keeps the data model simple and portable
- the CLI flow is designed around quick capture and low-friction review
- the current work is around filtering, terminal UX, and better status grouping