Kanban Board Bootstrap & React - A curated list
A curated list with open-source and commercial products that provide an interactive Kanban Board.

This article presents a curated list of open-source and commercial projects that implement a Kanban board at the functional level or just at the UI level (Kanban Template). Content will start with the open-source functional project available for download from Github and continue with a few commercial products. For newcomers, a Kanban board is a tool that allows visual management of a team tasks fact that might improve drastically the productivity.
- (Free) jKanban - open-source JS plugin for Kanban Boards
- (Free) Knboard - an open-source app built with Django and React
- (Free) Kanban - built with Django DRF and React
- Soft UI Dashboard - template Kanban Board
- Volt Pro Dashboard - template Kanban Board

jKanban
This is an open-source, pure JS library that allows us to create and manage a Kanban page in our project with ease. The library is built on top of dragula drag & drop API. The product has a really nice API and documentation and seems to be very active if we take into account the Github project commits for the last 6mo.

KnBoard
A simple Kanban app, fully coded in Django and React. The product is licensed under the MIT schema and source code is available for download on Github.
React Frontend - The product has a nice and minimalist UI built with Material UI and Emotion, Typescript, React Components, Redux, and react-beautiful-dnd library.
Backend Server - The API that empowers this project is built in Django, DRF library for the API interface, PostgreSQL for persistence, and Django built-in ORM for data query.

Kanban
This project, also built with React and Django, comes with a simple UI where all elements (boards, columns, cards) are created using modal controls. The public repository seems untouched since 2018 without active issues opened or PRs.
- Django Kanban Board - source code published on Github
- Django Kanban Board - LIVE playground

Kanban Board - Soft UI Dashboard
This Kanban page is just a template provided by Soft UI Dashboard without the functional code or database persistence. This commercial product comes with an open-source version available for download without a registration lock from Github (the link is available on the product page).
- Kanban Board - Soft UI Dashboard PRO
- Soft UI Dashboard - the open-source version

Kanban Board - Volt Dasboard PRO
Volt PRO is a modern Bootstrap 5 design crafted by Themesberg that provides in the latest version a really nice Kanban board template. The page has no active backend or database persistence but might be used as a starting point for a real interactive Kanban dashboard with a fancy UI.
- Kanban Board - Volt Dashboard PRO
- Volt Dashboard - the open-source version

Thanks for reading! For more resources, please access:
- Free React Dashboards - a curated list published on Github
- Free Admin Dashboards - provided by AppSeed
