Submitted 6 months agoA solution to the QR code component challenge
QR Code Card Created with React, Tailwind CSS, and Rsbuild
tailwind-css, react
@thomasweitzel

Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm most proud of the fact that I was able to implement the solution at the same time as building a project template for future challenges.
What challenges did you encounter, and how did you overcome them?Here are some things I had problems with — and still have in the case of Figma files:
- My development system runs Ubuntu Linux 22.04 LTS and there's no Figma app for that; I'm still looking for an online viewer that I can work with
- As I deploy the solutions to my own server, which has a strict Content-Security-Policy, I had to relax it for the solutions subdirectory, e.g. allowing loading from external resources like Google Font files
- I needed CSS for specific sizes (height and width), so I had to lern about Tailwinds capabilities (like
w-[320]
)
As I'm not sure if my project template works for most future challenges, I'm of course willing to adjust it. But: is there anything like best practices that can be applied?
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Thomas Weitzel's solution.
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