https://github.com/helloharendra/amazon_clone
https://github.com/helloharendra/amazon_clone
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helloharendra/amazon_clone
- Owner: helloharendra
- License: mit
- Created: 2024-02-01T20:26:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T19:50:59.000Z (almost 2 years ago)
- Last Synced: 2025-04-19T19:51:35.722Z (about 1 year ago)
- Language: C++
- Size: 1.21 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Clone App
This project is a clone of the Amazon app, developed using Flutter for the frontend and Node.js for the backend.
## Features
- **User Authentication**: Implement login and registration functionality.
- **Product Listing**: Display products with details such as name, price, and description.
- **Search and Filters**: Allow users to search for products and apply filters.
- **Shopping Cart**: Enable users to add/remove items from their cart.
- **Checkout Process**: Implement a checkout flow for purchasing items.
- **Order History**: Show past orders for logged-in users.
## Tech Stack
- **Frontend**: Flutter
- **Backend**: Node.js
## Installation
### Prerequisites
- Flutter SDK installed
- Node.js and npm installed
- [Your Database System] installed and running
### Frontend Setup
1. Clone the repository:
```bash
git clone https://github.com/helloharendra/amazon_clone.git
cd amazon_clone/frontend
## Additional Notes
- This project is currently in development and may undergo significant changes.