This project is a clone of the Amazon app, developed using Flutter for the frontend and Node.js for the backend.
- 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.
- Frontend: Flutter
- Backend: Node.js
- Flutter SDK installed
- Node.js and npm installed
- [Your Database System] installed and running
-
Clone the repository:
git clone https://github.com/helloharendra/amazon_clone.git cd amazon_clone/frontend
- This project is currently in development and may undergo significant changes.