V School | Better Humans, Better Outcomes

Advanced Bootstrap Warmup

Using Bootstrap, create a webpage that looks nearly identical to this: Should look great on mobile devices as well. You can use these colors or your own. You can grab the color hex values from here: http://html-color-codes.info/colors-from-image/ (Just save this image and upload it to the site)

Star Wars Opening Credits ($http)

You are going to make a one page Angular application that shows the opening words ("opening crawl") to Star Wars. The background should of course be black and have big yellow text. You will use the Star Wars API to do this: https://swapi.co/documentation Extra credit: Make the

End of the world!

Create a web page with a timer that starts at 20 seconds and counts down to 0. When it reaches 0, display some large text that says, "The end of the world has come upon us" or something of the sort. (Feel free to get creative, too - change the

Vowels & Consonants

Create two functions. Each function takes 1 parameter of type String, give it whatever name you want. The first function will return the total number of vowels in a given word. The second function will return the total number of consonants in a given word. Print the result of both

Uptown function you up

Create three functions using the provided array as an argument. * First function: returns contents of the array, lyrics, to the console as a string, including necessary spaces. * Second function: returns lyrics backwards ("pretty so I'm myself kiss Gotta..."). * Third function: returns a string of just every other word, (e.g.

V School | Better Humans, Better Outcomes © 2026