Skip to content

Instantly share code, notes, and snippets.

@PaigeVannelli
Created March 23, 2021 22:24
Show Gist options
  • Save PaigeVannelli/8504f424c18598c067f09fe57eaca76d to your computer and use it in GitHub Desktop.
Save PaigeVannelli/8504f424c18598c067f09fe57eaca76d to your computer and use it in GitHub Desktop.
What components do you envision needing?
- the App component, movie holder which holds morive cards and detailedMovieCare
- main page: movie component to store all movies, functional Card component to display each movie
- functional component DetailedMovie to display detailed movie info
Where will data be stored?
- store all movie data in apps and pass down movie array to display to movies component
How will information be passed around?
- pass down as props speciifc movie data (poster image) to movie class component and to the movie card.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment