Design comparison
SolutionDesign
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello @Dumte 👋. Congratulations on successfully completing the challenge! 🎉
- I have other recommendations regarding your code that I believe will be of great interest to you.
SUGGESTIONS 💡:
- The QR Code Component involves scanning the QR code, the image is not a decoration, so it must have an
alt
attribute which should explain the purpose of theimage
.
- The
alt
withQR code image
is not even explaining for what the qr image need to be used, So update thealt
toQR code to frontendmentor.io
Example
<img src="/images/image-qr-code.png" alt="QR code to frontendmentor.io">
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
Marked as helpful0@DumtePosted over 1 year agoThanks for such a wonderful comment on my work.
May I use this opportunity to ask for more review on my previous challenges as well.
Don't feel bad to tell me my weaknesses as well especially in the area of responsiveness.
@0xAbdulKhalid
0@0xabdulkhaliqPosted over 1 year agoYou're welcome @Dumte, I'm glad that you found my comment helpful!
- I'm feel sorry for the late reply because my notifications are currently flooded. It can be challenging to keep up with a high number of feedback requests, especially if they come in faster than you can respond to them. In this case, I apologize for any inconvenience caused by the delay, and I appreciate your understanding
- Regarding your previous challenges, I'd be happy to review them and provide feedback. It's always great to get constructive criticism that can help you improve your skills.
- In terms of responsiveness, that's a crucial aspect of modern web development, and it's great that you're looking to improve in that area. I'll definitely take a look at your previous work and provide any feedback I can on how to make your projects more responsive and mobile-friendly.
- Remember, everyone has areas for improvement, and seeking feedback is a great way to grow and become a better developer. Keep up the good work, and I look forward to reviewing your future challenges to!
Marked as helpful1
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