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

Branches - Farah and Julia #15

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

Conversation

juliabouv
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-C12/video-store-consumer-api#8
For each person in your pair, describe something you learned from your partner during this project Props go down and callback methods go up, and how and when to implement ternaries.
What was one area of React you gained more clarity on during this assignment? Props and callbacks, React router, and working with two languages simultaneously.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We used the images in the front end to differentiate the movies, so we did not have trouble with this.
Describe how you handled rentals with React We added a function into the App component to create a rental that did a post request using selected customer and movie information.
Describe a DOM event your application handled When you click a movie image in the Library it triggers the onClick event handler which ultimately sets the selected movie to the movie clicked on.
Did you use any functional stateless components? What for? We did not.
Did you use any container components? What for? App functioned like a container component.
Do you have any recommendations on how we could improve this project for the next cohort? Discussion on React Router during project introduction.

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