Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.03 KB

File metadata and controls

40 lines (24 loc) · 1.03 KB

Call Simple Rest API Using ReactJS

This is a small project to show how you can call a simple rest api which gets the JSON from publically available rest api and renders it in an HTML list. Moreover this project also shows how you can use FontAwesome icons pack for reactjs.

Output

Output

Minimum Requirements

  • git
  • Node v6
  • NPM v3

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Built With

Acknowledgements