Learn React by building a web app

Starter files for the Learn React by building a web app Course.

Poster

Project structure

react-coin is the folder, where we are going to work for this entire course.

stages is the folder, that contains specific stage of application, corresponding to course video. E.g. if you lose track while watching 5th video, stages/05 folder will contain solution for you. It also contains final project.

Getting started

Familiar with Git?

clone this repository and cd into react-coin folder

git clone https://github.com/udilia/learn-react-by-building-a-web-app.git

cd learn-react-by-building-a-web-app/react-coin

Not familiar with Git?

  • Download ZIP
  • extract the contents of the zip file
  • and cd into react-coin folder cd learn-react-by-building-a-web-app-master/react-coin

Install dependencies

npm install

Start development server

npm start