A cross-platform Kanban Board desktop application made with Electron & Nuxt.js, with a focus on simplicity and user experience.
THIS PROJECT HAS BEEN DISCONTINUED IN FAVOUR OF A NEW VERSION
New version here: https://github.com/trobonox/kanri
Includes more features, a fresh tech stack and uses Tauri instead of Electron.
kanban-electron-showcase.mp4
- Custom themes (curated selection + editor to create your own from scratch)
- UI improvements like a bar for quick actions in the board view
- Add help menu with keyboard shortcuts and support resources
- More card properties like a due date or sub-tasks
- Add tests to prevent any critical bugs
- Custom backgrounds in board view
- JSON exporting of boards
- Fix board scrollbar
- Showcase website
Open for any contributions or feature requests, though always keep in mind that I am still a student with limited time and I might not be able to process every request immediately.
# install dependencies
yarn install
# serve app with hot reload
yarn dev
# build electron application for production
yarn build
This project was generated with electron-nuxt v1.8.1 using vue-cli. Documentation about the original structure can be found here.
Copyright (c) 2022-present Trobonox