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

Ports - Faiza & Heather #27

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

Ports - Faiza & Heather #27

wants to merge 56 commits into from

Conversation

Faiza1987
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-C11/VideoStoreConsumer-API#19
For each person in your pair, describe something you learned from your partner during this project I learned how to carefully look at code again; I learned how to do the React Routes.
What was one area of React you gained more clarity on during this assignment? The passing of data between parent and child components.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content When we search for a movie in the TMDB database and get a list of movies with the keyword in the title, we can click on a movie, look at the details, and add it to our library.
Describe how you handled rentals with React We did a POST request with the movie title in the URL, the customer id and due data were additional parameters.
Describe a DOM event your application handled We had several onClick events.
Did you use any functional stateless components? What for? No we did not. We needed state in all our classes.
Did you use any container components? What for? No we did not.
Do you have any recommendations on how we could improve this project for the next cohort? More Project time!

piffer59 and others added 30 commits June 24, 2019 16:09
Can display Movies with button
Moved componentDidMount from App to Movies
Faiza1987 and others added 26 commits June 26, 2019 14:01
Added conditional to prevent adding of duplicate movies
Can now show images for added movies
Added more styling to Search component
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