Skip to content

eersd/amazon-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Getting started

A live demo is available at https://clone-43e4b.web.app/

To run the frontend locally:

  • Clone this repo
  • npm install to install the required dependencies
  • npm start to start the local server on port 3000

Functionality overview

This project is created mainly for education purposes. This project utilizes Firebase for authentication and server hosting. This project uses React-Context-API instead of Redux for the cart system.

General functionality:

  • User authentication via Firebase
  • Functional item components that can be added to cart
  • Subtotal of all items are shown in the checkout page
  • Removing items also happen seamlessly

Releases

No releases published

Packages

No packages published