Code Monkey home page Code Monkey logo

marketplace-case's Introduction

MarketplaceCase iOS Project

Platform Swift License

Welcome to the MarketplaceCase iOS project! This project is developed using Xcode and follows a modular architecture. It leverages Swift Package Manager (SPM) for managing modules, making it easy to maintain and extend.

Project Overview

Modular Structure

The project is structured into several Swift packages, each serving a specific purpose:

  1. Localization 🌍:

    • Contains all language support and string localization.
  2. DesignSystem 🎨:

    • Includes fonts, colors, spacing, radii, images, and asset files used throughout the app.
  3. CommonUI 🚀:

    • Provides common UI components and elements shared across modules (e.g., Solid Button).
  4. Network 🌐:

    • Handles all network operations, requests, and responses.
  5. MarketplaceCore 🏢:

    • Houses shared structures used across modules, such as public interfaces (e.g., LoginModuleBuilder, DiscoveryModuleBuilder), Alert routable, TabBarController, and TabBarConfigurator. This separation ensures that modules don't have direct dependencies on each other.

Modules

  1. LoginModule:

    • Contains all components related to the login screen, including router, presenter, view, interactor, email and password validators, and login module configurator.
  2. DiscoveryModule:

    • Encompasses all components for the discovery screen, including router, presenter, view, interactor, email and password validators, and discovery module configurator. The screen utilizes UICollectionViewCompositionalLayout and UICollectionViewDiffableDataSource for listing discover products.

VIPER Architecture

  • Each module follows the VIPER architecture, consisting of ViewController, Presenter, Interactor, and Router.
  • Configurators and dependency entities are utilized within each module:
    • Dependency: Contains objects needed externally by the module.
    • Configurator: Configures the module, including its dependencies, and returns the view controller.

Unit Testing🧪

  • Unit tests are written for components within the LoginModule:
    • EmailValidator
    • PasswordValidator
    • LoginService

Getting Started🚀

  1. Clone the repository to your local machine.

  2. Open the Xcode project MarketplaceCase.xcodeproj.

  3. Build and run the project using Xcode.

Contributing

Contributions to the MarketplaceCase project are welcome! Feel free to open issues and pull requests for bug fixes, features, or enhancements.

License

Not available.

🚀 Happy coding! 📱🎉

marketplace-case's People

Contributors

muhammedkilinc avatar

Watchers

Metin HALİLOĞLU avatar  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.