Simple shopping-cart app made with React.
This is a project made for "The Odin project" lesson: shopping-cart
The images are AI generated (CC0 license).
- Clone and install all the dependencies
git clone https://github.com/lorenzo774/shopping-cart.git
cd shopping-cart
npm i
- Run the app with vite
npm run dev