This repository contain codebase for the simple Vue.js based TODO application.
For more details, check out demo.
- 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
This project is licensed under the MIT License - see the LICENSE file for details