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

Katie and Alice Video Store #12

Closed
wants to merge 44 commits into from
Closed

Katie and Alice Video Store #12

wants to merge 44 commits into from

Conversation

katietj
Copy link

@katietj katietj commented Dec 21, 2018

Video Store Consumer

Congratulations! You're submitting your assignment!

Comprehension Questions

Question Answer
Paste a link to the PR for your API Ada-C10/VideoStoreConsumer-API#12 Here is a link to our deployed site!: https://the-katie-alice-video-store.surge.sh/
For each person in your pair, describe something you learned from your partner during this project Katie: I learned some good debugging skills from Alice, she's really good at figuring out what is wrong! I appreciate her confidence and skill as a coder, I always learn a ton from her. Alice: I feel like Katie's personality really balanced with mine, she kept a good working pace, and I felt like her enthusiasm celebrating our successes (step by step) helped the pair dynamic.
What was one area of React you gained more clarity on during this assignment? We gained clarity on how to deal with flash error messages in React and how the React Router can show us different components via paths.
Describe how you solved the problem of having lists of movies that look mostly the same but have different content We used conditionals and classes to customize the movie component for use in search and library.
Describe how you handled rentals with React We created an axios post request in the on the front-end to our back-end API.
Describe a DOM event your application handled We created an on-click handler for the check-out button visibility. A ternary checks if a movie and customer are selected before allowing the button to be displayed and the check-out to happen.
Did you use any functional stateless components? What for? We used functional components for customer and customers, because we just wanted to display information and did not need to store anything in state or call any lifestyle methods.
Did you use any container components? What for? No.
Do you have any recommendations on how we could improve this project for the next cohort? Overall it was ok, it was nice to see the connection between front-end and API's. Maybe doing this project earlier would be good.

@katietj katietj closed this Jan 31, 2022
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