rsteckline / rancid-tomatillos

https://rancid-tomatillos-dusky.vercel.app
0 stars 1 forks source link

As a developer, I want to use dynamic data from APIs #12

Closed ericahagle closed 11 months ago

ericahagle commented 11 months ago

WHEN I load the main page THEN the movie cards should load from API data AND individual movie detail pages should load from API data

Exit Criteria:

  1. Main page data loads from https://rancid-tomatillos.herokuapp.com/api/v2/movies
  2. Individual detail page data loads from https://rancid-tomatillos.herokuapp.com/api/v2/movies/:movie_id
ericahagle commented 11 months ago

Well, I'm not 100% sure about the second bullet in the EC, but individual page data is loading correctly from the fetch of all movies. Might be that the second bit is unnecessary.