https://vue-tasks-roan.netlify.app/
Task manager built with VueJS during the course Vue JS 2 - The complete guide (including Vue Router & Vuex).
- Tasks are draggable.
- Tasks data and position are persisted using HTML web storage.
- HTML / CSS / JS
- VueJS
- Vuex
- Vue.Draggable
- Netlify (Deploy)
Prerequisites npm / yarn
# clone the repository
git clone https://github.com/roanrobersson/vue-tasks
# enter the project folder
cd vue-tasks
# install dependencies
npm install
# execute the project
npm run serve