E-commerce product page

Solution retrospective
the most thing i proud is that i can complete this project and complete this project using react and react hook
What challenges did you encounter, and how did you overcome them?Using React Hooks to store values, I encountered many errors. I searched for resources on the internet to learn how to use Hooks, but eventually, I just asked an AI how to use react hook step by step. After that, I stopped getting errors."
What specific areas of your project would you like help with?There are still many parts that are lacking. If anyone wants to comment, thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@toshirokubota
Congratulations! Your design looks very nice. You paid attention to details and painstakingly reproduced some subtle designs, like the underscore on the route in <nav>, outline on the selected thumbnail, etc. I have noticed a few behavioral issues you may want to look into. First, when I open the lightbox and shrink the window to the tablet size, the foreground merged into the background behind the lightbox screen. I think you are disabling the lightbox feature for small screen sizes, and in real life, the user would not continuously shrink the screen. But it looks strange and I think a small state change will be able to fix it. Second, somehow, the loading of images was slow. It could be something fixable but I am not sure how. Third, when the "checkout" button is clicked, nothing happens. I know that we are not implementing real checkout, but at least you can close the modal and clear the cart. Well, these are something I noticed while playing with your app. Again, great job and happy coding!
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