This is the fourth day of my Vue.js challenge, and I'm building a simple todo list app (because I'm so creative 😣).
- I can see a list of todo items
- I can filter the items
- I can add a todo item
- I can edit a todo item
- I can click on any of these items to mark as done
- I can delete any item
- All new todo items I add are saved in my browser's local storage