vue-todo

Advanced To-Do List Application built with Vue.js.

You can edit task title, add / edit description to the task.

edit-title-desc

Attach Tags to the specific task.

outer-tags

Move / Drag the task throught the task list.

Thanks to #Vue.Draggable

draggable

Set task priority ranging from

  • None
  • Low
  • Medium
  • High

priority

Filter & select tags for the tasks from the default tags.

  • Home
  • Personal
  • Work

You can also set the color to specific tags.

select-tags

Or... just create a new tag of your own.

create-new-tag

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

GitHub