Skip to content
On this page

TodoList

INFO

Personal project

Overview

As the name suggests, this TodoList allows you to manage tasks. You can add a task, edit it, delete it, or mark it as done. This application uses Vue.js and localStorage.

Application Preview

login

TodoList introduction page

Features

The TodoList allows task searching with a search bar by typing keywords. It can also be filtered by:

  • Active tasks
  • Priority tasks
  • Completed tasks
  • Tasks due today

It is also possible to edit, delete, or mark a task as completed.

Priority tasks are marked in red. Finally, you can mark all tasks as done or delete all completed tasks.