|
1 |
| -# 🚀 My JavaScript Learning Journey |
| 1 | +# 🚀 JavaScript Learning Repository |
2 | 2 |
|
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. |
5 | 5 |
|
6 | 6 | ---
|
7 | 7 |
|
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 |
12 | 31 |
|
13 | 32 | ---
|
14 | 33 |
|
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 |
18 | 40 |
|
19 | 41 | ---
|
20 | 42 |
|
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