Skip to content

Meltasy/shopping-cart

Repository files navigation

Shopping Cart

An odin project shopping cart

This is a mini project to practice my skills:

  • using react with vite and JSX
  • using CSS-in-JS with styled-components
  • structuring an application into components
  • using the hooks useState and useEffect
  • testing with the React Testing Library