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 - Amaria (Amal & Macaria) #17

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

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