https://github.com/esau-morais/amazon.ts
⚛️ 🛒 Amazon website redesign using React + Firebase + Stripe
https://github.com/esau-morais/amazon.ts
amazon firebase react stripe
Last synced: 8 months ago
JSON representation
⚛️ 🛒 Amazon website redesign using React + Firebase + Stripe
- Host: GitHub
- URL: https://github.com/esau-morais/amazon.ts
- Owner: esau-morais
- License: mit
- Created: 2020-09-09T20:52:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T14:34:27.000Z (over 3 years ago)
- Last Synced: 2025-04-07T13:38:57.273Z (about 1 year ago)
- Topics: amazon, firebase, react, stripe
- Language: TypeScript
- Homepage: https://amzn.emots.dev
- Size: 7.61 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## Amazon Redesign

## Based Design



## Goals
- [X] Collapsed side bar
- [X] Main section
- [X] Products Page
- [X] Dynamic cart
- [X] Login Page
- [X] Responsive website
- [X] Video Testimonial
## Buit with
1. ReactJS (Front-End)
2. Styled Components (Styles inheritance and components)
3. Material-UI (Icons and Badges)
## How do I start?
1. Fork this project

2. Clone the forked repository
`git clone https://github.com/user/react-redux` (if you use `git`)
or
`gh repo clone https://github.com/user/react-redux` (if you use `gh` cli)
3. Install the dependencies
`npm install` (if you use `npm`)
or
`yarn` (if you use `yarn`)
---
:warning: Before you start, follow the `.env_sample`, get your firebase variables and add to a `.env` file
---
4. Start the project
`npm start` (if you `npm`)
or
`yarn start` (if you use `yarn`)
-----
[LICENSE](./LICENSE)