Simple Trello clone implemented with Vue.js and Vuex
Basicly it's an kanban tasks board where you can move, create and delete lists and cards. Now it uses localstorage to store data. In future version it may have integrations with MongoDB Stitch or any didecated data storage.
https://xrip.github.io/trololo/
- Lists and cards can be moved
- [WIP] Card details
- Lists and cards are saved in
localStorage
.
yarn dev # => Start running webpack-dev-server
yarn build
MIT