Skip to content

bo4arovpavel1989/learn-react-by-building-a-web-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Starter files for the "Learn React by building a web app" course. https://udilia.com/courses/learn-react-by-building-a-web-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.4%
  • CSS 42.2%
  • HTML 0.4%