Build a Kanban Board
Build a Kanban-style project board with drag-and-drop functionality.
Requirements
Three default columns: To Do, In Progress, DoneAdd, edit, and delete cards within columnsDrag and drop cards between columnsCards have: title, description, priority label, and assignee avatarAdd and rename columnsPersist board state to localStorageTechnical Notes
You may use a drag-and-drop library (e.g., dnd-kit, react-beautiful-dnd) or implement it natively.
Bonus Points
Card color coding by priorityCard count per columnCollapse/expand columnsKeyboard-accessible drag and drop