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)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git