Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1 KB

README.md

File metadata and controls

45 lines (24 loc) · 1 KB

Ecommerce Amazon Clone

This app is a demo replica of Amazon. It is a working Ecommerce experience website integrated with Stripe payment API.

Project Status

This project is currently in development. Todo: 1. Add Product details 2. Payment Portal

Project Screen Shot(s)

Login Page

Screenshot (594)

Main Page

Screenshot (590)

Cart Page

Screenshot (592)

Checkout Page

Screenshot (593)

Installation and Setup Instructions

Installation:

npm install

To Start Server:

npm run build && npm start

To Visit App:

localhost:3000

Reflection

Will add soon!