V School | Better Humans, Better Outcomes

Color Grid From Scratch

Without using the bootstrap grid system, create a website that looks like this: You don't have to worry about making it responsive at this point. Here are the colors: * #F5C6D6 * #EE2E84 * #85CFD8 * #8DC63F * #E76E34 Hints: * It's easiest to get the even white "spacing" by actually using a thick, white border

Final Project

So here it is. The big sha-bang. You are going to build a full-stack final project. You will pick your own theme. Here is how you should spend your time (Due to the fact that your first job will most likely be front-end work): * 50% Angular * 30% HTML/CSS/Bootstrap/

Warmup - Server by Memory

Your job is to use what you have learned and spin up a NodeJs/Express server with a MongoDB that works. Requirements: * GET endpoint /cars * POST endpoint /cars * PUT endpoint /cars/:carId * DELETE endpoint /cars/:carId * MongoDB name should be cars * GET endpoint /person * POST endpoint /person * PUT endpoint /person/

Merge Sort

Using the url below and looking at its explanation and code example, create your own Javascript Merge Sort. Don't find a javascript solution on the Internet. Try and analyze the code in that website to solve the problem. http://interactivepython.org/runestone/static/pythonds/SortSearch/TheMergeSort.html

Prime Numbers

Write a JavaScript function to get all prime numbers from 0 to a specified number.

V School | Better Humans, Better Outcomes © 2026