Design comparison
SolutionDesign
Solution retrospective
My questions: Can you please elaborate better way of providing separate styles to separate components? My styled component is a mess. How can I manage my styled-components so that I follow the DRY principle?
Community feedback
- @karthik2265Posted about 2 years ago
Hey raj kiran well done,
The app looks great.
few things to note,
- The card components have border radius for wrong edges in the mobile.
- The responsiveness can be improved at a certain screen size like 730px the app shows 2 cards side by side and one card below and at some point the 3rd card becomes bigger in height compared to the other two cards. these can be fixed by using flexbox for positioning of cards based on screen size using media queries.
Thank you
Marked as helpful1@rk-codeflowPosted about 2 years ago@karthik2265 Huge thanks for awesome feedback. Will improve in coming days.
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