Skip to content

thawansilva/shopping-cart

Repository files navigation

Shopping Cart

This simple shopping cart prototype build with React with Typescript, React hooks, React Context and TailwindCSS.

Basic Overview - Live Demo

Features

  • Add, decrease or remove products from the floating cart using Context API;
  • Filter products by available sizes using Context API;
  • Responsive design;

Build/Run

Requirements

  • Node.js
  • NPM
/* First, Install the needed packages */
npm install
/* Then start the Vite App */
npm run dev