Skip to content

4doge/learn-vue-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository contain codebase for the simple Vue.js based TODO application.

Demo

For more details, check out demo.

Possibilities

  • List tasks
  • Create new task
  • Remove task
  • Search task
  • Sort by priority (asc/desc)
  • Sort by status (all/done/undone)
  • Mark task as done
  • Display amount of undone/all tasks
  • Display percents of completion all tasks

License

This project is licensed under the MIT License - see the LICENSE file for details