Submitted almost 2 years ago
Project tracking intro component using html, css and javascript
@ib0dev
Design comparison
SolutionDesign
Solution retrospective
Hi, my name is Ibrahim and I am trying to develop myself on Frontend. I just wanna know what i did wrong in this project and what is your advices for me. Thanks for helping.
Community feedback
- @PeshwariNaanPosted almost 2 years ago
Hello Ibrahim and nice job on completing the challenge.
The link to your code gives a 404 so I can't see it to help with your React code.
However, I can see that you are getting the landmark warnings above. If you want to get rid of those, you can simply wrap your root div located in your index.html file with a
<main>
tag like this:<main> <div id="root"></div> </main>
This will clear the errors.
Hope this helps and 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