A shopping cart using hooks and redux
- Basic cart and products components (no styling or images)
- Convert everything to use react hooks (useState and useEffect)
- Product image gallery with carousel
- Remove items from cart
- useReducer hook!
- Custom counter hook
- Testing our custom counter hook
- Redux and FP techniques