Where in the world?

Solution retrospective
Hi guys!
I completed where in the world project.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @dyrpit
Hi,
Nice job, it looks very nice. However try to fix some bugs, the whole "Back" button should be clickable not only arrow inside it. Since you already fetch all countries try to persist this data in your app. This will prevent multiple unnecessary request to rest api when using search bar. Or if you want to fetch data every time someone use search bar, try to use debounce. It will limit amount of request to api.
Marked as helpful - @sulemaan7070
hey @0ME9A😄, congratulations on completing the challenge💯🎉 here are a few things to improve your site...
1.Firstly when we hover on a country the
country-div
is not clickable only thetitle
of the country is clickable which is not a good user-experience..tip: you can add a css scale on the country-div
along with while making the whole div as clickable.2.on the
light mode
you can add a shadow to thecountry-divs
.3.The thing which seems to missing inside a country page is the
border-countries
which you can add...every thing else seems to be working happy coding🔥🔥💯💯
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