react-ecommerce
react-ecommerce copied to clipboard
Fixed 6 out of 8 issues - Cart not closing when user clicks gray region bug Difficulty: Easy ✅ - Update Cart in Nav with Cart Size bug Difficulty: Easy...
Addresses #2 I'd love some feedback on this one, if possible. I wasn't sure if I should put updating localStorage in an onClick() or whether to use a useEffect. Using...
Addresses #7
Addresses #8
Addresses #6
Pass an empty array to useEffect() so it only cleans up once (mount and unmount). Addresses #4 Also add "empty cart" to address #5. Should've created a new branch to...
Addresses https://github.com/developer-job-simulation/react-ecommerce/issues/6