React Application using NextJS

Solution retrospective
I would appreciate any feedback!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @shashreesamuel
Hey AndreiV03, good job with this challenge.
Your solution looks great the only thing I see that seems to be missing is the white dialog box which shows the filter options by region.
I noticed you have some accessibility issues, let's delve into fixing them.
- Wrap all your content into
<main>
tags to fix all your accessibility issues.
In terms of your validation issues
-
Attribute loading not allowed on your image tag at this point.
-
Your
html
tag is missing alang
attribute. Simply fix this error by specifying<html lang=`en`>
I hope this helps
Cheers Happy coding 👍
Marked as helpful - Wrap all your content into
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