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 - Ting-Yi and Anya's Moo-vies #24

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

Conversation

anyatokar
Copy link

@anyatokar anyatokar commented Jan 22, 2021

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#19. Deployed: front-end https://ichbinorange.github.io/Moovie-store/ back-end https://moovie-store.herokuapp.com/
For each person in your pair, describe something you learned from your partner during this project Anya learned about how to code the search bar. Ting-Yi learned to select video + render expanded information about it. We both learned to be excited about the project from each other!
What was one area of React you gained more clarity on during this assignment? We both learned how to import and manipulate data from internal and external APIs. Using useState to track the data between 2 components.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We used a different component to render each list, but we streamlined the design using bootstrap Table.
Describe how you handled rentals with React We used useState to track the customer and movie information. We used axios to get rental data from Rails. If the rental exist, then button works, otherwise returns error.
Describe a DOM event your application handled Adding a video from the external library to the internal library.
Did you use any functional stateless components? What for? SelectedVideo and SingleCustomer are two examples. Their purpose is to list data, not track.
Did you use any container components? What for? Search - purpose is to call other components (SearchBar and VideoList) not display any data.
Do you have any recommendations on how we could improve this project for the next cohort? We would love more time to expand on features.

anyatokar and others added 30 commits January 19, 2021 14:27
This reverts commit e08f41d.
anyatokar and others added 30 commits January 21, 2021 19:09
homepage image and improved nav
Revised the displaying for search results
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