Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- I'm most proud of the clean and semantic HTML structure I implemented, ensuring accessibility and ease of understanding for other developers.
- Additionally, using CSS custom properties and the BEM model helped maintain a modular and scalable codebase.
- However, next time, I would focus more on optimizing performance by improving image loading techniques for better page speed.
- One challenge was to achieve the desired layout responsiveness while maintaining code readability and maintainability.
- To overcome this, I followed a mobile-first approach, utilizing flexbox for layout and employing media queries to adjust styles for different screen sizes.
- I would appreciate suggestions for enhancing the design and user experience.
- Finally, feedback on accessibility improvements beyond basic semantic HTML would also be welcomed.
Community feedback
- @sayeedmuneesPosted 7 months ago
Amazing, it looks so accurate to the actual design. I think you forgot to add box-shadow transition when hovering over the card.
Marked as helpful1@keertyvermaPosted 7 months agoThanks @sayeedmunees for the feedback. I appreciate your attention to detail. I have made the required changes to my solution.
1@sayeedmuneesPosted 7 months ago@keertyverma Glad you did it, GL in your coding journey
1
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