Skip to content

Conversation

@jacquelynoelle
Copy link

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API Ada-C10/VideoStoreConsumer-API#14
For each person in your pair, describe something you learned from your partner during this project Jackie - Danielle, showed me how to make an awesome search bar! Danielle - Jackie showed me how information flows through React. :) Yay!
What was one area of React you gained more clarity on during this assignment? Information flows, and how front-end works with a back-end.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We made a Movie Component and Movie List that could be reused in multiple places.
Describe how you handled rentals with React Our App held the information for the movie title and customer id, and generated a due date, then passed that information along to our API to create a rental.
Describe a DOM event your application handled Selecting a movie added a checkout module to the page.
Did you use any functional stateless components? What for? Movie and Customer simply displayed information provided through props.
Did you use any container components? What for? Yes, MovieList and CustomerList. We used them for the lists of movies and customers.
Do you have any recommendations on how we could improve this project for the next cohort? More guidance on deploying, ideally.

@CheezItMan CheezItMan closed this Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants