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

Wenjie & Anne - Octos - VideoStore #5

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

Conversation

annehwatson
Copy link

@annehwatson annehwatson commented Jun 21, 2018

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API
For each person in your pair, describe something you learned from your partner during this project Wenjie liked how Anne googled about a lot of stuff. Anne liked how Wenjie actually knew how to write the code from memory.
What was one area of React you gained more clarity on during this assignment? State and props and how to pass them from component to component (routing)
Describe how you solved the problem of having lists of movies that look mostly the same but have different content Wenjie thought of doing a hover effect for movie overviews because some of the movies had really long overviews and some didn't
Describe how you handled rentals with React We created a rental component and let app keep the movie name and customer name in app.js which passes it to rental. Rental had the post request in its button.
Describe a DOM event your application handled We returned search results to the end user upon a click event on a button.
Did you use any functional stateless components? What for? No
Did you use any container components? What for? App contained the other components
Do you have any recommendations on how we could improve this project for the next cohort?

wf1101 and others added 30 commits June 18, 2018 11:56
Added routes of search, library and customers
created addMovieCallback func in search
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