A minimal personal productivity app built with Vue 3 + Vite. Plan your day, track habits, and stay on top of deadlines.
- Tasks — Add, complete, and untick tasks per day. Completed tasks move to the bottom with a strikethrough.
- Habits — Create recurring habits (daily, weekly, or custom days). Toggle them per day; delete for just one day or all future occurrences.
- Areas — Organize tasks and habits into color-coded areas. Filter by area in the day/week view.
- Week View — See all 7 days at a glance with task scores and habit pips.
- Dark / Light Mode — Persisted per-device toggle.
- Local Storage — All data lives in the browser; no backend required.
pnpm install
pnpm run dev