Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 348 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 348 Bytes

task_ciklum

Created a todo-list application. Which includes next functionality:

  • Create a todo-item with a title, description, priority fields and a default status - open;
  • Edit all todo-item fields;
  • Move todo-item in done status;
  • Delete todo-item;
  • Search todo-item by title;
  • Filter todo-item by status;
  • Filter todo-item by priority.