An open API service indexing awesome lists of open source software.

https://github.com/adrianhajdin/advice_app

This is a code repository for the corresponding YouTube video. In this video, we will create an interesting react project from scratch - A React Advice App. We're going to use React on the front end and we'll make get requests to Advice Slip JSON API.
https://github.com/adrianhajdin/advice_app

Last synced: 5 months ago
JSON representation

This is a code repository for the corresponding YouTube video. In this video, we will create an interesting react project from scratch - A React Advice App. We're going to use React on the front end and we'll make get requests to Advice Slip JSON API.

Awesome Lists containing this project

README

          

# Introduction
This is a code repository for the corresponding video tutorial.

In this video, we will create an interesting react project from scratch - A React Advice App. We're going to use React on the front end and we'll make get requests to Advice Slip JSON API.

By the end of this video, you will have a strong understanding of basic React workflow as well as how to make get requests in React Apps.

Setup:
- run ```npm i && npm start```