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 will fork this repository to create your own copy.
- You will clone your fork to your computer.
- On Thursdays, you will commit and push your in-class work to your fork.
- You will sync with my root repo to collect new empty folders and start new assignments.
- Use the terminal so I can help.
You should never push to the instructor’s repository.
Folder structure
week-01/ — Week 1 in-class work
- Additional week folders will be added as the semester progresses.
Getting started (Week 1)
- Fork this repository on GitHub.
- Clone your fork to your computer.
- Open the
week-01 folder.
- Open
index.html in your browser.
- Open the browser Developer Tools and view the Console.
If you see a message in the Console, JavaScript is running correctly.