Rest Countries Api

Please log in to post a comment
Log in with GitHubCommunity feedback
- @stephany247
The code looks solid overall! My main points are about the routing and search input:
-
Using the country code in capital letters for routes isn’t wrong, but I personally would have preferred using the full country name for better readability.
-
The search input only works if you type the full country name exactly, then it immediately navigates to that country’s page. It doesn’t support partial or fuzzy searching.
-
I would suggest showing a list of matching country cards as you type, so users can see similar or partial matches before selecting a country.
These improvements could make the user experience smoother and more intuitive.
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