GitHunt
SO

software-development-course-2025/web-development-v2-week-5-assignment

This project was developed as part of the Web Development V2 module, aiming to demonstrate core concepts of front-end development through a fully functional and accessible interactive webpage.

Constellation Lab β€” Mastering JavaScript Fundamentals

A compact lab to showcase JavaScript fundamentals in action: variables, conditionals, functions, loops, and DOM β€” all in a single, easy-to-read project, crafted with pure CSS & JS.

Live Demo (GitHub Pages)

πŸš€ Key Features

  • Basics: typed inputs β†’ conditional categorization
  • Functions: Reusable logic for determining age from year of birth
  • Loops: countdown, sum with for...of, star pattern
  • DOM: selection, event listeners, text updates, class toggling, dynamic element creation
  • Design: visual styles are applied to clearly illustrate the DOM interactions

πŸ“‚ Project Structure

/
β”œβ”€ index.html            
β”œβ”€ style.css             
β”œβ”€ script.js             
β”œβ”€ assets/
β”‚  └─ logo.svg
β”‚  └─ sounds/
β”‚     └─ click.mp3
β”œβ”€ README.md  

πŸ’» How to Use

  1. Open index.html in your browser (no build tools required).
  2. Try the form, calculator, and the loop buttons.
  3. Toggle the theme to see DOM class manipulation.

πŸ“ License

This project is licensed under the MIT License. See the LICENSE file for more details.

πŸ‘¨β€πŸ’» Author


β€œSmall, focused examples make fundamentals unforgettable.”

Languages

CSS40.9%HTML31.4%JavaScript27.7%

Contributors

Latest Release

v1.0.0August 24, 2025
MIT License
Created August 18, 2025
Updated January 30, 2026