IP Address Tracker

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?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Aimal-125
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 helpful
Join 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