Design comparison
SolutionDesign
Community feedback
- @adedotxnPosted over 2 years ago
Great job
A few adjustments I feel you can make to make this more efficient:
- try out object fit : cover on your background images
- try to maintain a cleaner file structure for your code, it'll be easier to navigate..e.g : a folder containing all your components, another folder containing all your styles and another folder containing all your pages ..(this is just an example)
- also lastly, look up conditional rendering in react js, the content on the destination page don't necessarily have to have their own pages as they're to be rendered on that one page.
Lastly, great job ..your website is okay
Marked as helpful1@ovie009Posted over 2 years ago@Phyf3 Thanks for the feedback, I would adopt the cleaner file structure you suggested and also look up conditional rendering.
This is actually my first React Project.
Would also appreciate feedback on the calculator App i just completed, using React, which is my second project
1@ovie009Posted over 2 years ago@Phyf3 Just looked up conditional rendering, it makes so much sense to use it for a situation like this, thanks again
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