Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2 KB

File metadata and controls

45 lines (32 loc) · 2 KB

Learning Web Development

A collection of my JavaScript exercises and projects, organized by topic. I'm keeping this here to document my progress and so I can look back at it later.

📂 Repository Structure

  • Focus: Introduction to JavaScript variables, data types, and basic output.
  • Projects: Personal Info, Simple Calculator, Temp Converter, Age Calculator, String Magic.
  • Focus: Control flow, conditionals (if/else), and logical operators.
  • Projects: Voting Checker, Grades, Rock Paper Scissors, BMI Calculator, Simple Quiz.
  • Focus: Iteration using for and while loops.
  • Projects: Number Printer, Math Table, Fibonacci Sequence, Prime Number Checker, Password Security.
  • Focus: Managing collections of data.
  • Projects: Fruit List, Array Magician, Todo List, Contact Book.
  • Focus: Reusable code blocks, parameters, and return values.
  • Projects: Greeter, Function Calculator, ATM Simulator.
  • Focus: Interacting with the webpage, event listeners, and dynamic content.
  • Projects: Dark Mode, The Modal, Image Slider, Live Search.
  • Focus: Fetch API, Async/Await, Destructuring, Spread Operator.
  • Projects: Dog Fetcher, User Generator, Live Feed, GitHub Finder, Auto-Save Notepad, Destructuring/Spread/Ternary.

🚀 How to Use

  1. Clone the repository.
  2. Navigate to a specific day/project folder.
  3. Open index.html in your browser to see the project in action.
  4. Check script.js to understand the logic.

👤 Author