Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.21 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.21 KB

INTRODUCTION

A Random Advice Generator App: React has been used on the front end. GET Request used to Advice Slip JSON API (https://api.adviceslip.com/) for generating the random advices.

This should help developers gain a strong understanding of the basic React workflow as well as how to make GET requests in React Apps.

It is using 'Axios' which is a lightweight HTTP client based on the $http service similar to the Fetch API.

SETUP INSTRUCTIONS

  1. Download the code
  2. Run 'npm install' or 'yarn install' (if yarn is installed) within the project directory
  3. Run 'npm start' or 'yarn start' (if yarn is installed) INTRODUCTION

A Random Advice Generator App: React has been used on the front end. GET Request used to Advice Slip JSON API (https://api.adviceslip.com/) for generating the random advices.

This should help developers gain a strong understanding of the basic React workflow as well as how to make GET requests in React Apps.

It is using Axios which is a lightweight HTTP client based on the $http service similar to the Fetch API.

SETUP INSTRUCTIONS

Download the code Run 'npm install' or 'yarn install' (if yarn is installed) within the project directory Run 'npm start' or 'yarn start' (if yarn is installed)