Summary: in this tutorial, you will learn how to build a React Todo App step by step.
React Todo App overview
The React Todo App allows you to add a new todo item, edit an existing todo item, delete a todo item, and set a todo item as completed.
The following picture shows the app that we’re going to build: