Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm most proud of effectively using CSS Grid to build a responsive layout. Also, I realised that I build responsiveness faster by getting more accustomed to the mobile-first approach.
What challenges did you encounter, and how did you overcome them?I encountered a lot of trials and errors with the JavaScript part, especially when working with dynamic data. I overcame these challenges by methodically debugging and refining my approach with each iteration.
What specific areas of your project would you like help with?No specific ones at the moment but I always welcome constructive feedback.
Community feedback
- @MateuszZalewPosted 2 months ago
Well done, one thing that caught my eye:
- the main 'Report for...' card has
height
property that makes it look messy when I check responsiveness. After removingheight: 68%
it looks better, but I would consider adding this card to yourgrid
layout and making it span throught 2 rows.
Overall good job, hope my tip helps, cheers!
Marked as helpful0 - the main 'Report for...' card has
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