Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saravanan-sss/sss-website
https://github.com/saravanan-sss/sss-website
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/saravanan-sss/sss-website
- Owner: SARAVANAN-SSS
- Created: 2022-08-29T09:53:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T11:23:52.000Z (over 2 years ago)
- Last Synced: 2024-08-28T10:57:45.229Z (4 months ago)
- Language: JavaScript
- Size: 2.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-JS-Crash-Course
[](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```