Skip to content

zsoltime/vue-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Day 4 of My Vue.js Challenge

This is the fourth day of my Vue.js challenge, and I'm building a simple todo list app (because I'm so creative 😣).

User Stories

  • 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