Real-world mini-appsPath 20/21
ListsState & eventsCompositionAccessibility
Prerequisites are suggestions only. Every challenge stays open.
Kanban Board
Build an immutable, accessible task-moving board.
Requirements
- Keep tasks in one flat array with a status field.
- Derive each column and its count during render.
- Transfer only a task ID during drag and drop.
- Update the matching task without mutating it.
- Include a select fallback for keyboard and touch users.