Submitted over 1 year ago
Mutli Step Form built using React, Tailwind, MUI & Redux without Figma
@dumaaas
Design comparison
SolutionDesign
Solution retrospective
At the start, I focused a little bit more on animations & transitions so I had to write a little "ugly" code which I am not proud about :) But I was already deep in project when I recognized this so I decided to go with it.
Any feedback is welcomed.
Community feedback
- @0xabdulPosted over 1 year ago
Hey there ! 👋 Congratulations you finished the multi step from project...🎉
- some suggestions for you improve your code
Html 🏷️:
- for Accessibility reports you using the and div tag to wrap the whole html code and put attribute role="main" is correct way 🎯 and using the header tag those all are problem to occur the Accessibility reports for example...
<body> <div class="container" role="main"> //Whole html code <h1> </h1> <h2> </h2> <h3> </h3> //by ordering using the header tag </div> </body>
- I Hope it's useful for you and wating for your next project ❤️
- 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