A simple todo list built with Vue and Bulma. The app connects to a mock backend, therefore any data you enter will not persist. You can access the live site here. I would also like to thank you Traversy Media for the vuex tutorial on youtube, which have inspired this project.
- Click on any todo items to edit the text
- Add/ remove todo items
- Mark/ unmark a todo item as completed
npm install
npm run serve
npm run build
npm run lint