Skip to content

Latest commit

Β 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mega store task

The Mega E-Commerce App is a comprehensive Flutter application designed to provide users with a seamless shopping experience. The app includes various features such as authentication, product browsing, favorites management, product details, product reviews, search functionality, cart management, profile management, and order tracking.

Table of Contents

Introduction

The Mega E-Commerce App is a comprehensive Flutter application designed to provide users with a seamless shopping experience. The app includes various features such as authentication, product browsing, favorites management, product details, product reviews, search functionality, cart management, profile management, and order tracking.

Features

1- Authentication:

  • Users can sign in or sign up to access the app's features and personalize their shopping experience. 2- Products and Categories:
  • Browse through a wide range of products organized into categories for easy navigation. 3- Favorites:
  • Users can add products to their favorites list for quick access and future reference. 4- Product Details:
  • View detailed information about each product, including images, descriptions, prices, and specifications. 5- Product Reviews:
  • Read and write reviews for products to help other users make informed purchasing decisions. 6- Search:
  • Search for products by name, category, or keyword to find exactly what you're looking for. 7- Cart:
  • Add products to the cart, update quantities, and proceed to checkout for a seamless purchasing process. 8- Profile:
  • Manage user profiles, view order history, update personal information, and track orders. 9- Order Tracking:
  • Keep track of the status of orders placed, including order confirmation, shipping, and delivery.

Getting Started

Prerequisites

Make sure you have Flutter and Dart installed on your machine. If not, follow the official Flutter installation guide.

Installation

  1. Clone the repository:

    git clone https://github.com/karar0120/mega_store.git
    cd icon-tech-app-flutter
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    flutter run

Project Structure

.
β”œβ”€β”€ core                       # For all common and core files.
β”‚   β”œβ”€β”€ error                  # contains all Exceptions and Failures classes
β”‚   β”œβ”€β”€ presentation           # Common presentation files
|   β”‚   └── blocs              # Common blocs
|   β”‚   └── pages              # Core pages
|   β”‚   └── widgets            # Common widgets
β”‚   └── route                  # Routes for navigation
β”‚   └── theme                  # Theme data
β”‚   └── usecases               # Common usecases
|
β”œβ”€β”€ data                       # Data Files of Feature 1
β”‚   β”œβ”€β”€ datasources            # DataSources Abstract Files and Implementations
β”‚   β”‚   └── feature            # Feature 1 (for exp : Todo Feature)
β”‚   β”‚       └── sub-feat.      # Sub feature
β”‚   β”œβ”€β”€ models                 # Models for data
β”‚   β”‚   └── feature            # Feature 1 (for exp : Todo Feature)
β”‚   β”‚       └── sub-feat.      # Sub feature
β”‚   └── repositories           # Repositories Implementation Classes
β”‚       └── feature            # Feature 1 (for exp : Todo Feature)
β”‚           └── sub-feat.      # Sub feature
β”œβ”€β”€ domain                     # Domain
β”‚   β”œβ”€β”€ entities               # Entities For Feature 1
β”‚   β”‚   └── feature            # Feature 1 (for exp : Todo Feature)
β”‚   β”‚       └── sub-feat.      # Sub feature
β”‚   β”œβ”€β”€ usecases               # Usecases of Feature 1
β”‚   β”‚   └── feature            # Feature 1 (for exp : Todo Feature)
β”‚   β”‚       └── sub-feat.      # Sub feature
β”‚   └── repositories           # Repositories Abstract Classes
β”‚       └── feature            # Feature 1 (for exp : Todo Feature)
β”‚           └── sub-feat.      # Sub feature
└── presentation               # Presentation files
    β”œβ”€β”€ blocs                  # Blocs
    β”‚   └── feature            # Feature 1 (for exp : Todo Feature)
    β”‚       └── sub-feat.      # Sub feature
    β”œβ”€β”€ pages                  # Pages
    β”‚   └── feature            # Feature 1 (for exp : Todo Feature)
    β”‚       └── sub-feat.      # Sub feature
    └── widgets                # Widgets
        └── feature            # Feature 1 (for exp : Todo Feature)
            └── sub-feat.      # Sub feature

Architecture

This app uses [Clean Architecture by Robert C Martin]

Image Source : ResoCoder

Branches

.
β”œβ”€β”€ master                       # Contains the latest release
       β”œβ”€β”€ dev                   # Contains the latest development
            β”œβ”€β”€ feature1         # feature 1 created from dev
            β”œβ”€β”€ feature2         # feature 2 created from dev
            β”œβ”€β”€ feature3         # feature 3 created from dev
            β”œβ”€β”€ bugFix1          # bugfix 1 created from dev
            β”œβ”€β”€ bugFix2          # bugfix 1 created from dev
            β”œβ”€β”€ docChange1       # docChange 1 created from dev
            β”œβ”€β”€ docChange1       # docChange 2 created from dev

Authentication:

  • Users can sign in or sign up to access the app's features and personalize their shopping experience.

πŸ“± Screens

Splash Screen Login Register form Forget Pass New Password

Products and Categories:

  • Browse through a wide range of products organized into categories for easy navigation.

πŸ“± Screens

Home  en All Categories Products Page ( category - offer ) Archieve MY Favorite List Product Detail

Favorites:

  • Users can add products to their favorites list for quick access and future reference.

πŸ“± Screens

MY Favorite List

Product Details:

View detailed information about each product, including images, descriptions, prices, and specifications.

πŸ“± Screens

Product Detail

Product Reviews:

  • Read and write reviews for products to help other users make informed purchasing decisions.

πŸ“± Screens

Review Product Write Review

Search:

Search for products by name, category, or keyword to find exactly what you're looking for..

πŸ“± Screens

Search Result

Cart:

Add products to the cart, update quantities, and proceed to checkout for a seamless purchasing process.

πŸ“± Screens

Cart

Profile:

  • Manage user profiles, view order history, update personal information, and track orders.

πŸ“± Screens

Profile

Order Tracking:

  • Keep track of the status of orders placed, including order confirmation, shipping, and delivery.

πŸ“± Screens

Order Details

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages