An application used to generate advice.
✔️ React
✔️ JavaScript
✔️ CSS
✔️ Built with Class Component
✔️ Get requests to Advice Slip JSON API with axios
First version is live. You can see the working demo here.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
To Start Server:
yarn start
To Visit App:
localhost:3000