Minimal Vercel‑styled task board built with React, Vite, Tailwind CSS, and canvas‑confetti.
You can create groups, lists, and tasks, drag cards between lists, drop into Done for colorful confetti, and tag tasks with colored labels that persist in localStorage.
From the project root:
npm installnpm run devThen open the URL Vite prints in the terminal (by default http://localhost:3000).
npm run buildThis outputs an optimized static bundle in dist/ which you can deploy to any static host.
- Vercel‑like dark UI with a centered Firelist header.
- Groups & lists: accordion groups with per‑group list creation, drag‑to‑reorder lists.
- Tasks with tags: add tasks via modal, type tags and confirm with a comma to turn them into removable chips.
- Done column: works like a normal list, but dropping cards here shows a green tick pill and fires colorful confetti.
- Persistence: groups, lists, and tasks are stored in
localStorage, so they survive refreshes.