-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
33b83ec
commit 83f600e
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,34 @@ | ||
# ShopNest | ||
# ShopNest Amazon Clone Ecommerce Project | ||
|
||
## Overview | ||
|
||
This is a simplified Amazon clone built as a personal project. It's designed to mimic the user interface of Amazon, providing a familiar and intuitive user experience. | ||
|
||
## Technologies Used | ||
|
||
- **Frontend**: React with TypeScript, Tailwind CSS | ||
- **Backend**: Django, Django Rest Framework | ||
- **Database**: PostgreSQL | ||
- **State Management**: Redux with Redux Toolkit | ||
|
||
## Features | ||
|
||
- **Stripe Checkout**: The application integrates Stripe for processing payments, providing a secure and reliable checkout process. | ||
- **Favorites Feature**: Users can mark items as favorites, making it easy to revisit and purchase their preferred products. | ||
- **Amazon-like UI**: The user interface is designed to resemble Amazon, complete with the Amazon logo, for a familiar shopping experience. | ||
|
||
## Learning Journey | ||
|
||
Developing this Amazon clone has been a rewarding experience. It allowed me to explore ecommerce development in depth, particularly focusing on creating an intuitive user interface and integrating key features like Stripe checkout and a favorites system. | ||
|
||
The use of Redux Toolkit for state management was a highlight, enabling efficient state updates and simplifying the overall state management process. | ||
|
||
Stay tuned for more updates as I continue to refine and expand this project! | ||
|
||
## Contact | ||
|
||
If you have any questions or suggestions, feel free to reach out. I appreciate your feedback! | ||
|
||
## **Live Demo** | ||
|
||
Explore the live version of this project on [shopnest-eykw.onrender.com](https://shopnest-eykw.onrender.com). |