Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ogbodotg/amazon-clone
Amazon Clone (Built with Flutter, NodeJS, Express & MongoDB
https://github.com/ogbodotg/amazon-clone
Last synced: 2 days ago
JSON representation
Amazon Clone (Built with Flutter, NodeJS, Express & MongoDB
- Host: GitHub
- URL: https://github.com/ogbodotg/amazon-clone
- Owner: ogbodotg
- Created: 2023-02-15T13:12:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T22:18:35.000Z (about 1 year ago)
- Last Synced: 2024-11-07T23:44:22.456Z (about 2 months ago)
- Language: Dart
- Size: 5.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amazon_clone
A simple Amazon ecommerce clone app built with Flutter, NodeJS, Express and MongoDB.
Features/functionalities includes (APIs & frontend) for;
- Buyer and seller authentications (login & register).
- Admin Area (for sellers).
- Product listings.
- Sort products by categories.
- Delete products (sellers can delete their respective products).
- Search products.
- Product star ratings.
- Deal of the day (top deals of the day calculated by the number of product ratings).
- Cart (add to cart, update cart, remove from cart).
- Order (place order, see order history).
- Update/change delivery address during checkout.
- & more features## Screenshots
![alt text](https://github.com/ogbodotg/amazon-clone/blob/master/Screenshot%202023-02-15%20at%201.46.48%20PM.png?raw=true)
![alt text](https://github.com/ogbodotg/amazon-clone/blob/master/Screenshot%202023-02-15%20at%201.47.49%20PM.png?raw=true)
![alt text](https://github.com/ogbodotg/amazon-clone/blob/master/Screenshot%202023-02-15%20at%201.38.44%20PM.png?raw=true)
![alt text](https://github.com/ogbodotg/amazon-clone/blob/master/Screenshot%202023-02-15%20at%201.39.29%20PM.png?raw=true)## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.