Skip to content

Commit 2827fe3

Browse files
authored
Update README.md
1 parent a5dc92a commit 2827fe3

File tree

1 file changed

+111
-28
lines changed

1 file changed

+111
-28
lines changed

README.md

Lines changed: 111 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,37 +20,120 @@ Welcome to the ultimate resource for web development learning and interview prep
2020

2121
## 🌟 What's Inside?
2222

23-
This repository serves as both a learning guide and interview preparation resource, containing carefully curated questions, detailed answers, and explanations for various web development technologies, including:
24-
25-
- HTML5
26-
- CSS3
27-
- JavaScript (ES6+)
28-
- React.js
29-
- Node.js
30-
- Express.js
31-
- MongoDB
32-
- Next.js
33-
- RESTful APIs
34-
- Web Security
35-
- Performance Optimization
36-
- And more!
37-
38-
Whether you're a beginner looking to master web development concepts, an experienced developer preparing for your next big opportunity, or someone looking to refresh their knowledge, you'll find valuable content here to sharpen your skills and boost your confidence.
23+
<table>
24+
<tr>
25+
<td align="center"><img src="https://i.giphy.com/media/XAxylRMCdpbEWUAvr8/giphy.webp" width="100"><br><strong>HTML5</strong></td>
26+
<td align="center"><img src="https://i.giphy.com/media/fsEaZldNC8A1PJ3mwp/giphy.webp" width="100"><br><strong>CSS3</strong></td>
27+
<td align="center"><img src="https://i.giphy.com/media/ln7z2eWriiQAllfVcn/giphy.webp" width="100"><br><strong>JavaScript</strong></td>
28+
<td align="center"><img src="https://i.giphy.com/media/eNAsjO55tPbgaor7ma/giphy.webp" width="100"><br><strong>React</strong></td>
29+
</tr>
30+
<tr>
31+
<td align="center"><img src="https://i.giphy.com/media/kdFc8fubgS31b8DsVu/giphy.webp" width="100"><br><strong>Node.js</strong></td>
32+
<td align="center"><img src="https://i.giphy.com/media/XH9wwXfUXu91wAJwN5/giphy.webp" width="100"><br><strong>MongoDB</strong></td>
33+
<td align="center"><img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMmU0bWdhbTlzamY1aDF1dXluNjk1NTZrN2V4NDFqaGFwbTN6amtraHMwZiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/v0cGQXgNXjbFQVbCX9/giphy.gif" width="100"><br><strong>Next.js</strong></td>
34+
<td align="center"><img src="https://i.giphy.com/media/5eLDrEaRGHegx2FeF2/giphy.webp" width="100"><br><strong>RESTful APIs</strong></td>
35+
</tr>
36+
</table>
37+
38+
This repository serves as both a learning guide and interview preparation resource, containing:
39+
40+
- 🔍 Carefully curated questions
41+
- 📚 Detailed answers and explanations
42+
- 💻 Code examples and best practices
43+
- 🔐 Web security insights
44+
- 🚀 Performance optimization tips
45+
- 🧠 Conceptual deep dives
46+
- 🌐 Real-world application scenarios
47+
48+
Whether you're a:
49+
- 🌱 Beginner looking to master web development concepts
50+
- 💼 Experienced developer preparing for your next big opportunity
51+
- 🔄 Professional looking to refresh your knowledge
52+
53+
You'll find valuable content here to sharpen your skills and boost your confidence!
3954

4055
## 📚 Table of Contents
4156

42-
- [HTML](#-html)
43-
- [CSS](#-css)
44-
- [JavaScript](#-javascript)
45-
- [React.js](#%EF%B8%8F-reactjs)
46-
- [Node.js](#%EF%B8%8F-nodejs)
47-
- [Express.js](#-expressjs)
48-
- [MongoDB](#-mongodb)
49-
- [Next.js](#-nextjs)
50-
- [API](#-api)
51-
- [How to Use This Repo](#-how-to-use-this-repo)
52-
- [Contributing](#-contributing)
53-
- [License](#-license)
57+
<table>
58+
<tr>
59+
<td>
60+
<a href="#-html">
61+
<img src="https://i.giphy.com/media/XAxylRMCdpbEWUAvr8/giphy.webp" width="50"><br>
62+
HTML
63+
</a>
64+
</td>
65+
<td>
66+
<a href="#-css">
67+
<img src="https://i.giphy.com/media/fsEaZldNC8A1PJ3mwp/giphy.webp" width="50"><br>
68+
CSS
69+
</a>
70+
</td>
71+
<td>
72+
<a href="#-javascript">
73+
<img src="https://i.giphy.com/media/ln7z2eWriiQAllfVcn/giphy.webp" width="50"><br>
74+
JavaScript
75+
</a>
76+
</td>
77+
<td>
78+
<a href="#%EF%B8%8F-reactjs">
79+
<img src="https://i.giphy.com/media/eNAsjO55tPbgaor7ma/giphy.webp" width="50"><br>
80+
React.js
81+
</a>
82+
</td>
83+
</tr>
84+
<tr>
85+
<td>
86+
<a href="#%EF%B8%8F-nodejs">
87+
<img src="https://i.giphy.com/media/kdFc8fubgS31b8DsVu/giphy.webp" width="50"><br>
88+
Node.js
89+
</a>
90+
</td>
91+
<td>
92+
<a href="#-expressjs">
93+
<img src="https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExcXowZ3RqYWNqZ29td24xcTZ2ZTFqZHd0b3U2MWR3azZ2eHVmcml3cyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/2zZNmrvguyPTS06rK0/giphy.gif" width="50"><br>
94+
Express.js
95+
</a>
96+
</td>
97+
<td>
98+
<a href="#-mongodb">
99+
<img src="https://i.giphy.com/media/XH9wwXfUXu91wAJwN5/giphy.webp" width="50"><br>
100+
MongoDB
101+
</a>
102+
</td>
103+
<td>
104+
<a href="#-nextjs">
105+
<img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMmU0bWdhbTlzamY1aDF1dXluNjk1NTZrN2V4NDFqaGFwbTN6amtraHMwZiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/v0cGQXgNXjbFQVbCX9/giphy.gif" width="50"><br>
106+
Next.js
107+
</a>
108+
</td>
109+
</tr>
110+
<tr>
111+
<td>
112+
<a href="#-api">
113+
<img src="https://i.giphy.com/media/5eLDrEaRGHegx2FeF2/giphy.webp" width="50"><br>
114+
API
115+
</a>
116+
</td>
117+
<td>
118+
<a href="#-how-to-use-this-repo">
119+
<img src="https://i.giphy.com/media/Lmy23L3RkJ0sEWokRN/giphy.webp" width="50"><br>
120+
How to Use
121+
</a>
122+
</td>
123+
<td>
124+
<a href="#-contributing">
125+
<img src="https://i.giphy.com/media/JRsQiAN79bPWUv43Ko/giphy.webp" width="50"><br>
126+
Contributing
127+
</a>
128+
</td>
129+
<td>
130+
<a href="#-license">
131+
<img src="https://i.giphy.com/media/VczKchkE7n2JuZHXP6/giphy.webp" width="50"><br>
132+
License
133+
</a>
134+
</td>
135+
</tr>
136+
</table>
54137

55138
## 🧱 HTML
56139

0 commit comments

Comments
 (0)