Closed ericahagle closed 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: Main page data loads from https://rancid-tomatillos.herokuapp.com/api/v2/movies Individual detail page data loads from https://rancid-tomatillos.herokuapp.com/api/v2/movies/:movie_id
Exit Criteria:
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.
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