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
- Host: GitHub
- URL: https://github.com/bj1209/amazon-web-clone
- Owner: BJ1209
- Created: 2020-11-17T10:05:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-21T06:59:38.000Z (over 5 years ago)
- Last Synced: 2025-03-18T13:25:06.040Z (about 1 year ago)
- Topics: authentication, firebase, react, react-bootstrap, react-context-api, react-flip-move, react-router
- Language: JavaScript
- Homepage: https://clone-bjs-b7e81.web.app/
- Size: 599 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```