# Build a Kanban Board in Minutes with GenosDB

A real-time P2P Kanban board with drag-and-drop, persistent storage, and live sync across peers — built with [GenosDB](https://genosdb.com/building-genosdb-p2p-database) and vanilla JavaScript, no backend required.

## What You Will Build

A fully functional Kanban board with columns (To Do, In Progress, Done) where tasks sync in real-time across all connected peers — no server required.

## Key Features

- **Real-time P2P sync** — changes appear instantly for all peers
- **Drag and drop** between columns
- **Persistent storage** via OPFS
- **Zero backend** — runs entirely in the browser

## Live Demo

[**Kanban Board** — Try it live](https://estebanrfp.github.io/gdb/examples/kanban.html)

> *GenosDB makes building collaborative tools trivially simple.*

---

> **This article is part of the official documentation of GenosDB (GDB).**
> GenosDB is a distributed, modular, peer-to-peer graph database built with a Zero-Trust Security Model, created by **Esteban Fuster Pozzi ([estebanrfp](https://github.com/estebanrfp))**.

📄 [Whitepaper](https://github.com/estebanrfp/gdb/blob/main/WHITEPAPER.md) | overview of GenosDB design and architecture

🛠 [Roadmap](https://github.com/estebanrfp/gdb/blob/main/ROADMAP.md) | planned features and future updates

💡 [Examples](https://github.com/estebanrfp/gdb/blob/main/docs/genosdb-examples.md) | code snippets and usage demos

📖 [Documentation](https://github.com/estebanrfp/gdb/blob/main/docs/index.md) | full reference guide

🔍 [API Reference](https://github.com/estebanrfp/gdb/blob/main/docs/genosdb-api-reference.md) | detailed API methods

📚 [Wiki](https://github.com/estebanrfp/gdb/wiki) | additional notes and guides

💬 [GitHub Discussions](https://github.com/estebanrfp/gdb/discussions) | community questions and feedback

🗂 [Repository](https://github.com/estebanrfp/gdb) | Minified production-ready files

📦 [Install via npm](https://www.npmjs.com/package/genosdb) | quick setup instructions

🌐 [Website](https://estebanrfp.com/) | [GitHub](https://github.com/estebanrfp) | [LinkedIn](https://www.linkedin.com/in/estebanrfp/)
