Design comparison
Solution retrospective
I found most difficult about this project is passing down data from a parent to a child component, but thanks to this I now have a solid understanding of passing down props and how it should be done correctly.
Areas in my code I feel unsure of is if my reactjs code follows best practices for maintainability and reusability.
Should I have a separate file for fetching api calls?
Community feedback
- @Aimal-125Posted over 1 year ago
In your css code, increase the height of 120 or 150vh by using media query with
max-height: 400px;
so that your web app looks good on small heighted screens as mine samsung j3.Marked as helpful1@CodingTimmyethPosted over 1 year ago@Aimal-125 Thank you for the feedback, I still need to finish up the media queries so the entire application is responsive
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord