Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 319 Bytes

Todo app on React

Simple todo app on React

https://alexovn.github.io/react-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.