Product Cart Project

Solution retrospective
i am proud of the fact that even if i am a beginner at react still i have build something like this project from scratch.
What challenges did you encounter, and how did you overcome them?i faced challenges while making the modal but used react-modal for easy implementation.
What specific areas of your project would you like help with?i can have some help in making the app responsive.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @khatri2002
Hi @Batman-0001!
The developed solution isn't deployed, and hence not visible at all. It looks like you've used GitHub Pages for deployment, but since your project is built with React, it won’t work as expected just by serving
index.html
.GitHub Pages Doesn't Handle React
GitHub Pages only serves static files (
index.html
,CSS
,JS
), but React needs to handle routes and dynamic content after being built.Deploy to a Suitable Platform
For React projects, use platforms like:
- Netlify → https://www.netlify.com/
- Vercel → https://vercel.com/
Hope that helps! Let me know if you need any additional help! Keep up the great work! 🚀
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