/tr_shop

Primary LanguageDart

Assessment

Assessment For TransMedia Inc..

Assessment Log (Done / Undone)

✔ Products Page, Product Details Page, Cart Page

✔ Dusers to access the shopping cart page from anywhere on the app.

✔ User is able to click on items on the Product page and see their details.

✔ Use GetX for state management.

✔ The product page allows users to add items to the cart

✔ The Product Details page allows users to add items to the cart

App Screenshots (Android)

Splash Screen Product List Screen Product Details Screen

Cart Screen

App Screenshots (IOS)

Splash Screen Product List Screen Cart Screen

Empty Cart Screen

Features

  • Getx State Management
  • Hive Local Storage

Built With

  • Android Studio 2022.3.1 Patch 2 The latest version can be downloaded from here
  • Build gradle 7.3.0
  • Android SDK 33
  • Kotlin Version 1.7.10

Libraries Used

Application Overview

WhatsApp.Video.2024-02-19.at.9.37.10.PM.1.mp4

Directory Structure

The following is a high level overview of relevant files and folders.

crack_tech_assessment
└───assets
└───lib
    └───Models
    └───Network
          │   api_client.dart
          │   api_repository.dart
          │   api_urls.dart
    └───Screens
        |   Cart
        |   Dashboard
        |   ProductDetails
        |   Splash
    └───Utils
        |   AppColors.dart
        |   AppComonUtil.dart
        |   appLoggerUtil.dart
        |   AppUiUtils.dart
        |   AppImages.dart
        |   AppRoutes.dart
        |   NotificationService.dart
    └───Widget
        |   CustomDialog.dart
    └───main
                            

License

MIT License

Copyright (c) 2020 Easy News

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.