Build a Simple Todo App using React

Let’s build a simple Todo App with React, which teaches you the basic principles of CRUD (Create, Read, Update and Delete)

Kumar Shubham
Towards Data Science
6 min readDec 31, 2020

--

Photo by Markus Spiske on Unsplash

Hello readers! This is the first time I am writing an article on building something with React. So, I am also new to React and Frontend Frameworks. And the best way to make your first React project…

--

--