This app is a demo replica of Amazon. It is a working Ecommerce experience website integrated with Stripe payment API.
This project is currently in development. Todo: 1. Add Product details 2. Payment Portal
Installation:
npm install
To Start Server:
npm run build && npm start
To Visit App:
localhost:3000
Will add soon!