Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Melissa/Dionisia - Edges - Video Store Consumer #15

Open
wants to merge 38 commits into
base: master
Choose a base branch
from

Conversation

larachan15
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#16
For each person in your pair, describe something you learned from your partner during this project From Melissa I learned more about using state. From Dionisia I learned more about using Postman.
What was one area of React you gained more clarity on during this assignment? We both learned more about destructuring, shortcut conditional statements and react routes. We also learned in the router you have to use render instead of component when using a function otherwise the page will constantly re-rendered the page when you clicked on customers or library.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content Not sure what this questions is asking, but we displayed an image and also a description that we pulled from the database that would distinguish between movies with the same title.
Describe how you handled rentals with React We created a checkoutRental component and made the axios request in the App.
Describe a DOM event your application handled
Did you use any functional stateless components? What for? We used functional components for notification.js, movie.js, and customer.js and checkoutRental.
Did you use any container components? What for? We used container components for library.js, searchContainer.js, customerData.js, and app.js.
Do you have any recommendations on how we could improve this project for the next cohort? Nope, this was a fun and interesting project. We learned a lot from it!

larachan15 and others added 30 commits December 17, 2018 17:09
added list of movies and images
can add movie to movie library
can select a customer for a rental
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.

2 participants