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 HTML and CSS

Bhuvan 40

@bhuvandev16

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


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

  • I'm most proud of achieving a responsive design for the QR code component in just 20 minutes. It demonstrates my efficiency and understanding of HTML and CSS.
  • Next time, I would focus on optimizing the code for better readability and maintainability. Additionally, I'd consider adding more features or enhancements to further improve the user experience.

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

  • One challenge I encountered was ensuring cross-browser compatibility for the QR code component. To overcome this, I extensively tested the design on different browsers and adjusted the CSS accordingly to ensure consistent rendering.

What specific areas of your project would you like help with?

  • While I managed to create a responsive design quickly, I would appreciate assistance in enhancing the interactivity or functionality of the QR code component. Suggestions on improving accessibility or incorporating advanced CSS techniques would also be valuable for future iterations.

Community feedback

@Harsh-Kumar-Dwivedi

Posted

Hi @bhuvandev16,

Nice Work !

I would suggest following:-

1.Prefer replacing <div class="container"> with <main> element.

2.Prefer using <h1> instead of <p> in the following and then adjust it's styling in CSS

<p class="heading">Improve your front-end skills by building projects</p>

3.Prefer replacing <div class="Attribution"> with <footer> element.

These would improve accessibility and make your markup more semantic.

Hope these suggestions are helpful !

Happy Coding !

Marked as helpful

1

Bhuvan 40

@bhuvandev16

Posted

@Harsh-Kumar-Dwivedi Okay, I will implement this in my upcoming projects. Thanks for your suggestions man

1

@Harsh-Kumar-Dwivedi

Posted

@bhuvandev16

Welcome !

Keep up the good work !

If you find my suggestions helpful, kindly, please consider marking them as helpful.

0

@utkarshambetkar12

Posted

Hey Bhuvan, Amazing work. I learnt one thing that we should always test different browsers which I have not so thank you very much for pointing it out!

1

Bhuvan 40

@bhuvandev16

Posted

@utkarshambetkar12 I'm glad that it helped you and thanks for your appreciation

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