DMD3475-Coding-for-Web-and-Interactive-

DMD 3475 — Coding for the Web (Spring 2026)

This repository contains the in-class coding work for DMD 3475: Coding for the Web.

Each week has its own folder. Most JavaScript work in this course will be completed during class.


How this repository is used

You should never push to the instructor’s repository.


Folder structure


Getting started (Week 1)

  1. Fork this repository on GitHub.
  2. Clone your fork to your computer.
  3. Open the week-01 folder.
  4. Open index.html in your browser.
  5. Open the browser Developer Tools and view the Console.

If you see a message in the Console, JavaScript is running correctly.