Kanban board Application built with Vue.js 2
- Create boards
- Create lists in board
- Create items / tasks in list
- Set task priority
- Drag a task to another list, or drag a whole list to change its order
- Add notifications (only browser-based using Notification API)
- Manage preferences including board templates
- You can do all this in dark mode! 🌙
- Vuex with Vuex ORM
- BootstrapVue
- Typescript
- Vuelidate
As this is a frontend only application, all data is stored in LocalStorage in the user's browser
npm install
npm run serve
npm run build
npm run lint
The initial design and backbone is based on the application written by @ayazsayyed.