An open source Kanban board built specifically for developers — with code snippets inside tasks, GitHub issue sync, and a built-in Pomodoro timer.
- 📋 Drag & Drop Kanban — Backlog → In Progress → Review → Done
- 💻 Code Snippets in Tasks — Save code directly inside a task with syntax highlighting
- 🔗 GitHub Issue Sync — Import GitHub issues as tasks automatically
- 🍅 Pomodoro Timer — Built-in 25/5 min work-break timer per task
- 🔐 Auth — Register/login with JWT
- 🌙 Dark Mode UI — Easy on the eyes
- Node.js v18+
- MongoDB Atlas (free) or local MongoDB
git clone https://github.com/YOUR_USERNAME/devboard.git
cd devboardnpm run install:allcp .env.example server/.env
# Edit server/.env with your MongoDB URI and JWT secretnpm run dev- Frontend: http://localhost:5173
- Backend API: http://localhost:5000
We love contributions! This project is beginner-friendly.
See CONTRIBUTING.md for the full guide.
Look for issues labelled good first issue to get started!
MIT — free to use, fork, and build on.
Built with ❤️ by the community. Star ⭐ this repo if you find it useful!
