Skip to content

dvasyliev/react-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Crash Course: From Zero to Hero

Learn React from scratch and build your first application step by step in this course.

In this course, you’ll start with setting up a development environment, creating your first application in React and finishing up by managing component states! With this course, you will gain foundational knowledge of how to create React components, share data between components, style React components and much more.

Visit "React Crash Course: From Zero to Hero" on Udemy

How to use code examples from Github

This repository contains the source code for the "React Crash Course: From Zero to Hero" course.

Download the code source

a) Download code source for final application

  1. Open repository main page.

  2. Click on the green "Code" button to open a list and then click on the "Download ZIP" button to download a source code.

Screenshot 2024-06-25 at 17 34 44

b) Download code sources for specific lesson

  1. Open commits page.

  2. Click on the "code" icon near the lesson you are interested.

Screenshot 2024-06-25 at 17 48 06
  1. You will be redirected to the specific source code page for this lesson.

  2. Click on the green "Code" button to open a list and then click on the "Download ZIP" button to download a source code.

Screenshot 2024-06-25 at 17 34 44

Open project in the VS code (code editor)

Open the archive on your computer, open VS code (code editor) and cick "File" -> "Open Folder" -> Choose project folder => "Open".

Screenshot 2024-06-25 at 17 40 31

Start application

1. Install dependencies

Run the npm install command to install all the libraries needed to run the application.

2. Run application

Run the npm start command in terminal to start the application. Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.

About

This repository contains the source code for the "React Crash Course: From Zero to Hero" course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published