- Add and remove products from the floating cart using Context Api
- Filter products by available sizes using Context Api
- Responsive design
- Node.js
- NPM
/* First, Install the needed packages */
npm install
/* Then start the React app */
npm start
/* To run the tests */
npm run test