This is basically a clone of the well-known E-commerce website Amazon. It uses Firebase for User Authentication.
git clone https://github.com/payalpatra/Amazon-Clone.git
npm install
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: "",
});
npm start