Submitted over 2 years ago
Rest-countries-api challenge built with React.js and Tailwind CSS
@Tomi-pter
Design comparison
SolutionDesign
Solution retrospective
Suggestions on how to improve my solution will be very appreciated!! 👍🏾
Community feedback
- @denieldenPosted over 2 years ago
Hi Tomi, I took some time to look at your solution and you did a great job!
Also I have some tips for improving your code:
- add
main
tag and wrap the card for Accessibility - add descriptive text in the
alt
attribute of the image - to use the name as the
href
parameter you have to parse it to string url - If I type a search query that doesn't give any results nothing happens, you might add something like "0 results"
- I would also add a query reset button
- in the regions filter once you have selected an item there is no way to go back, add an item "all regions"
Overall you did well 😉
Hope this help and happy coding!
Marked as helpful0@Tomi-pterPosted over 2 years ago@denielden Thanks for your suggestions. I've carried out all the corrections 👍🏾
1 - add
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