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

All comments

  • @nodegreecode

    Submitted

    What are you most proud of, and what would you do differently next time?

    I finished pretty quick the component. Next time I would work a bit on padding to get text align exact liek in the example.

    What challenges did you encounter, and how did you overcome them?

    The most challenging was to center the QR Code Card in the middle of the view port.

    @Sara-414

    Posted

    Great job! Very nicely centered and works on a range of screens. As you already know, just a few sizing tweaks are needed to match the design.

    The code could benefit from more semantic HTML elements (such as <main>, <section>, and <footer> instead of generic <div> tags). Here's a quick article on why more specific tags are helpful/necessary: https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML

    To improve accessibility, consider adding alt text to the QR code image. Keep up the good work!

    Marked as helpful

    1