Kanban Board

A drag-and-drop task board built with vibecoding in ~12 minutes.

To Do

0

In Progress

0

Done

0

Built with this prompt

Build a Kanban Board in React with:
- Three columns: To Do, In Progress, Done
- Add tasks with title and optional description
- Drag and drop tasks between columns (HTML5 API, no libs)
- Edit task title/description inline by clicking
- Delete tasks with a button
- Task count per column
- Color-coded column headers (purple, yellow, green)
- All data persisted in localStorage
- Dark theme with smooth drag animations