Responsive Product-List-With-Cart Using React

Solution retrospective
I think a bit more work is needed on responsiveness, and the code also needs to be cleaned up.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @LanceOS
It looks good however I highly recommend using CSS modules. It helps keep the javascript/html and css separate, preventing components or pages from being very long and bloated. Such as your Menu.jsx component that was around 200 lines long but over half of those lines was purely CSS.
CSS modules allows you to create different style sheets for different components. Check out this video here to learn about it!
And remember SEO still applies in React. So make sure to use things like <main>, <section>, etc.
But make sure to keep up the good work :)
Marked as helpful
Join 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