GithubHelp home page GithubHelp logo

dindinn's Introduction

DinDinn Task

Simply it's an animation task with networking and mocking.

Archctecture

DinDinn task built on 'Clean Arch.' as multi-projects to optimize the build time and separate the code base into 3 projects:

1- DinDinn Resources bundle

contains the Images, Colors, and Strings. this subproject is utilizing the SwftGen to turn my assets into accessible objects. easily(from customized templates and scripts) I can get generated image or Strings as following

// using generated strings file
 label.text = AppStrings.appName
// using generated strings file
 imageView.image = DinDinnImages.logo.image
2- DinDinn core-bundle

contains the commonly used extensions and data layer. data layer includes the API calls, Repository, and models.

3- DinDinn main bundle

contains the Domain and presentation layers. The domain layer includes the use cases.

The presentation layer is built on VIPER design pattern while the navigation is being handled by the Wireframe concept. Reference

Sample

grab-landing-page

TODO

  • Finish cart use cases
  • Property wrapper DI
  • SwiftUI
  • Fastlane and jenkins

dindinn's People

Contributors

melsheikh92 avatar

Stargazers

 avatar

Watchers

 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.