dominic-taylor / spinvision

An app to help you pick something to watch - in React + Redux.
https://spinvision.herokuapp.com/
0 stars 0 forks source link

Movie Posters #17

Closed dominic-taylor closed 7 years ago

dominic-taylor commented 7 years ago

Have the poster from each movie display in the list of the API result.

maxine-ellah commented 7 years ago

Movie list component changed so that poster property (url) and base API url are combined and used in img tag as src property value, rendering the poster images for each movie returned from api call.