ktrammell95 / ReactI-Assignments

Assignment repo for React I part-time course
0 stars 0 forks source link

Assignment 6 - Choose your own API - In this assignment, you'll build a front end for an API of your choice #6

Open ambethia opened 5 years ago

ambethia commented 5 years ago

Choose your own API Adventure

In this assignment, you'll build a front end for an API of your choice

The demo app from class: https://github.com/ambethia/ghibli-demo

Objectives

Requirements

We're going to build a front end for an API of your choice. Choose one from this list

NOTE You'll need to choose one with Auth being No or apiKey since we haven't covered OAuth authentication yet.

NOTE You'll also need to check to see if the API will work from your browser. You can do a quick check by making a small create-react-app, doing an axios.get or fetch of one API URL and see if you get browser errors.

Explorer Mode