GithubHelp home page GithubHelp logo

djorkaeffalexandre / chuck-norris-facts Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 810 KB

Funny facts about Chuck Norris provided by https://api.chucknorris.io

License: MIT License

Swift 94.05% Ruby 5.95%
swift mvvm mvvm-c chuck-norris ios

chuck-norris-facts's Introduction

Chuck Norris Facts

Funny facts about Chuck Norris provided by https://api.chucknorris.io. Actions Status

Screenshots

Getting started

Requirements

This application was developed using these tools and no have warranty that it runs on older versions.

  • Xcode 11.7
  • Swift 5
  • Cocoapods 1.9.3

How to run

  1. You should clone the repository $ git clone [email protected]:djorkaeffalexandre/chuck-norris-facts.git
  2. Enter the project folder $ cd chuck-norris-facts
  3. Install dependencies $ pod install
  4. Open the project on Xcode $ open -a Xcode Chuck\ Norris\ Facts.xcworkspace

Architecture

This application conforms to MVVM-C (Model-View-ViewModel-Coordinators) pattern, that helps with separation of concerns and allows testing and implementation to be better than MVC. This application uses RxSwift which allows reacting to changes even with multiple threads and with lot less code, complexity and bugs. Using RxSwift and RxRealm we can listen to database changes and binding them to Views, View Models and View Controllers.

Dependencies

  • RxSwift/RxCocoa Reactive Programming in Swift.
  • RxDataSources UITableView and UICollectionView Data Sources for RxSwift.
  • RxRealm RxSwift extension for RealmSwift's types.
  • SwiftLint A tool to enforce Swift style and conventions.
  • SwiftGen The Swift code generator for Localizable.strings.
  • Lottie An iOS library to natively render After Effects vector animations.
  • RealmSwift Realm is a mobile database: a replacement for Core Data & SQLite.

Fastlane

We use Fastlane to provide CLI commands to easily build, test and deploy the application on Continuous Integration and Delivery platforms. You should install Fastlane and it's plugins using $ bundle install.

Commands

  • Run Unit and UI tests (Running on Github Actions) $ fastlane ios tests

  • Release the app to Test Flight (Beta Release) $ fastlane ios beta

Contact

Email: [email protected]

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.