Welcome to my JavaScript Learning Repository 🎯
This repo contains all my daily code practice, topic notes, and projects as I learn JavaScript step by step from the [GeeksforGeeks JS Beginner to Advanced Batch]
I'm following the official GFG JS course which covers:
- ✅ JavaScript Basics
- ✅ DOM Manipulation
- ✅ Events & Functions
- ✅ Arrays, Objects, and Loops
- ✅ ES6+ Features
- ✅ Asynchronous JS (Promises, async/await)
- ✅ APIs and Fetch
- ✅ Mini Projects & Real-world Practice
📁 javascript-journey/
│
├── 📄 README.md → Overview of my learning journey
│
├── 📘 Notes/ → Concept-wise notes (Markdown files)
│ ├── 01_Introduction.md
│ ├── 02_Variables_and_DataTypes.md
│ ├── 03_Operators.md
│ └── ...
│
├── 💻 Codes/ → Topic-wise code files
│ ├── 01_Basics/
│ ├── 02_Functions/
│ ├── 03_Arrays/
│ └── ...
│
├── 🚀 Projects/ → Small JS projects made during learning
│ ├── ToDoApp/
│ ├── Calculator/
│ ├── WeatherApp/
│ └── ...
│
└── 🗓️ Daily_Update_Log.md → My daily progress tracker
- Build a strong foundation in JavaScript fundamentals.
- Understand the core logic behind web development.
- Create real-world projects using JavaScript.
- Maintain a consistent daily learning habit.
- 🟨 JavaScript (ES6+)
- 🌐 HTML & CSS (for projects)
- 🧰 VS Code
- 🧾 Markdown for notes
- 💻 Git & GitHub for version control
If you're also learning JavaScript:
- Clone this repo:
[https://github.com/SakshiHanwat/My-JS-Learning-Journey.git]2.Navigate through the folders (Notes or Codes).
3.Follow the same structure to track your learning.
🤝 Connect With Me
📧 Email: [email protected]
💼 LinkedIn: https://www.linkedin.com/in/sakshi-hanwat-b4722b254/
🐙 GitHub: https://github.com/SakshiHanwat
⭐ If you find this repository helpful, don’t forget to star it! Let’s grow and learn JavaScript together 🚀