Click here for live site. A todo list web application that pulls dummy todo items from JSON placeholder to Vuex store. Tasks can be added, filtered by number, as well as updated as complete. Clone the repo and run "npm install" followed by "npm run serve."
- Learn Vuex for proper global state management.
- Learn and implement Vue lifestyle hooks.
- Practice external API calls through Vue to create todo items.
- Practice implementing CRUD using store.
- HTML | CSS | Javascript
- Surge
- Vue.JS
- Vuex
- JSON placeholder