Skip to content

Latest commit

 

History

History
82 lines (48 loc) · 4.18 KB

README.md

File metadata and controls

82 lines (48 loc) · 4.18 KB

Getting Started with Create React App

This project was bootstrapped with Create React App.

Faced with problems

  1. I don’t understand the code for implementing a carousel.
  2. I haven't set up product price filtering, and I’m not sure how to do it.
  3. When reloading the order or cart page, all orders disappear, and it resets to zero.
  4. In the product categories, clicking on a product name to show items of that category on the website is causing issues.
  5. On the product detail page, when viewing a product, it would be great to add a zoom-in effect, but I couldn’t manage to implement this. How can I do it?
  6. When viewing a product on the detail page, additional images of the product should appear below. I haven’t added this feature. How can I do it?
  7. The functionality for showing related products is not yet implemented.
  8. The review feature isn’t implemented either, although I think I could do it if needed.
  9. I haven't added a payment gateway method to my website yet.