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

🌊 - Sophia & Kim #16

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

🌊 - Sophia & Kim #16

wants to merge 38 commits into from

Conversation

kimvitug05
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-C14/video-store-consumer-api#10
For each person in your pair, describe something you learned from your partner during this project Sophia: Kim taught me Bootstrap; Kim: Sophia taught me CSS Styling!
What was one area of React you gained more clarity on during this assignment? Following the flow of many nested components.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content The movies have different values? Not sure what this question is asking...
Describe how you handled rentals with React We created a Checkout and Rental component. After searching for a video, user can add that video to their library (if not added already) and can click the checkout button to borrow that video (Sends a POST request). User can click a button to check out (another POST request).
Describe a DOM event your application handled On click, a video that the user searches for is added to their library.
Did you use any functional stateless components? What for? Yes, for display and buttons.
Did you use any container components? What for? Yes, Videos is a container for VideoList and DisplayVideoDetails.
Do you have any recommendations on how we could improve this project for the next cohort? Waves would help. There was ambiguity about how the 2 repos were supposed to talk to each other.

SoCodeDo and others added 30 commits January 19, 2021 13:43
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