Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 448 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 448 Bytes

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