Skip to content

Amazon Clone is a project where you can create a product, add the products to the cart, do a payment, and watch your order history.

Notifications You must be signed in to change notification settings

tanbinh123/amazon-clone-1

 
 

Repository files navigation

Amazon Clone (e-commerce)

Amazon Clone is a project where you can create a product, add the products to the cart, do a payment, and watch your order history.
The design is based on Amazon.

Important

  • You have to have an account to see some of the content.
  • You can create an account with a fake e-mail.
  • Or you can access with the email: test123@email.com and password: 123456.
  • If you are going to use the given email, don't delete the products.

Live Demo

https://clone-b5e54.web.app/

Captures

Download and Instalation

You can clone the project using the following command in your terminal:

git clone git@github.com:NaguiHW/amazon-clone.git

Now, cd amazon-clone/ and before to start, you need to install the dependencies:

npm install

or

yarn install

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

Future Features

  • Add functional rating products.
  • Email Authentication.
  • Fix Stripe Bug (Right now it doesn't work).
  • Product details page.
  • Dark mode.

Built with

  • ReactJS
  • ExpressJS
  • Firebase

About

Amazon Clone is a project where you can create a product, add the products to the cart, do a payment, and watch your order history.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.1%
  • SCSS 23.0%
  • HTML 3.1%
  • CSS 0.8%