Simple todo app on React
https://alexovn.github.io/react-todo/
- 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.