Skip to content

1. About

Petrea Silviu edited this page Mar 17, 2019 · 3 revisions

Todo application in an online Task Manager

Features:

  • New Todos may easily added, and deleted.
  • It allows a user to modify tasks by double clicking it.
  • User can mark the task by clicking on checkbox when it is completed and unmark by second click.
  • Select all arrow at the top left allows the user to mark all as completed.
  • The completed tasks are marked with a tick and crossed out text.
  • It allows filtering for All, Active and Completed.
  • Clear Completed button lets user to clear all completed tasks.

How it Works:

todo

  1. Input field: Insert new todo item
  2. Todo list item checked: Completed todo item | Double click to edit item
  3. Todo list item unchecked: Uncompleted todo item | Double click to edit item
  4. Toggle item input: Check or uncheck clicked item
  5. Toggle All button: Check or uncheck all items
  6. Counter: The number of remaining todos to be completed
  7. Filter buttons: All: Show all todos | Active: Show uncompleted todos | Completed: Show completed todos
  8. Clear completed button: Clear all completed todos