QR code component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @dimar-hanung
Hello! 🖐️ Well done on completing the challenge 🎉
I have some interest and feedback with your code
That i like:
- I appreciate the similarity of your results with the design, a bit different in scale but still good
- html is pretty good, not too nested 👍
- Responsive until galaxy fold screen size 👌
- CSS Naming is also good, represent what is it for, like
<div class="card">
for card section
My Feedback:
-
I suggest you use html semantic convention, for example
<div class="container">
to<main class="container">
, it will make it clearer, and will improve seo if you want to submit your website to google, i recomended this article: here -
you can seperate file by folder to be more structured, for example:
public/ ├─ images/ │ ├─ qr-code-image.png ├─ styles/ │ ├─ main.css ├─ favicon.png index.html
anyways overall is good, nice solution, hope it useful 🙌
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