V School | Better Humans, Better Outcomes

JSON's Deli

You're opening a new sandwich shop in Silicon Valley called JSON's Deli which is geared specifically towards programmers. You need to come up with a menu to display all of your items, and you decided you want to write it up in JSON format to delight your customer base. * The

Design a blog

Create a website that contains the following: * A fixed horizontal navbar (meaning it is always on the top of the page, even if you scroll down) * A blog-style feed, where each blog post (which you'll just hard-code in for now) is in the center of the page, and as your

Travel form

You just started your own airline, and you need to create a form to collect data about your passengers' upcoming travel plans so they can book their flight. You should collect the following information from the user: * First name (text input) * Last name (text input) * Age (number input) * Gender (radio

Table it!

Create an HTML table of any kind, containing any data you want. Requirements: * Must have at least 4 columns in the table * Must have at least 5 entries in the table (rows) * Must have a heading row and a body (and optionally a footer row) * Must be styled well with

Responsive color grid from scratch

Using CSS media queries, create a web page that looks like this: Here are the colors: * #F5C6D6 * #EE2E84 * #85CFD8 * #8DC63F * #E76E34 To practice media queries, you must make this color grid keep it's regular form (look like the picture above) from large screens down until 768px. Once it gets below

V School | Better Humans, Better Outcomes © 2026