Submitted over 2 years ago
REST COUNTRIES APP with theme switcher using React and SASS
@FelixGonzalo
Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hi Felix, great work on this challenge! π
Here are a few tips for improve your code:
- Links must have discernible text, you can add with
sr-only or hidden
class - add
main
tag and wrap the cards for improve the Accessibility - instead of using
px
use relative units of measurement likerem
-> read here - if you want to use the title for the
href
attribute you have to parse it inurl
, it can give problems creating links with empty spaces or special characters - if I type a query that doesn't give any results, nothing happens, try adding a "no results" message
- I would also add a query reset button, I find it very convenient
Overall you did well π Hope this help!
Marked as helpful0 - Links must have discernible text, you can add with
- @Jay-0331Posted over 2 years ago
Hello ππ»,
For Html issue for a tags href use alpha3code for it as it is much better.
Everything else is perfect. Great job ππ»
Happy Codingπ₯³
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