Table of Contents
This is an Amazon clone project. You can register, login, browser product, checkout, pay(real payment!) and check your orders!
Check the below and this repo for more detail!

Front-end built with
Back-end (using Firebase server) built with
Database
To run this project, you will need npm installed.
npm install npm@latest -g-
Clone the repo
git clone https://github.com/yiyi-wang1/amazon-clone.git
-
Install NPM packages
npm install
-
Go to the root of this project, run the following, see the web running on http://localhost:3000 on your browser
npm start
-
To bulid this app, run
npm run build
Yiyi Wang - [email protected]
Project Link: https://github.com/yiyi-wang1/amazon-clone
There are some work on this project:
- The product data is stored on constant.js, not on the database
- No search feature for this project
- No product detail page
- User basket data should be stored on database