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

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.

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! πŸ’»πŸ”₯