Skip to content

Commit 1064a45

Browse files
authored
Update README.md
1 parent b2a57fb commit 1064a45

File tree

1 file changed

+35
-13
lines changed

1 file changed

+35
-13
lines changed

README.md

Lines changed: 35 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,45 @@
1-
# 🚀 My JavaScript Learning Journey
1+
# 🚀 JavaScript Learning Repository
22

3-
I’ve started learning **JavaScript** through a paid Udemy course.
4-
But instead of keeping it to myself, I’m sharing my **practice code, exercises, and projects** here — completely free 💡
3+
This repository contains my **JavaScript practice** files and **mini projects**.
4+
I am learning step by step and documenting everything here.
55

66
---
77

8-
## ⚡ About This Repo
9-
- 📚 All code is **written by me** while learning.
10-
- 👨‍💻 Covers **exercises, mini-projects, and challenges**.
11-
- 🌍 Anyone can follow along — **no paid course required!**
8+
## 📂 Folder Structure
9+
10+
### 1. `js-practice/`
11+
- Small practice codes
12+
- Covers topics like arrays, loops, functions, DOM, etc.
13+
14+
### 2. `js-projects/`
15+
- Mini projects using **HTML, CSS, and JavaScript**
16+
- Examples: To-Do App, Quiz App, Calculator, Weather App
17+
18+
---
19+
20+
## 🛠️ Tech Stack
21+
- **JavaScript (Vanilla JS)**
22+
- **HTML5**
23+
- **CSS3**
24+
25+
---
26+
27+
## 🎯 Goals
28+
- Improve problem-solving with JavaScript
29+
- Build projects to strengthen concepts
30+
- Document my journey for future reference
1231

1332
---
1433

15-
## 📌 Why I’m Sharing
16-
I believe in **learning in public** — it helps me grow and also benefits others.
17-
If you’re also learning JavaScript, this repo can be your **free practice companion** 🚀
34+
## ✨ Projects Preview
35+
| Project | Description |
36+
|---------|-------------|
37+
| 📝 To-Do App | Add, delete, and mark tasks as done | Comming Soon
38+
| ❓ Quiz App | Answer multiple-choice questions and get score | Comming Soon
39+
| 🔢 Calculator | Perform basic math operations | Comming Soon
1840

1941
---
2042

21-
## 🔮 What’s Next
22-
👉 More **projects and challenges** coming soon!
23-
⭐ Don’t forget to **star the repo** if you find it helpful.
43+
## 📌 Notes
44+
This repo is mainly for **learning purposes**.
45+
If you’re also learning JavaScript, feel free to explore! 😃

0 commit comments

Comments
 (0)