reesegreen2014 / rancid-tomatillos

https://rancid-tomatillos-ten-peach.vercel.app
0 stars 0 forks source link

creation of movie display #7

Closed kiewi16 closed 2 months ago

kiewi16 commented 2 months ago

Co-authored-by: Reese reesegreen2014@me.com Co-authored-by: Kim pekar.kimberly@gmail.com

What does this PR do?

This PR uses mock data to display all movie posters and movie titles on the main page. This PR completes the requirements of iteration 1.

Where should the reviewer start?

The reviewer should start in the App.js --> Main.js --> MovieCards.js The initial state is set in App.js and the required props are passed down from the App parent component to the Main component and then finally to the MovieCards component.

How should this be manually tested?

We've manually tested this functionality by running the front-end and back-end serves. We were able to visually confirm that the movie posters and movie titles are displayed as intended.

Any background context you want to provide?

No

What are the relevant tickets (if any) ?

N/A

Screenshots (if appropriate)

N/A

Questions:

None

reesegreen2014 commented 2 months ago

Thank you so much for creating this PR, Kim! I think the structure of the component hierarchy, in addition to the display of movies, serves as a great foundation for this project.