payalpatra / Amazon-Clone

This is basically a clone of the well-known E-commerce website Amazon. It uses Firebase for User Authentication.

Home Page:https://clone-b3e04.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage Status NPM Build Status

Amazon-Clone

This is basically a clone of the well-known E-commerce website Amazon. It uses Firebase for User Authentication.

What's Special about this Build ?

Well, I used 3 different styling techniques to design its different Components.

Installation Guidlines

STEP 1

Clone this Repository

 git clone https://github.com/payalpatra/Amazon-Clone.git

STEP 2

Run -- Npm install

 npm install

STEP 3

STEP 4

Go to the firebase.js file of the project file and add your firebase credentials (Note: This file already includes my firebase project credentials , So you just have to replace it with yours)
const firebaseApp = firebase.initializeApp({
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: "",
measurementId: "",
});

STEP 5

Run -- npm start (Make sure You run this in the root directory of the project folder)

   npm start

Screnshots

This is the Home Section

amazon

This is the Checkout Section

amazonCheck

This is the User Authentication section

Amazon-Sign

This is the Footer Section

Footeramzon

Author

Payal Patra

payalpatra105 p_iconic_

About

This is basically a clone of the well-known E-commerce website Amazon. It uses Firebase for User Authentication.

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


Languages

Language:JavaScript 82.2%Language:CSS 14.6%Language:HTML 3.3%