Submitted over 2 years ago
Responsive country search website using html, scss and javascript
@Ronel028
Design comparison
SolutionDesign
Community feedback
- @denieldenPosted over 2 years ago
Hey Ronel, congratulations on completing the challenge! You did a great job 😉
Let me give you some little tips for optimizing your code:
- add
header
tag and wrap the navbar for improve the Accessibility - add
main
tag and wrap the content of page for improve the Accessibility - add descriptive text in the
alt
attribute of the images of flags - remove all unnecessary code, the less you write the better as well as being clearer: for example the
div
container of flag images ordiv
container of title of cards - use
h2 or h3
tag for the title text of country and not ap
- use
ul
element for the details text of country instead of multiplep
- 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
- in the filters there is no way to return to all countries after choosing a region, add an entry "all region"
Hope this help! Happy coding 😁
Marked as helpful0 - 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