REST Countries API with next.js

Solution retrospective
Using an actual javascript framework like next.js was actually really fun and a lot easier than i had initially expected it to me, the only problem i encountered during this challenge was deploying it on github. I still need to add a few things i missed and am definitely planning to add them later.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @C3SC0-V4113
Hi! Im seeing some errors in the solution, in mobile the inputs overflow an break the design, you can fix it using flex and media queries to adjust their width when the screen is smaller, also im seeing that you can only filter using or the select input or the text input, and not both of them, you could filter the countries using the filter method of javascript in the future, this can also help you to filter countries when nos typing exactly how the country is named. Overall good project! Nice for your first NextJS Project
extra: You could add parameters to the url to mantain the state of the search :)
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