Building a Kanban Board with Vue 3

Our first showcase app is a full-featured Kanban board...

Features

  • Drag-and-drop cards between columns
  • Optimistic updates with saving indicators
  • IndexedDB cache for instant loading
  • 8 parallel API calls on startup

Architecture

The app uses a reactive singleton store pattern...