This simple shopping cart prototype build with React with Typescript, React hooks, React Context and TailwindCSS.
Basic Overview - Live Demo
- Add, decrease or 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 Vite App */
npm run dev