Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saddamarbaa/amazon-clone-app-react-typescript

==> Building Amazon Clone App with React Js + TypeScript + Redux + Styled Components + Material-UI + Cloud Functions + Vercel Hosting + User Authentication (a mobile-friendly)
https://github.com/saddamarbaa/amazon-clone-app-react-typescript

firebase material-ui redux styled-components typescript user-authentication vercel

Last synced: about 1 month ago
JSON representation

==> Building Amazon Clone App with React Js + TypeScript + Redux + Styled Components + Material-UI + Cloud Functions + Vercel Hosting + User Authentication (a mobile-friendly)

Awesome Lists containing this project

README

        

# Amazon Clone App

Building Amazon Clone App with React Js, TypeScript, Redux, Styled Component,
Material-UI, Cloud Functions, Vercel Hosting, with complete user authentication (a mobile-friendly).

# Table of contents

- [Author](#Author)
- [Demo](#Demo)
- [Technologies](#Technologies)
- [Features](#Features)
- [Related Projects](#Related_Projects)
- [Optimizations](#Optimizations)
- [Contributing](#Contributing)
- [Status](#status)
- [Inspiration](#inspiration)
- [Support](#Support)
- [Feedback](#Feedback)
- [Run Locally](#Run_Locally)
- [Environment Variables](#Environment)
- [Deployment](#Deployment)
- [Screenshots](#Screenshots)

# Author

### @Saddam Arbaa

# Technologies

**Client:**

- React Js
- Redux
- Redux
- Styled Component
- Material-UI

**Server:**

- Vercel Hosting
- Firebase Google Authentication
- Firebase Email and password Authentication

# Demo

## LIVE DEMO

# Related_Projects

### Amazon Cart built with React Js

### Github Repo
### LIVE DEMO

### Airbnb Clone App built with React Js + Next Js + TypeScript + Redux + Tailwind CSS

### Github Repo

### LIVE DEMO

### Tesla Clone App built with React Js + TypeScript + Redux + Styled Components + Material-UI + Vercel Hosting

### Github Repo
### LIVE DEMO

### Netflix Clone App built with React Js + TypeScript + Redux + Stripe Checkout/Payments + Vercel Hosting + Firebase

### Github Repo
### LIVE DEMO

### LinkedIn Clone App built with React Js + TypeScript + Redux + Styled Components + Material-UI + Firebase Realtime Database + Vercel Hosting

### Github Repo
### LIVE DEMO

### Facebook Clone App built with React Js + Next Js + TypeScript + Redux + Styled Components

### Github Repo

### LIVE DEMO

### Instagram Clone App built with React Js + Next Js + TypeScript + Redux + Tailwind CSS + Heroicons

### Github Repo

### LIVE DEMO

# Features

- Complete user authentication users can sign in, sign out
- Add products to their basket
- Checkout total payment
- Checkout order page
- Used Fake Store API https://fakestoreapi.com/
- Stripe Checkout/Payments (TODO)
- Cloud Functions (TODO)

# Optimizations
- Memoization (useMemo, Memo)
- react-lazy-load-image-component
- Code-Splitting – React
- suspense component - React
- Function components
- React hooks
- React useEffect cleanup
- Server-side rendering - Next.js(TODO)

# Contributing

Contributions are always welcome!

# Support

For support, email [email protected].

# Feedback

If you have any feedback, please reach out to me at [email protected]

Twitter
https://twitter.com/ArbaaSaddam/

Linkedin.
https://www.linkedin.com/in/saddamarbaa/

Github
https://github.com/saddamarbaa

Instagram
https://www.instagram.com/saddam.dev/

Facebook
https://www.facebook.com/saddam.arbaa

# Run_Locally

Clone the project

```bash
https://github.com/saddamarbaa/amazon-clone-app-react-typescript
```

Go to the project directory

```bash
cd amazon-clone-app-react-typescript
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm start

```

# Environment

- To run this project, you will need to create a new project on firebase, setup Firebase Realtime Database and add the following environment variables to your .env file

- REACT_APP_FIREBASE_API_KEY
- REACT_APP_AUTH_DOMAIN
- REACT_APP_STORAGE_BUCKET
- REACT_APP_PROJECT_ID
- REACT_APP_MESSAIN_SENDER_ID
- REACT_APP_APPID

# Status

Project is now complete in React js so my next step I would love to convert to React + TypeScript + Next.js

# Inspiration

Build By Saddam Arbaa Project inspired by [Amazon] https://www.amazon.com/

# Deployment

To deploy this project on firebase Flow the firebase documentation Firebase Documentation

- create a new project on firebase
- npm install -g firebase-tools
- firebase init
- npm run build
- firebase deploy

# Screenshots

## Sign in page

![image](https://user-images.githubusercontent.com/51326421/182026110-c302d4ed-b122-4604-af28-a205f668ee9d.png)

![image](https://user-images.githubusercontent.com/51326421/182026122-cc4166dc-26fc-4c83-af52-edb1834d76d9.png)

## Log in Page
![image](https://user-images.githubusercontent.com/51326421/182026060-e65c7f0e-15ec-4c02-a8e7-0283416e452a.png)

![image](https://user-images.githubusercontent.com/51326421/182026095-adb804fd-e404-40fe-8da7-142df5ada363.png)

## Responsive on large screens - Home Page
![image](https://user-images.githubusercontent.com/51326421/182025905-0f9d68d8-49a1-44a4-9268-057c984066fc.png)

![image](https://user-images.githubusercontent.com/51326421/124346713-87bc9980-dc0a-11eb-8535-cceabec50993.png)

## Responsive on mobile and tablet screens
![image](https://user-images.githubusercontent.com/51326421/124346621-1e3c8b00-dc0a-11eb-80ef-aba8e8388ee1.png)

## Responsive on small screens

![image](https://user-images.githubusercontent.com/51326421/124346646-390eff80-dc0a-11eb-860c-9e0f72c677fe.png)

## Shopping Basket Page

![image](https://user-images.githubusercontent.com/51326421/124346795-0f0a0d00-dc0b-11eb-8cf6-daffbafb10e8.png)

## Orders Page

![image](https://user-images.githubusercontent.com/51326421/124346864-745dfe00-dc0b-11eb-843e-26a42831f67e.png)

## Ckeckout Page

![image](https://user-images.githubusercontent.com/51326421/124347195-83de4680-dc0d-11eb-9bcd-a0d485a6ec52.png)