Kanban is a desktop app for creating Kanban boards. It's built using React, TypeScript, Vite, Electron, and Redux.
Data is stored locally on device.
Tests are written using Playwright and React Testing Library.
- Create, read, update, and delete
- Drag and drop to reorder items, lists, or boards
There's two ways to install:
-
Install using an installer.
Click the latest Releases link in the sidebar. Then download the
.dmg
installer for macOS or the.exe
installer for Windows. Or, -
Clone the repo and run the project in development mode.
// run git clone using your preferred method of HTTPS or SSH. Then, cd kanban npm install npm run dev