A fun mini web app for use as a lemonade stand to allow customers to make online digital purchases.
Lululemonade uses React.js framework for front-end and UI and Stripe API for cart, checkout and payment processing.
- Select lemonade you want to purchase and add to cart
- You can go to cart to edit, update, and delete product quantities
- You can checkout with the top onlibe payment options using Stripes API
- Node.js 18+ (LTS recommended)
pnpmoryarnpackage manager- (Any required backend services, e.g. database?)
pnpm install
pnpm dev
# or
yarn install
yarn dev

