- 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
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