Skip to content

πŸš€ Documenting my web development journeyβ€”learning HTML, CSS, JavaScript, React, and more. Includes notes, mini-projects, and progress updates!

License

Notifications You must be signed in to change notification settings

nirmitkotadiya/web-dev-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌟 Web Dev Journey πŸš€


⚠️ Note: This repository is currently on hold.
I’ll resume updating notes, code, and lectures soon. Stay tuned! 🚧


πŸ“Œ Documenting my web development journey – from the basics to advanced concepts, covering HTML, CSS, JavaScript, React, and beyond! Whether you're a beginner or looking to refine your skills, this repository serves as a structured guide for learning and hands-on practice. πŸ—οΈ

"The journey of a thousand miles begins with a single step." – Lao Tzu


πŸ“‹ Course Outline

πŸ“Œ Lecture No. πŸ“ Topic 🚦 Status πŸ”— Link
01 Introduction to Website Development βœ… Completed note.md
02 How the Web Works βœ… Completed note.md
03 Setting Up Your Development Environment βœ… Completed note.md
04 Understanding HTML, CSS, and JavaScript βœ… Completed note.md
05 First Web Page βœ… Completed note.md
06 HTML Structures βœ… Completed note.md
07 HTML Text βœ… Completed note.md
08 HTML List βœ… Completed note.md
09 Hyperlinks βœ… Completed note.md
10 ID Attributes βœ… Completed note.md
11 Self Closing Tags βœ… Completed note.md
12 Image Tag βœ… Completed note.md
13 HTML Forms βœ… Completed note.md
14 Form Validation βœ… Completed note.md
15 HTML Drop-down βœ… Completed note.md
16 Login and Register Form βœ… Completed note.md
17 Introduction to CSS βœ… Completed note.md
18 Block & Inline Elements βœ… Completed note.md
19 Development or Developer or Dev Tools βœ… Completed note.md
20 Layout Design βœ… Completed note.md
21 Ways to Add CSS βœ… Completed note.md
22 Semantic HTML βœ… Completed note.md
23 HTML Tables βœ… Completed note.md
24 Text Styling βœ… Completed note.md
25 Text Alignment / Positioning βœ… Completed note.md
26 Text Size βœ… Completed note.md
27 Font Family βœ… Completed note.md
28 Text Color βœ… Completed note.md
29 CSS Selectors βœ… Completed note.md
30 Pseudo Selectors βœ… Completed note.md
31 Inheritance βœ… Completed note.md
32 Pseudo Elements βœ… Completed note.md
33 Card Design βœ… Completed note.md
34 Height and Width βœ… Completed note.md
35 Padding βœ… Completed note.md
36 Border βœ… Completed note.md
37 Border Radius βœ… Completed note.md
38 Box Sizing in CSS βœ… Completed note.md
39 CSS Margin βœ… Completed note.md
40 Display βœ… Completed note.md
41 CSS Reset βœ… Completed note.md
42 Margins βœ… Completed note.md
43 Max Width βœ… Completed note.md
44 Max Height βœ… Completed note.md
45 CSS Units + Responsiveness βœ… Completed note.md
46 Rem βœ… Completed note.md
47 em, vw, and vh in CSS βœ… Completed note.md
48 CSS Variables βœ… Completed note.md
49 Flexbox βœ… Completed note.md
50 Main and Cross Axis βœ… Completed note.md
51 Flex vs Block vs Inline-Block βœ… Completed note.md
52 Justify Content βœ… Completed note.md
53 Align Items βœ… Completed note.md
54 Gap in Flexbox βœ… Completed note.md
55 Position βœ… Completed note.md
56 YouTube Layout - Navbar Design βœ… Completed note.md
57 JavaScript Day-01 - Project Setup βœ… Completed note.md
58 JavaScript Day-02 - JavaScript Numbers βœ… Completed note.md
59 JavaScript Day-03 - JavaScript Strings βœ… Completed note.md
60 JavaScript Day-04 - Running HTML, CSS, and JS Together βœ… Completed note.md
61 JavaScript Day-05 - JS Variables βœ… Completed note.md
62 JavaScript Day-06 - JS Boolean βœ… Completed note.md
63 JavaScript Day-07 - Condition βœ… Completed note.md
64 JavaScript Day-08 - Practice Questions βœ… Completed note.md
65 JavaScript Day-09 - JS Functions βœ… Completed note.md
66 JavaScript Day-10 - JS Function Parameters βœ… Completed note.md
67 JavaScript Day-11 - JS Objects βœ… Completed note.md
68 JavaScript Day-12 - More About JS Objects βœ… Completed note.md
69 JavaScript Day-13 - JavaScript LocalStorage βœ… Completed note.md
70 JavaScript Day-14 - JavaScript Object Part 3 βœ… Completed note.md
71 JavaScript Day-15 - Instagram Follow Button βœ… Completed note.md
72 JavaScript Day-16 - Login and Register Form βœ… Completed note.md
73 JavaScript Day-17 - JavaScript Window Object βœ… Completed note.md
74 JavaScript Day-18 - JavaScript Array βœ… Completed note.md
75 JavaScript Day-19 - JavaScript Todo List βœ… Completed note.md
76 JavaScript Day-20 - JavaScript While Loop βœ… Completed note.md
77 JavaScript Day-21 - JavaScript For Loop βœ… Completed note.md
78 JavaScript Day-22 - JavaScript Traverse Through Array Using Loops βœ… Completed note.md
79 JavaScript Day-23 - JavaScript Array Practice Time πŸ’ͺ βœ… Completed note.md
80 JavaScript Day-24 - JavaScript Completing Todo List βœ… βœ… Completed note.md
81 JavaScript Day-25 - To-Do List with Delete Button βœ… Completed note.md
82 JavaScript Day-26 - JavaScript Scope & Hoisting πŸ‘¨β€πŸ’» βœ… Completed note.md
83 JavaScript Day-27 - JavaScript Callback Functions βœ… Completed note.md
84 JavaScript Day-28 - Arrow Functions & Async Timers πŸ‘¨β€πŸ’» βœ… Completed note.md
85 JavaScript Day-29 – clearInterval, break, continue, forEach πŸ’ͺ βœ… Completed note.md
86 JavaScript Day- 30 - JavaScript Arrow Functions πŸ’ͺ βœ… Completed note.md
87 JavaScript Day-31 - Git πŸ’ͺ βœ… Completed note.md
88 JavaScript Day-32 - Git vs GitHub βœ… Completed note.md
89 JavaScript Day-33 - JavaScript Modules πŸ’ͺ βœ… Completed note.md
90 JavaScript Day-34 - JavaScript this keyword πŸ’ͺ βœ… Completed note.md
91 JavaScript Day-35 - JavaScript Classes πŸ’ͺ βœ… Completed note.md

✨ What's Included?

βœ… Exclusive Content & Resources – Gain access to unique insights, expert tips, and structured learning paths 🎯
βœ… Daily Learning Notes – Well-structured and beginner-friendly notes πŸ“–
βœ… Code Snippets – Practical examples & implementations πŸ’»
βœ… Mini Projects – Hands-on projects for real-world practice πŸ”₯
βœ… Progress Tracking – Keep track of daily improvements πŸ“Š
βœ… Best Practices & Tips – Industry-standard techniques to level up your skills πŸ’‘


🌍 Stay Connected

πŸ’‘ Follow my progress and connect with me on:

πŸ’‘ Your feedback and contributions are always welcome! Feel free to fork, star, and explore! πŸš€

About

πŸš€ Documenting my web development journeyβ€”learning HTML, CSS, JavaScript, React, and more. Includes notes, mini-projects, and progress updates!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published