An open API service indexing awesome lists of open source software.

https://github.com/bj1209/amazon-web-clone

Amazon Web Clone with ReactJS and Firebase
https://github.com/bj1209/amazon-web-clone

authentication firebase react react-bootstrap react-context-api react-flip-move react-router

Last synced: about 1 month ago
JSON representation

Amazon Web Clone with ReactJS and Firebase

Awesome Lists containing this project

README

          

# AMAZON WEB ClONE

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Tech Used:

1. [Create React App](https://github.com/facebook/create-react-app) -- for creating the Template of the Project.
2. [Firebase](https://github.com/firebase/firebaseui-web) -- For the Deployment of the Project.
3. [react-router-dom](https://github.com/ReactTraining/react-router) -- For Routing Between Pages
4. [react-icons](https://github.com/react-icons/react-icons) -- For the svg icons.
5. [react-currency-format](https://github.com/mohitgupta8888/react-currency-format) -- React component to format number in an input or as a text
6. [react-flip-move](https://github.com/joshwcomeau/react-flip-move) -- Animation Module used list of items when the order is changed
7. [react-toastify](https://github.com/fkhadra/react-toastify) -- Used for notification Animation
8. [react-bootstrap](https://react-bootstrap.github.io/) -- 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
```