Skip to content

AymaneLk/Amazon-using-Vanilla-Javascript-Firebase-Firestore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone using Vanilla Javascript & Firebase Firestore Database

In this project, You'll find Amazon Clone or Amazon 2.0 using Vanilla Javascript & Firebase Database.

Live Preview:

You can test the website in this Live Preview

Amazn 2.0 images:

Home page(index.html):

image

Cart items page(card.html):

image

What is Firebase Firestore?

image Cloud Firestore is a flexible, scalable database for mobile, web, and server development from Firebase and Google Cloud

How it works?

In Firebase Firestore, we work with collections & each collection can have many documents & each document is identified by a document ID & can contain many data like names, prices...etc

DB Explanation

Amazon Clone Database Diagram:

Amazon Clone database diagram