/To-Do-App-With-Vue-Js

A to do application made with vue js.

Primary LanguageVue

todolistapp

A to-do application made with VueJS, by me

In this to-do application, user can add, delete and update the rows. Also, user can change the status of each row such as (To-do, in-progress, finished).
Also, filter is usable for each type of status with the buttons

MAIN PAGE

TO-DO FILTER PAGE

SUBMIT/ADDING

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.