Skip to content

BJ1209/Amazon-Web-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMAZON WEB ClONE

This project was bootstrapped with Create React App.

Tech Used:

  1. Create React App -- for creating the Template of the Project.
  2. Firebase -- For the Deployment of the Project.
  3. react-router-dom -- For Routing Between Pages
  4. react-icons -- For the svg icons.
  5. react-currency-format -- React component to format number in an input or as a text
  6. react-flip-move -- Animation Module used list of items when the order is changed
  7. react-toastify -- Used for notification Animation
  8. react-bootstrap -- For a Carousel in Home Page

Installation

npm install

Update Firebase Config File with your Firebase Config

Start The App

npm start

Build The Project

npm run build