Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

QR Code Component Using Flutter

Tedy Syach 160

@TedySyach19

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Any feedback would be appreciated. Thanks

Community feedback

@0xabdulkhaliq

Posted

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.

ESSENTIALS ♻️:

  • This solution has generated accessibility error reports due to lack of lang attribute inside of html element
  • <html> element must have a lang attribute with valid value, so fix it by updating like this <html lang="en">

ACCESSIBILITY 📢:

  • The user-scalable="no" parameter inside the content attribute of <meta name="viewport"> element disables zooming on a page.
  • This is problematic for people with low vision who rely on screen magnifiers to properly see the contents of a web page.
  • Users with partial vision and low vision often choose to enlarge the fonts on their browser to make text on the web easier to read.
  • So please ensure to add user-scalable="no" attribute to <meta name="viewport"> tag.

.

I hope you find this helpful 😄 Above all, the solution you submitted is great !

Happy coding!

0

Please log in to post a comment

Log in with GitHub
Discord logo

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