kanban-electron
A simple Kanban Board desktop application made with Electron, with a focus on simplicity and user experience. This software is intended for offline usage only, and saves all boards under a config.json file. For an online equivalent, you can use Trello or my counterpart Productivity Suite (Please note that this is currently a work in progress, so some features are still missing and you might encounter bugs).
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.
Screenshot of the App
Build Setup
# install dependencies
yarn install
# serve app with hot reload
yarn dev
# build electron application for production
yarn build
v1.8.1 using vue-cli. Documentation about the original structure can be found here.