To Do App

Description

  • Develop a To-Do application using VueJS 3, Vuex and typescript
  • Use the Vue options API
  • Use plain CSS/SCSS for styling
  • Make it responsive with CSS according to the styleguide
  • Use Vuex to handle the "checking" and "unchecking" and state of the TO-DO items
  • Every TO-DO items should have a creation date
  • Animate the list with Vue Transitions

Tips

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.