Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saravanan-sss/sss-website


https://github.com/saravanan-sss/sss-website

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# React-JS-Crash-Course

[React JS Crash Course | Build Portfolio Website With React JS](https://youtu.be/0h2b4ftbZcU/)

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.

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.

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```