https://github.com/devradheee/100xdevs
About 100xDevs Cohort 3 π by Harkirat Singh. This repository contains Lecture Codes, Notes, Assignments, Assignment Solution Code and Some Good Articles/Blogs Link. π₯
https://github.com/devradheee/100xdevs
css3 devops expressjs html5 javascript nodejs reactjs
Last synced: 1 day ago
JSON representation
About 100xDevs Cohort 3 π by Harkirat Singh. This repository contains Lecture Codes, Notes, Assignments, Assignment Solution Code and Some Good Articles/Blogs Link. π₯
- Host: GitHub
- URL: https://github.com/devradheee/100xdevs
- Owner: devradheee
- Created: 2025-04-06T18:53:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T20:28:26.000Z (12 months ago)
- Last Synced: 2026-01-03T13:17:40.097Z (3 months ago)
- Topics: css3, devops, expressjs, html5, javascript, nodejs, reactjs
- Language: JavaScript
- Homepage: https://github.com/devradheee/100xDevs
- Size: 3.26 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **`100xDevs Cohort 3.0 Web Dev + Devopsπ`**
> #### **_[100xDevs Cohort 3.0](https://app.100xdevs.com/) π by [Harkirat Singh](https://x.com/kirat_tw). This repository contains `live class/lecture codes, lecture assignments, assignment solutions, links to notes/slides link, some good relevant articles/blogs link` for each lecture, and a list of all topics covered in the class, organized lecture-wise to help you._**
## π₯ **Clone this Repository** π«
Write the following commands on your terminal to clone this repository, so that you can run this project locally.
```bash
git clonegit clone[ https://github.com/devradheee/100xdevs.git ]
```
## π [**Class/Lecture Slides Link**](./Lecture%20Slides.md)
## π¨βπ» **Contents** π
**π `Note:` Click on the arrow sign to expand to see each topics in details with link.**
## π [**Class/Lecture Slides Link**](./Lecture%20Slides.md)
Week 01 - Orientation, HTML/CSS/Basic JS
## π [ Week 01 - Orientation, HTML/CSS/Basic JS](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/)
### π» [**1.1 - Web Dev + Devops Orientation**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/)
> **`Topics Covered:` HTML Basic -** Tags, Attributes, title, body, div, span, h1-h6, b, i, u, br, a, center, img, input, button... & **CSS Basic -** inline css, external css, color, background-color, selectors, class, id, font-size, font-weigth, border, padding, margin, flexbox... & **Build some part of VS Code Landing Page**.
- π¨βπ» [**Lecture Codes**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation%20Notes.md)
- π [**Lecture Assignment**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.1%20-%20Web%20Dev%20+%20Devops%20Orientation/Assignment%20Solution/)
- [VS Code Landing Page Clone Live Link π](https://vscode-clone-bharat.vercel.app/)
### π» [**1.2 - Basics of JavaScript**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/)
> **`Topics Covered:` JavaScript Basic -** Interpreted, Compiled Time Language, Dynamically Typed, Single threaded, Multithreading, Garbage collector, JavaScript Synatx, Variables, var, let, const, datatypes, numer, string, boolean, operators, functions, if/else, loops, objects, arrays, array of objects, object of objects, problem solving and solved assignment problems.
- π¨βπ» [**Lecture Codes**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/Lecture%20Codes/)
- π [**Notes/Slides & Articles/Blogs Link**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/1.2%20-%20Basics%20of%20JavaScript%20Notes.md)
- π [**Lecture Assignment**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/1.2%20-%20Basics%20of%20JavaScript%20Assignment.md)
- π₯οΈ [**Assignment Solution**](./Week%2001%20-%20Orientation,%20HTML,CSS,Basic%20JS/1.2%20-%20Basics%20of%20JavaScript/Assignment%20Solution/)
- [Zerodha Landing Page Clone Live Link π](https://zerodha-clone-bharat.vercel.app/)