Skip to content

georgedimac/consuming-restful-api-in-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consuming a RESTful API in React

A simple implementation on how to use a RESTful API in React.

To follow along, this application has been documented as an article on Pusher blog. You can read about it here

Set up

To set up this project, first clone the repository

$ git clone https://github.com/fisayoafolayan/consuming-restful-api-in-react.git

Change your working directory into the project directory

$ cd consuming-restful-api-in-react

Run

Install npm modules

$ npm install

Start the application

$ npm start

Built With

React

About

A simple implementation on how to use a RESTful API in React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.8%
  • HTML 18.4%
  • CSS 8.8%