Skip to content

lazaronazareno/ts-context-ecommerce

Repository files navigation

TS-Shopping-Cart

Basic Shopping cart interview test. Typscript - React(Vite) - Context - Hooks

API DUMMYJSON.

Screenshot products view

Screenshot with Cart Products

Eccomerce test

  • Show a list of products
  • Filter by category and price

Create a Shopping Cart

  • Add products to cart
  • Delete products from cart
  • Add more of the same products in the Cart
  • Show products in cart
  • use LocalStorage

To do

  • Shop now button action
  • Details Component