Skip to content

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

Notifications You must be signed in to change notification settings

payalpatra/Amazon-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_