Submitted about 2 years agoA solution to the Multi-step form challenge
Responsive Multi Step Form using React,Tailwind Css
accessibility, tailwind-css
@Phoenix-dare

Solution retrospective
How to implement change in step-4? And the performance score of 53 % in lighthouse report . How to improve it? Any other comments on structure, best practices are also welcome!
Code
Please log in to post a comment
Log in with GitHubCommunity feedback
- @0xabdulkhaliq
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have other recommendations regarding your code that I believe will be of great interest to you.
HTML 🏷️:
- Your solution generates accessibility error reports due to
non-semantic
markup
- So fix it by replacing the
<div id="root">
with semantic element<main>
to improve accessibility and organization of your page.
- Use HTML5 semantic elements such as
<header>
,<nav>
,<main>
,<aside>
, and<footer>
to define these sections
I hope you find it helpful ! 😄 Above all, the solution you submitted is great!
Happy coding!
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