A simple React todo app.
Here's the link to the JavaScript version: https://github.com/denimartn/todo_app
Learn the React basics by building a simple todo application.
Users can:
- Add a new task;
- Complete a task;
- Toggle between three different statuses (All, Active, Completed);
- Remove one task;
- Remove all tasks.