Skip to content

Vertirax/Kanbanity

Repository files navigation

Kanbanity

Kanban board Application built with Vue.js 2

Some of the features

  • 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! 🌙

Some technologies used include

  • Vuex with Vuex ORM
  • BootstrapVue
  • Typescript
  • Vuelidate

Board Preview

As this is a frontend only application, all data is stored in LocalStorage in the user's browser

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Disclaimer

The initial design and backbone is based on the application written by @ayazsayyed.