Shopping cart application with online payment form.
To run this project, you will need to add the following environment variables to your .env file
VITE_PUBLIC_KEY
VITE_ACCESS_TOKEN
Clone the project
git https://github.com/Geffrerson7/SHOPPING-CART.git
Go to the project directory
cd SHOPPING-CART
Install dependencies
npm install
Run project
npm run dev