https://github.com/geffrerson7/shopping-cart
Shopping Cart
https://github.com/geffrerson7/shopping-cart
mercadopago react sweetalert2 typescript vite
Last synced: about 2 months ago
JSON representation
Shopping Cart
- Host: GitHub
- URL: https://github.com/geffrerson7/shopping-cart
- Owner: Geffrerson7
- Created: 2023-04-27T03:51:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T04:20:19.000Z (about 3 years ago)
- Last Synced: 2025-04-06T10:49:55.123Z (about 1 year ago)
- Topics: mercadopago, react, sweetalert2, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 3.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shopping Cart
Shopping cart application with online payment form.
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`VITE_PUBLIC_KEY`
`VITE_ACCESS_TOKEN`
## Run Locally
Clone the project
```bash
git https://github.com/Geffrerson7/SHOPPING-CART.git
```
Go to the project directory
```bash
cd SHOPPING-CART
```
Install dependencies
```bash
npm install
```
Run project
```bash
npm run dev
```
## Authors
- [Gefferson Casasola](https://github.com/Geffrerson7)