Mobile responsive design using Next and React
Design comparison
Solution retrospective
1. Design and Styling
- How does the overall design and styling of the component look to you?
- Are the color choices and typography visually appealing and easy to read?
- Do you have any suggestions for improving the design aesthetics?
2. Code Structure
- Is the code well-organized and easy to follow?
- Are there any parts of the code where you have difficulty understanding its purpose?
- Do you have suggestions for improving code structure or modularization?
Community feedback
- @sjohnston82Posted about 1 year ago
Nice project! A couple of things I would comment on is that since you are using tailwind, its really easy to start with the mobile version first and just add your screen sizes in front of the classes (lg:mt-12) for example for the desktop version. Also, I saw that you were using w-[50%] which can be easily replaced as w-1/2.
For correctly sizing the component, one method I found has been working for me is to pull the design image into a browser tab and then inspect it to get the dimensions instead of just eyeballing it.
Hope this helps.
Marked as helpful0@Ebi-TechPosted about 1 year agoThanks so much. I really appreciate your review. It has helped me discover better ways to go about the solutions. @sjohnston82
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