Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.34 KB

React-JS-Crash-Course

React JS Crash Course | Build Portfolio Website With React JS

About Course

Hi everyone, welcome to our brand new react js crash course. This is a complete beginner-friendly course specially created for new web developers, who just started to learn about react js.

In this course, we will build and deploy a complete react js portfolio website.

What is React JS

Without wasting your time, let's see what react js actually is...

  • React is a JavaScript library for building user-friendly interfaces.
  • It is Used to build single-page applications.
  • Also, it allows us to create reusable UI components.

What you are going to learn

In this course, we are going to learn

  • React ES6 Basic Syntax
  • React Render HTML
  • React JSX essential Syntax
  • How to use React Components, Class, Props, Events
  • React Conditionals
  • React Router
  • React Hooks such as - useState, useEffect, useCallback, Custom Hooks
  • Most importantly we will learn the Best File & Folder Structure you should follow..... and much more.

By building our react js portfolio we will try to cover all these topics.

Setup

  • run npm i && npm start