Skip to content

It is very common to develop dynamic websites, these are formed from external information such as api rest. Let's code a reaction application that consumes an API rest.

ideas2codedev/Consume-a-rest-api-with-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Consume a REST-API with React

enter image description here A single-page application (SPA) is a web application or website that interacts with the web browser by dynamically rewriting the current web page with new data from the web server, instead of the default method of the browser loading entire new pages.

Objetive

  • Consume a REST-API
  • Dinamic content

Demo

https://demos.ideas2code.io/Consume-a-rest-api-with-React/

Requirements

  • Node >= 8.10
  • npm >= 5.6

Installation

Clone this repository

git https://github.com/ideas2codeweb/Consume-a-rest-api-with-React.git

Move to root folder and run:

npm install

Now let's start our application run:

npm start

Resources & Credits

Template phantom by HTML5UP:

https://html5up.net/phantom

About

It is very common to develop dynamic websites, these are formed from external information such as api rest. Let's code a reaction application that consumes an API rest.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published