todo-vue

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.

To-Do-List(Vue)

ToDo Image

Demo Link

https://khinezinthaw7.github.io/todo-vue

Unfinish task count

This is the count for unfinish task.

Text Input Field

This is the text field to fill your task.

Add New Button

The button is to add new task and store to localstorage.

Done Checkbox

The task is done when click the checkbox.

Task Title

This is the task title.

Delete Button

This button is to delete the task.