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

Earth - Denise & Jasmine Lopez - Video Store Consumer #11

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

Conversation

dnsrocha
Copy link

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 Denise: Jasmine is very proactive and thinks fast; I tend to work with what I have in hands generally and I learned from her that libraries are there to serve us (lol) and we should use them more to enhance our projects // Jasmine: I knew this about Denise when working with her on Betsy, that she’s a very determined individual who will get stuff done, despite not having enough sleep. Outside of the project, I learned that Denise studied cinema in school, which helped inspire our project!
What was one area of React you gained more clarity on during this assignment? How front-end requests data from the backend;
Describe how you solved the problem of having lists of movies that look mostly the same but have different content Components!!!!
Describe how you handled rentals with React We handled rentals by making a post request from React to the rails API with the title of the movie, the customer ID and the due date;
Describe a DOM event your application handled An example of a DOM event is when we click on a video from the library to save it state;
Did you use any functional stateless components? What for? Our Homepage is a functional stateless component. It’s main job is to feature the theme of our site; It doesn’t have any features to interact with
Did you use any container components? What for? Library and Customers are containers of videos and customers, respectively
Do you have any recommendations on how we could improve this project for the next cohort? There should be more time to complete this project. 3 days seems a little bit tight.

jasyl and others added 30 commits January 20, 2021 07:52
Added Customer component and state to video and customer
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