Welcome to My JavaScript Learning Journey!
Following the Scrimba JavaScript course, I'm building interactive projects that demonstrate core concepts like DOM manipulation, event handling, and modern ES6+ features.
6
Projects Built
100+
Hours Learning
∞
More to Go!
Featured Projects
Interactive JavaScript projects built while following the Learn JavaScript Course. This repository showcases my progress through hands-on challenges, apps, and mini-projects that strengthen JavaScript fundamentals.
🚀 Projects
- Passenger Counter App – First project, learning variables and DOM manipulation.
- Blackjack Game – Practice with conditionals, arrays, and event listeners.
- Chrome Extension – Real-world project deployed to the browser.
- Solo Projects – Basketball Scoreboard, Password Generator, and Unit Converter to apply learned concepts independently.
🛠️ Tech Stack
- JavaScript (ES6+)
- Vite for fast development & bundling
- HTML5 & CSS3
📦 Setup & Installation
Clone the repo and install dependencies:
git clone https://github.com/sobhy0101/learn-javascript-scrimba.git
cd scrimba-js-course
npm install
npm start