react-ecommerce icon indicating copy to clipboard operation
react-ecommerce copied to clipboard

Results 38 react-ecommerce issues
Sort by recently updated
recently updated
newest added

### Description We are having issues with the product fetching in `ProductTable.jsx`. For some reason, useEffect is infinitely fetching new products. Can you read the [effect hook documentation](https://reactjs.org/docs/hooks-effect.html) to help...

bug
Difficulty: Easy
Good First Issue

### Description When a user adds something to their cart, the cart page subtotal is static. We need it to dynamically update when a user adds something to their cart....

bug
Difficulty: Medium

### Description When a user adds a product to their cart, the cart size in the nav is not updating. ### How To Reproduce 1. Run the App Locally 2....

bug
Difficulty: Easy

### Description When a user clicks the gray region on the cart page, the cart page does not close. ### How To Reproduce 1. Run the App Locally 2. Open...

bug
Difficulty: Easy

### Description We would like to persist a customer's cart on refresh. This means we need to store their cart in a persistent browser storage. Check out the [localStorage API](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)...

enhancement
Difficulty: Medium

### Description When a user clicks the cart icon, they see alot of blank whitespace. Our designers want us to show some content to fill this blank space. We need...

enhancement
Difficulty: Easy