Skip to content

Handicapped-Bros/learning-web-development

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

About

repo by @monotheist0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 63.2%
  • HTML 36.8%