/kanban

Primary LanguageVue

Kanban

Tags

Development Languages License

Features

  • Drag and Drop
    • Drag and drop tasks between columns (status)
  • CRUD
    • Create and edit tasks
    • Create, edit, remove columns (status)
    • Create, edit, remove boards [x
  • Mobile responsive
  • localStorage

Technologies

Installation

Install the project on your machine

## yarn
yarn install

# npm
npm install

Start the project in the development environment

# yarn
$ yarn dev

# npm
$ npm run dev

Authors