https://github.com/waqas-khan-codecanvas/chai-our-react
Code from the React.js tutorial series by @ChaiaurCode. This repo includes step-by-step React concepts and projects covered in the video: React JS Tutorial in Hindi. Ideal for beginners starting their React journey.
https://github.com/waqas-khan-codecanvas/chai-our-react
optimizations react-best-practices react-components react-hooks react-projects react-props react-redux react-router react-router-dom reactdom-createroot reactjs
Last synced: about 1 month ago
JSON representation
Code from the React.js tutorial series by @ChaiaurCode. This repo includes step-by-step React concepts and projects covered in the video: React JS Tutorial in Hindi. Ideal for beginners starting their React journey.
- Host: GitHub
- URL: https://github.com/waqas-khan-codecanvas/chai-our-react
- Owner: Waqas-Khan-CodeCanvas
- Created: 2025-07-12T20:56:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T22:34:44.000Z (11 months ago)
- Last Synced: 2025-07-12T23:31:36.242Z (11 months ago)
- Topics: optimizations, react-best-practices, react-components, react-hooks, react-projects, react-props, react-redux, react-router, react-router-dom, reactdom-createroot, reactjs
- Language: JavaScript
- Homepage: https://www.chaicode.com/
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Basics-Tutorial-Series π
This repository contains all the code I wrote while following the [React JS Tutorial in Hindi](https://youtu.be/FxgM9k1rg0Q?t=24272) by **@ChaiaurCode**.
## π About the Tutorial
This series is perfect for beginners who want to learn React.js from scratch in Hindi. It covers:
- JSX
- Components
- Props & State
- Hooks (useState, useEffect)
- Event Handling
- Conditional Rendering
- Forms
- React Router
- Mini Projects
## π οΈ Technologies Used
- React.js
- JavaScript
- HTML/CSS
- Node.js & npm
## π Folder Structure
```
react-basics-tutorial-series/
βββ 01-jsx-basics
βββ 02-components
βββ 03-props-state
βββ 04-hooks
βββ 05-routing
βββ 06-projects
βββ README.md
```
Each folder includes code examples for a specific topic from the tutorial.
## βΆοΈ Getting Started
To run any project:
```bash
cd folder-name
npm install
npm start
```
Make sure you have [Node.js](https://nodejs.org) installed.
## πΊ Watch the Tutorial
[React JS Tutorial in Hindi β Full Course by ChaiaurCode](https://youtu.be/FxgM9k1rg0Q?t=24272)
## π Special Thanks
A heartfelt **thank you to Hitesh Choudhary Sir** for this incredible and in-depth React series.
Your contribution to the developer community is truly inspiring.
Youβve made learning complex concepts not only easier but genuinely fun and enjoyable.
Weβre grateful for the clarity, dedication, and passion you bring to teaching.
## π Notes
This repo is for learning and practicing React. Feel free to use or modify the code while you learn!
---
Happy Coding! π»π₯