Submitted 9 months agoA solution to the QR code component challenge
Flexbox Box Shadow & Border Radius Google Fonts Live Server
node
P
@ameer112-746dgd

Solution retrospective
What are you most proud of, and what would you do differently next time?
What I'm Most Proud Of:
- Successfully implementing a clean and responsive design that closely matches the given challenge.
- Using Flexbox to center the QR code card properly.
What I Would Do Differently Next Time:
- Improve accessibility by adding
aria-labelsand ensuring proper contrast for better readability. - Use CSS Grid instead of Flexbox to experiment with different layout techniques.
- Optimize the image size to enhance performance.
Challenges I Encountered and How I Overcame Them:
- Centering the Component: Used
display: flexto align the card properly. - Responsiveness Issues: Applied
max-widthfor the image andremunits for fonts. - Spacing & Alignment: Used reset CSS and adjusted padding/margins for balance.
- Font Selection: Integrated Google Fonts for a better match.
- UI Refinements: Added
border-radius,box-shadow, and subtle color contrasts.
Areas Where I’d Like Help:
- Responsive Design: Ensuring the QR code component adapts perfectly to all screen sizes.
- Accessibility Improvements: Best practices for better readability and screen reader support.
- Code Optimization: Simplifying CSS while maintaining design accuracy.
- Hover Effects: Adding subtle animations for better user interaction.
- Best Practices: Feedback on improving structure and maintainability.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on AM-TECH'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