Goals: Create an application that consumes an API.
Work through this list of common interview questions with your partner at the start of the next two class sessions. Once again, this may be formatted as a mock interview, or you may discuss potential answers together:
Non-Technical
General Coding
Code Snippets
"i'm a lasagna hog".split("").reverse().join("");
For this classwork, you and your pair will build an application that interacts with an API that you (or your classmates) built during the first half of the section. If you're using a classmate's API, make sure you clone or fork the project and push changes to your own repo. Your goal is twofold: continue improving the API itself and make an application for users to interact with!
You can choose to continue working with your pair that you built your API with, or you can choose to work with another pair.
On short weeks, you'll have less time to build an API-consuming application. Remember that you'll be expected to implement at least one of the seven objectives from the Further Exploration lesson for this course section's independent project, so if you don't feel comfortable with any of these objectives yet, take the time to practice further.
Lesson 17 of 19
Last updated more than 3 months ago.