An open API service indexing awesome lists of open source software.

https://github.com/helloharendra/amazon_clone


https://github.com/helloharendra/amazon_clone

Last synced: 4 months ago
JSON representation

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.