📋

To-Do List / Kanban Board

Create tasks, organize them by status, and keep everything saved locally in your browser.

📝 To Do0
⚡ In Progress0
✅ Done0

About To-Do List / Kanban Board

This browser-based Kanban board helps you track tasks by status. Add cards, drag them between columns (To Do → In Progress → Done), and keep everything organized — all stored locally in your browser.

How to Use

  1. Click + Add Card in any column to create a new task.
  2. Type your task description and press Enter or click Add.
  3. Drag cards between columns to update their status.
  4. Click the × on a card to delete it.
  5. Your board is automatically saved and persists between browser sessions.

How It Works

Cards and their column positions are saved to localStorage as JSON. Drag-and-drop uses the HTML5 drag API. No server is involved — all state is local to your browser.

Example

Start a project: add tasks like "Design wireframes", "Write API", "Test features" to To Do. Move "Write API" to In Progress when you start it, then to Done when finished. The board gives you a clear visual snapshot of progress.

Frequently Asked Questions

No. Tasks are saved to localStorage and persist when you close and reopen the browser, as long as you don't clear browser data or use private/incognito mode.
Not directly — the board is local to your browser. You can export tasks as text to share with others. For team collaboration, a cloud-based Kanban tool like Trello or Linear would be more suitable.
The default board has To Do, In Progress, and Done columns. Additional column customization depends on the current version of the tool.
No. Everything is stored locally in your browser using localStorage. Your tasks never leave your device.