Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 324 Bytes

File metadata and controls

13 lines (9 loc) · 324 Bytes

Todo app on Angular

Simple todo app on Angular

https://alexovn.github.io/angular-todo/

Features

  • Create task by click on Add btn (or by press on Enter key);
  • Edit task by double click on it;
  • Filter tasks by its state (All, Active, Completed);
  • Pin task by click on a Pin icon;
  • Clear all completed tasks.