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.
- 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.
- Clone the repository.
- Navigate to a specific day/project folder.
- Open
index.htmlin your browser to see the project in action. - Check
script.jsto understand the logic.
- GitHub: Monotheist0
- Name: Md Masud Ur Rahman