/rest_api

This is a simple implementation of HTTP Methods using React & Redux-Thunk. It uses JSONPlaceholder, a fake online Rest API.

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

HTTP METHODS

This is a simple implementation of HTTP Methods using React & Redux-Thunk. It uses JSONPlaceholder, a fake online Rest API.

GET STARTED

Install the dependencies...

cd rest_api
npm install

...then:

npm start

Navigate to localhost:3000. You should see your app running.