Skip to content

fezebr/todolist-vue

Repository files navigation

this repo updated for learning pinia :)

todolist

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.


Features check list

  • Implement first structure
  • Refactor with vite
  • Uografe to vue3
  • Use tailwind instead bootstrap
  • Add Pinia
  • Add Persistedstate
  • Implement test
  • Implement typescript
  • Refactor Ui
  • Add date
  • Add filter (by name , by date , by status)
  • Implement Backend