File size: 3,040 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# Amazon Clone


This is a clone of Amazon web application, with improved UI and all major functionalities such as adding products to wishlist, browsing different product categories, adding products to cart, managing shipping details, and payment options. The project is responsive and can be used on any device.

**Demo Video**


https://user-images.githubusercontent.com/81776711/224985061-d7012611-8997-4a6b-ba7c-a4fc7f2c9954.mp4


# Technologies Used


ReactJS

Firebase Authentication

Firebase Firestore

FakeStore API


# Features


Improved UI than the original Amazon web application

User can add products to wishlist

User can browse products based on different categories

User can add products to cart

User can manage shipping details

User can make payment for the products

User profile tab for managing personal information


# Installation and Setup


Clone the repository

Navigate to the project directory and `run npm install` to install all the dependencies

Create a Firebase account and enable Firebase Authentication and Firestore

Create a new Firebase project and copy the configuration details

Rename the `.env.sample` file to .env and replace the Firebase configuration details

Run `npm start` to start the application


# Screenshots

**Authentication page**

![image](https://user-images.githubusercontent.com/81776711/224613171-8b2c9392-5b97-4757-aaed-5e570e51f4a3.png)

![image](https://user-images.githubusercontent.com/81776711/224613223-7ad2a01e-13f6-474a-800b-2133ba0d27a7.png)


**Home page**

![image](https://user-images.githubusercontent.com/81776711/224613299-feb71146-bec7-4fd2-948b-e776d9701b47.png)


**Wishlist page**

![image](https://user-images.githubusercontent.com/81776711/224613383-6fed93fe-c269-4aba-888c-d0a3cf802f0a.png)


**Product page**

![image](https://user-images.githubusercontent.com/81776711/224615004-fe0bf691-333f-40f7-90ef-c4f26ebe5395.png)

![image](https://user-images.githubusercontent.com/81776711/224615047-2b015e56-ebdb-44e1-a29d-6fd382b40981.png)


**Cart page**

![image](https://user-images.githubusercontent.com/81776711/224614923-de0f913c-6305-4357-8b99-c32de24041b0.png)


**Payment page**

![image](https://user-images.githubusercontent.com/81776711/224615321-63c60972-78a4-49b0-8df4-d49a85a6cb86.png)


**Orders page**

![image](https://user-images.githubusercontent.com/81776711/224616126-7f3d7bff-e8d5-41dc-adb6-f9f1e6191654.png)


**Profile page**

![image](https://user-images.githubusercontent.com/81776711/224616059-925032b3-17a6-481e-80e7-f55016b81a09.png)


# UI design inspirations

The UI of the project is completely inspired and even taken from these, all the design credits goes to them:

[Home Page](https://dribbble.com/shots/15350650-Amazon-Website-Redesign-Concept)

[Profile section](https://dribbble.com/shots/20739514-Ecommerce-Account-Page-Dashboard-UXUI)


# Contributing


Contributions to this project are always welcome. Please feel free to raise an issue or submit a pull request if you find any bug or have any feature requests.