vue-todolist

Simple project to learn VueJS

Stack

  • VueJS
  • ESLint
  • Prettier
  • Jest

TODO

  • Handle todo creation/deletion (Learn how to use forms)
    • Use an external datepicker (Learn how to use external vue components)
  • Multiple todo list (Learn how to use router)
  • Use a state manager (Learn how to use VueX)