Skip to content

lorenzo774/shopping-cart

Repository files navigation

shopping-cart

Tech

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).

Example

Installation

  1. Clone and install all the dependencies
git clone https://github.com/lorenzo774/shopping-cart.git
cd shopping-cart
npm i
  1. Run the app with vite
npm run dev