Design comparison
SolutionDesign
Solution retrospective
How can i improve my skills in web development
Community feedback
- @Gaurav4604Posted almost 2 years ago
Hi! Congratulations on completing the challenge!🥳
I have a few pointers as to where you can make changes
- use
<main id="root"><main>
as your react entry endpoint instead of<div id="root">
this helps with the accessibility of your webpage - include alt prop with a valid string, describing the image, again, this helps with the accessibility
- Try to include a
<h1>
tag describing the content of website, if you want, you can style it to have adisplay: "none"
, this is important, since this serves as a heading describing your site
Good Job on the challenge! If you have any doubts regarding react side of things, feel free to reach out.
Marked as helpful0 - use
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