Skip to content

Conversation

@ashassan
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#10
For each person in your pair, describe something you learned from your partner during this project Macaria: I learned some cool css/bootstrap from Amal. Amal: I got a better understanding of how to hide things with if-statements.
What was one area of React you gained more clarity on during this assignment? Setting State.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We made a movie component and made them into cards using bootstrap for readability.
Describe how you handled rentals with React We made a checkout function in App that called the rails API.
Describe a DOM event your application handled Clicking add movie to library button posts to our Rails API.
Did you use any functional stateless components? What for? Yes, we used functional stateless components for the Movie and Customer components.
Did you use any container components? What for? We used a container component for Movie and Customer that we called MovieList and CustomerList.
Do you have any recommendations on how we could improve this project for the next cohort? n/a

[email protected] and others added 22 commits December 17, 2019 09:50
Added non-functioning add to library button to search results.
…le. Removed check out option if there is no more inventory. Added navbar
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