Submitted almost 2 years ago
QR-code-component using React, typescript and MUI
@Gaurav4604
Design comparison
SolutionDesign
Solution retrospective
This was a quick test for me to see how fast I could deploy a simple project
Do point out my shortcomings for the same
I have used
- MUI ThemeProvider for CSS styling and theming
- MUI elements for the basic layout
- CSSinJS for accessing elements using selectors
Community feedback
- @atif-devPosted almost 2 years ago
Hi Gaurav Singh, Congrats🎉 for completing the challenge. Take care about following points:
- Always check Frontendmentor Report Generator issues after submitting the project for improvements.
- To avoid accessibility issue "All page content should be contained by landmarks" use code as :
<body> <main> ---your code here---- </main> <footer> </footer> </body>
Hope you will find this Feedback Helpful.
Marked as helpful0@Gaurav4604Posted almost 2 years ago@atif-dev thankyou, I’ll make sure to make these changes
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