Assignments · Syllabus · Course book · Blog · Slides · Graded quizzes · Practice (ungraded)
A1
HTML user interfaces
Due Sunday, September 27, 2026 · 125 pts
Build the Labs HTML work (Lab 1 components and Labs navigation) and prototype Kambaz structure screens with HTML and the App Router: landing, Account, Dashboard, course Home, Modules, and Assignments. Structure first; visual polish comes in A2.
Course website accounts. Need an account? Sign up first with the same Northeastern email you use on Canvas, then Sign in. This site is not Canvas, and accounts are not pre-provisioned. Using your Canvas email lets us map site progress back to the roster.
Submit URLs
URL submit and test fields are not unlocked by a calendar date. They appear when you are signed in with the same Northeastern email as your Canvas/FACT roster, and that email is on the course site roster.
Paste a public Vercel URL. Checks normalize the deploy origin, fetch Labs and Lab pages, crawl Kambaz screens, and look for wd-* ids and required content markers. A GitHub URL is optional for Run checks.
Sign in to submit URLs
This site is separate from Canvas. Accounts are not created for you — Sign up first with the same Northeastern email you use on Canvas, then Sign in to save URLs across devices.
URL submit and test fields are not unlocked by a calendar date. They appear when you are signed in with the same Northeastern email as your Canvas/FACT roster, and that email is on the course site roster.
0 of 44 items · 0 / 125 pts
Checkmarks stay in this browser. Sign up if you don’t have a course-website account yet, then Sign in with the same Northeastern email you use on Canvas to sync across devices.
Delivery
0 / 3 · 0 / 9 pts
Submit a Vercel URL that graders can open without signing in. A public GitHub repository is optional for auto-checks, but graders still look for the repo and a wd-github link on Labs.
Import webdev-client on Vercel, disable Deployment Protection, and submit a URL that opens without a Vercel login.
3 pts · §1.6
Labs shows your full name (first then last, matching Canvas) so graders can identify the work.
3 pts · §1.7
Public webdev-client repo with the source that produced the deploy, plus a wd-github link on Labs.
3 pts · §1.5
Lab — HTML components
0 / 33 · 0 / 80 pts
Same nested list as book §1.3.12: one row per Lab 1 section (1.3.1–1.3.11), with lettered a/b/c for the Lab component, On your own, and With AI extra.
- HeadingTags
Create HeadingTags.tsx from the book sample (h4 "Heading Tags" and its paragraph). Before With AI, add h1–h6 as practice without erasing that sample text, and import the component on the Lab 1 page.
3 pts · §1.3.1
Personal heading under wd-your-heading, including a span with id wd-your-span.
2 pts · §1.3.1
After the practice h1–h6 headings you added, add a sample outline with id wd-ai-headings (h4 Lab notes, h5 What I built, h6 Next step). Keep the book sample text.
2 pts · §1.3.1
- ParagraphTag
- ListTags
Create ListTags.tsx with the pancake ordered list and the sample book unordered list.
3 pts · §1.3.3
Favorite recipe ordered list (wd-your-favorite-recipe) and favorites unordered list (wd-your-books).
2 pts · §1.3.3
Sample HTML-tags list with id wd-ai-html-tags (at least five tags from this chapter).
2 pts · §1.3.3
- Tables
- Images
- Forms
Build the form components under app/labs/lab1/forms/ (text, textarea, radio, checkboxes, dropdowns, other types, buttons) and assemble them in Forms.tsx.
5 pts · §1.3.6
Student Profile form in the single canonical app/labs/lab1/forms/YourForm.tsx with id wd-your-form covering the field types from the chapter, plus Save and Cancel — overwrite that same path and keep that same id; Forms.tsx imports that one YourForm only.
3 pts · §1.3.6
Overwrite the same app/labs/lab1/forms/YourForm.tsx (keep id wd-your-form; no second file; Forms.tsx imports that one YourForm only), then replace every SAMPLE default with your own details.
2 pts · §1.3.6
- HighlightedParagraph
- HighlightedBox
- AnchorTag
- Labs navigation
- Labs TOC and layout
Create app/labs/TOC.tsx and app/labs/layout.tsx so the TOC wraps lab pages via children.
3 pts · §1.3.11
Personal note or link in the labs TOC — your name, a one-line motto, or a link back to the book.
2 pts · §1.3.11
Chapter 1 link in the labs TOC (id wd-toc-book-link) labeled Chapter 1.
2 pts · §1.3.11
Kambaz — Chapter 1 screens
0 / 8 · 0 / 36 pts
Prototype the Kambaz screens with HTML and the App Router. Assignments and the editor stay On your own.
Sign in, Sign up, Profile, and Account Navigation, with / and /account redirecting to /account/signin.
5 pts · §1.4.2
Dashboard with at least three CourseCards linking to /courses/[cid]/home.
5 pts · §1.4.3
Kambaz Navigation sidebar in the (kambaz) layout; Sign in (wd-signin-btn) points at /dashboard.
3 pts · §1.4.3.1
Course Navigation and course layout, including placeholder pages for Piazza, Zoom, Quizzes, Grades, and People.
3 pts · §1.4.4
Modules page with Module and Lesson, nested weeks, lessons, and content items.
5 pts · §1.4.5
Home assembles Modules plus Course Status. No leftover page.tsx directly under courses/[cid]/.
5 pts · §1.4.6
Assignments list matching the book LiveDemo and required ids (On your own).
5 pts · §1.4.7
Assignment Editor matching the book LiveDemo and required ids (On your own).
5 pts · §1.4.8