V School | Better Humans, Better Outcomes

React Todo App (Talking to the Server)

You are going to create a Todo list that talks to the server. We've built and hosted an API that you can access to save todo items in our database. Immediately below are the requirements, and further below is all the information you should need in order to interact with

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

Postman Practice

For problems #1 and #2, reference the Star Wars API 1. Use Postman to GET a list of planets. 2. Use Postman to GET a single person object. For problems #3 - #6, use the https://api.vschool.io/[your_name]/todo endpoint. 3. Use Postman to POST 3 new

Forception - Loops within loops

Write a function that takes two arrays as parameters. The first array will be an array of people's names, and the second array will be the alphabet. Using a for loop within a for loop, create and return array that looks like this: function forception(people, alphabet){ // your code here

Alpha & Omega - Multi-dimensional Array

Create a multi dimensional array that has 100 grid elements. If the column is an odd number print the Omega symbol: var omega = '\u03A9'; If the column is an even number print the Alpha symbol: var alpha = '\u03B1' The end result should look similar to this: α Ω

V School | Better Humans, Better Outcomes © 2026