DEV Community

CodingWith-Adam
CodingWith-Adam

Posted on

React Todo Tutorial using hooks, Axios, Bootstrap and a free reset API called JsonPlaceHolder to display a list of todos

In this tutorial we create a simple Todo list using react hooks. We achieve this by using Axios to access a rest API hosted on JsonPlaceHolder. The UI is formatted with bootstrap.

We learn about 2 hooks useState to manage state and useEffect for the initial load of data when the component loads.

If you enjoy my tutorials follow me on dev.to and subscribe to my YouTube Channel CodingWithAdam.

Top comments (0)