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.
- Host: GitHub
- URL: https://github.com/adrianhajdin/advice_app
- Owner: adrianhajdin
- Created: 2020-03-08T08:32:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:55:59.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T03:11:17.088Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 5.22 MB
- Stars: 211
- Watchers: 3
- Forks: 34
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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```