explaingit

codewithharry/sigma-web-dev-course

11,290JavaScriptAudience · generalComplexity · 1/5Setup · easy

TLDR

This repository holds the source code for the Sigma Web Development Course taught in Hindi on YouTube, covering HTML, CSS, JavaScript, databases, and full-stack projects for complete beginners.

Mindmap

mindmap
  root((Sigma Web Dev))
    Topics covered
      HTML structure
      CSS styling
      JavaScript behavior
    Advanced topics
      Frontend dev
      Backend dev
      Databases
    Format
      Hindi video course
      Daily code commits
    Audience
      Hindi beginners
      Complete newcomers
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Follow along with the Hindi YouTube video course by downloading the matching code files for each lesson.

USE CASE 2

Use the included examples as a reference while building your first HTML and CSS webpage.

USE CASE 3

Study the JavaScript sections to learn how to add interactive behavior to a website step by step.

Tech stack

JavaScriptHTMLCSS

Getting it running

Difficulty · easy Time to first run · 5min

In plain English

This repository holds the source code that goes alongside the Sigma Web Development Course by CodeWithHarry, a video course taught entirely in Hindi. The course targets people who want to learn web development but find English-language tutorials hard to follow. It is designed to take a complete beginner all the way through to a level where they can build and ship real projects. The material covers the three core building blocks of web development: HTML for structure, CSS for visual styling, and JavaScript for interactive behavior. Beyond those basics, the course also covers front-end and back-end development, how to connect and work with databases, and how to build actual projects rather than toy examples. The source code in this repository is organized to match the course progression, so each new video or lesson has corresponding files that learners can download and refer to. The instructor commits new source code to this repository on a near-daily basis to keep pace with the video upload schedule. That means the repository grows over time as the course adds new topics. Learners are expected to follow along by watching the YouTube playlist and then opening the matching code files here. This project is primarily a learning resource and reference archive, not a standalone tool or library. If you are comfortable reading English and already know the basics of HTML, CSS, and JavaScript, most of the content here will be familiar ground. The main audience is Hindi-speaking beginners who want structured, step-by-step guidance in their own language, with real code to follow at every stage.

Copy-paste prompts

Prompt 1
I'm following the Sigma Web Dev Course. Explain what each HTML tag in the lesson file does in plain English.
Prompt 2
Based on the Sigma Web Dev Course style, show me how to build a responsive navigation bar using only HTML and CSS.
Prompt 3
I'm stuck on the JavaScript section of the Sigma Web Dev Course. Explain how event listeners work with a beginner-friendly example.
Prompt 4
What topics does the Sigma Web Dev Course cover, and in what order should a complete beginner go through them?
Open on GitHub → Explain another repo

← codewithharry on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.