Design comparison
SolutionDesign
Solution retrospective
Hello there, I have just finished this project using Next/React Js with Type Script. The project is fully responsive so feel free to check it out. any comments would be appreciated.
Community feedback
- @mehmetakifakkusPosted about 1 year ago
Congratulations for completing this challenge!
I have investigated your code a bit and tried your development on your link you have shared. And I list my advice here down below:
- As far as I have seen search feature is case sensitive. That means we can not see Arabia when we search for ara. So, you can make both the search criteria and the country name lower case and use string.contains after
- After countries filtered, we can not set it back to all regions or cancel the selected filter. This is a useful feature and we may not want to refresh the page since we may have an active search keyword
You either probably add these later or you missed somehow, these are some points to note.
Thank you for your efforts!
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