This project was bootstrapped with Create React App.
This is a simple implementation of HTTP Methods using React & Redux-Thunk. It uses JSONPlaceholder, a fake online Rest API.
Install the dependencies...
cd rest_api
npm install
...then:
npm start
Navigate to localhost:3000. You should see your app running.