// the find
CodeWithHarry/Sigma-Web-Dev-Course
Source Code for Sigma Web Development Course
Source code companion for a 120+ video Hindi YouTube course covering web development from HTML basics through React, Redux, and Next.js. It's a learning resource, not a library or tool — each folder maps to one video. Audience is Hindi-speaking beginners who want to follow along with the videos.
Covers a genuinely wide stack progression: vanilla HTML/CSS/JS in early videos, then Node/Express, then React with hooks, Context API, Redux Toolkit, and Next.js by the end. The per-video folder structure makes it easy to jump to exactly where you are in the course without wading through unrelated code. 11k stars signals a large active community around the course, so questions about the material are likely answered somewhere. Includes both with-React and without-React comparisons in some videos (e.g., Video 105), which is a useful teaching technique.
The repo itself has no value without the videos — it's a companion, not a standalone reference. Video 103 includes a committed `.env` file in the directory tree, which is a bad habit to teach beginners. Last push was November 2024, so if the course added newer content it hasn't landed here. No tests anywhere in the tree, which means students finish the course never having written one.