Task Management System
A minimal, opinionated task management tool designed to reduce friction and help you stay focused on what actually matters.
Overview
Most task management tools are either too simple or overwhelmingly complex. This project started from a personal frustration: I wanted something that was fast to use, had no friction, and didn’t try to be a project management suite.
The result is a stripped-down task manager that focuses on three things: capturing tasks quickly, prioritising ruthlessly, and getting out of your way.
Core Features
- Quick capture — Add tasks in under two seconds
- Priority tiers — Three levels, no more. Most/critical, regular, and someday
- Daily focus view — What do you actually need to do today?
- Zero notifications — You check in; it doesn’t interrupt you
Technical Stack
Built with vanilla JavaScript on the frontend and a lightweight backend for sync. No framework dependencies — just fast, simple code.
The decision to avoid frameworks was intentional: this is a tool that should load instantly and never lag. When your task manager is slow, something has gone deeply wrong.
Lessons Learned
Building a “simple” tool is paradoxically hard. Every feature you remove requires a deliberate decision. Every interaction needs to be obvious without being explained.
The discipline required to keep it minimal taught me more about product design than any course.
Status
In active use. Continuously refined based on personal use. Not yet public.