Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 970 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 970 Bytes

React Shopping Cart

Simple React Shopping Cart - https://react-shopping-cart-demo.netlify.app, or on aws https://master.d3ebrawif3dsj3.amplifyapp.com

Dependencies

  • Styled-components
  • Redux
  • React-Redux
  • Redux-Thunk

Backlog

  • 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