Option 1:
- Go to the Environments section on this page. if you're on desktop it's on your right, if you're on mobile, scroll down.
- Click github-pages
- Click View Deployment
- If you don't see the Environments section, you can alternatively use this link: https://dezzep.github.io/shopping-cart/
- Option 2:
- git clone git@github.com:Dezzep/shopping-cart.git
- cd shopping-cart
- npm install
- npm start
- Data for the store comes from an API (https://fakestoreapi.com/)
- Add and remove products from the shopping cart
- Responsive Design
Created using React, Tailwind, and DaisyUI.

