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 - Steph and Monick #19

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

Conversation

mfunkemomo
Copy link

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API https://github.com/mfunkemomo/video-store-consumer-api
For each person in your pair, describe something you learned from your partner during this project My partner is very good at checking my work and suggesting ideas to try out.
What was one area of React you gained more clarity on during this assignment? APIs internally and externally and how they talk to each other
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We used .map to look through all the internal data and display each item.
Describe how you handled rentals with React We set state for selected movie and customer and with that, we were able to use that state to create the rental post request in params.
Describe a DOM event your application handled onClick for search movies
Did you use any functional stateless components? What for? Our movie and customer components were stateless but they are in a class.
Did you use any container components? What for? Not sure if we used any container components...
Do you have any recommendations on how we could improve this project for the next cohort? While the assignment was doable for the time frame, I was mentally and physically exhausted all week. It would have been nice have more time to do this project so we could take time to selfcare or make this week a refactor week for one of the other react projects.

mfunkemomo and others added 30 commits December 17, 2019 09:38
…ctionality

Mk adding component page switch functionality
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