Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
# 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.