Real Dates?
Add real dates to tasks, not just text strings
• Persist the selected date to localStorage.
• In the UI: when the due‑date field is focused or the “calendar” icon is clicked, open a ShadCN/Radix‑based date‑picker.
• Show the date in “MMM d, yyyy” format in Kanban & list views. Use `date‑fns/format` for that
Click to open Project
When clicking the project name in a task card, navigate to that project’s page
Add basic shortcuts
Add basic hotkeys: “N” opens a new task form, “/” focuses the search input.
Auto-detect theme
On first load, read the user’s prefers-color-scheme and set light or dark mode accordingly.
Celebrate with confetti
When the number of tasks marked “done” is a multiple of 3, trigger a confetti animation on screen.