V School | Better Humans, Better Outcomes

PokeProfile

Using Bootstrap, Angular, $http, and a custom AngularJS Service create a website that looks similar to this: A user will enter the number of a Pokemon and the screen will download the information and the image of that Pokemon. Custom Service Put any code that uses $http in a custom

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)

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

Pokemon List

The following exercise should be completed in vanilla JavaScript. Use https://api.vschool.io/pokemon as your url for your XHR request to get the big list of pokemon. It will be easiest to do this is steps: * Step one - get the data * Step two - display the data

V School | Better Humans, Better Outcomes © 2026