Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 358 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 358 Bytes

Project Description

This project demonstrates a basic integration of Stripe for handling payments in a React app with a Node.js backend. Users can add items to the cart, and upon checkout, the payment data is processed using Stripe. The project includes backend API handling, simple UI for cart management, and Stripe integration for secure transactions.