Basic React composition, semantic html and BEM css naming conventions

Solution retrospective
Please let me know if I could have structured my html more semantically or named my css using BEM any better. If you notice any improvements I could make on my use of react I would greatly appreciate that feedback as well! Thanks!!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @anoshaahmed
Hey good job on this challenge! Wrap everything in your body in
<main>
... OR use semantic tags! .... you can also giverole=""
to the direct children of your<body>
but that's a little frowned upon... Read more hereHope this helps :)
Marked as helpful
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