Giter VIP home page Giter VIP logo

mega_store's Introduction

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

mega_store's People

Contributors

karar0120 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.