Skip to content

usphantomlancer/tiny-shopping-cart-react

Repository files navigation

Simple Shopping cart application using React

Overview

Features

  • Add and 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

Run

/* First, Install the needed packages */
npm install

/* Then start the React app */
npm start

/* To run the tests */
npm run test