Welcome to my WDD131 – Dynamic Web Fundamentals repository!
This repository contains the projects, exercises, and code developed while taking the WDD131 course through BYU–Pathway Worldwide and BYU–Idaho.
It is not intended to encourage plagiarism or misuse of course materials.
Central page linking to course activities and exercises.
🔗 https://alicemartins-hue.github.io/wdd131/
Projects focused on handling user input and dynamic behavior with JavaScript.
-
Form Page
JavaScript-enhanced form with validation and input processing.
🔗 https://alicemartins-hue.github.io/wdd131/form.html -
Review Page
Displays and processes submitted data dynamically.
🔗 https://alicemartins-hue.github.io/wdd131/review.html
Introduction to JavaScript in the browser:
- Variables
- Basic logic
- Simple DOM interaction
🔗 https://alicemartins-hue.github.io/wdd131/week01/
DOM manipulation and event handling.
🔗 https://alicemartins-hue.github.io/wdd131/week02/
Conditional logic and iterative behavior in dynamic pages.
🔗 https://alicemartins-hue.github.io/wdd131/week03/
More advanced DOM interaction and code organization.
🔗 https://alicemartins-hue.github.io/wdd131/week04/
An interactive shopping list application built with JavaScript.
Users can dynamically add and remove items from the list.
🔗 https://alicemartins-hue.github.io/wdd131/shoplist/
Starter files and examples used to practice form handling and validation.
A comprehensive project that brings together the main concepts of the course:
- DOM manipulation
- Event handling
- Dynamic content updates
- JavaScript-driven user interaction
🔗 https://alicemartins-hue.github.io/wdd131/finalProject/
This repository is a record of my learning journey and practice with dynamic web development.
It may include experimental scripts and multiple approaches to solving the same problem.
Course materials and assignments provided by BYU–Pathway Worldwide and BYU–Idaho.
⬆️ Back to top