Simple React Shopping Cart - https://react-shopping-cart-demo.netlify.app, or on aws https://master.d3ebrawif3dsj3.amplifyapp.com
- Styled-components
- Redux
- React-Redux
- Redux-Thunk
- Add Product component and ProductList page
- Add Navbar component
- Add Tooltip component to show price condition (with React Portal)
- Add Cart component
- Add Search-bar component
- Add React-Router for About page
- Add Formik for Checkout page
- Add React Query for external queries
- Add Footer component
- Add Redux for state-management
- Add TypeScript
- Add Tests (Jest / Enzyme) or maybe React Testing Library
- Try to Immer for immutable state
- Try to CI/CD for Netlify demployment
- Try to Mock Service Worker for API mocking