All Projects β†’ cardoso β†’ Reduxmoviedb

cardoso / Reduxmoviedb

Licence: mit
πŸŽ₯ See the upcoming movies! ReSwift + RxSwift πŸ’– Hacktoberfest πŸŽƒ

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Reduxmoviedb

Rxrealm
RxSwift extension for RealmSwift's types
Stars: ✭ 1,007 (+635.04%)
Mutual labels:  reactive, rxswift
Alpakka
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,154 (+742.34%)
Mutual labels:  hacktoberfest, reactive
Rxiglistkit
RxSwift wrapper for IGListKit
Stars: ✭ 44 (-67.88%)
Mutual labels:  reactive, rxswift
Reaktive
Kotlin multi-platform implementation of Reactive Extensions
Stars: ✭ 760 (+454.74%)
Mutual labels:  hacktoberfest, reactive
Rxasdatasources
RxDataSource for AsyncDisplayKit/Texture
Stars: ✭ 114 (-16.79%)
Mutual labels:  reactive, rxswift
Platform
Reactive libraries for Angular
Stars: ✭ 7,020 (+5024.09%)
Mutual labels:  hacktoberfest, reactive
Rxswift To Combine Cheatsheet
RxSwift to Apple’s Combine Cheat Sheet
Stars: ✭ 1,040 (+659.12%)
Mutual labels:  reactive, rxswift
Rxswift
Reactive Programming in Swift
Stars: ✭ 21,163 (+15347.45%)
Mutual labels:  reactive, rxswift
Lychee
The most complete and powerful data-binding library and persistence infra for Kotlin 1.3, Android & Splitties Views DSL, JavaFX & TornadoFX, JSON, JDBC & SQLite, SharedPreferences.
Stars: ✭ 102 (-25.55%)
Mutual labels:  hacktoberfest, reactive
Matchimals.fun
🦁 πŸƒ πŸ“± An animal matching puzzle card game– built with turn-based game engine boardgame.io and React-Native + React-Native-Web
Stars: ✭ 101 (-26.28%)
Mutual labels:  ios-app, hacktoberfest
Rxcombine
Bi-directional type bridging between RxSwift and Apple's Combine framework
Stars: ✭ 741 (+440.88%)
Mutual labels:  reactive, rxswift
Bark
Bark is an iOS App which allows you to push customed notifications to your iPhone
Stars: ✭ 2,371 (+1630.66%)
Mutual labels:  ios-app, rxswift
Sinuous
🧬 Light, fast, reactive UI library
Stars: ✭ 740 (+440.15%)
Mutual labels:  hacktoberfest, reactive
Watermelondb
πŸ‰ Reactive & asynchronous database for powerful React and React Native apps ⚑️
Stars: ✭ 7,996 (+5736.5%)
Mutual labels:  hacktoberfest, reactive
Example Ios Apps
ο£Ώ A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Stars: ✭ 461 (+236.5%)
Mutual labels:  ios-app, hacktoberfest
Papr
🌁 An Unsplash app for iOS
Stars: ✭ 1,025 (+648.18%)
Mutual labels:  ios-app, rxswift
Akka Grpc
Akka gRPC
Stars: ✭ 361 (+163.5%)
Mutual labels:  hacktoberfest, reactive
Httper Ios
App for developers to test REST API.
Stars: ✭ 376 (+174.45%)
Mutual labels:  ios-app, rxswift
Akka Http
The Streaming-first HTTP server/module of Akka
Stars: ✭ 1,163 (+748.91%)
Mutual labels:  hacktoberfest, reactive
Spec
The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.
Stars: ✭ 1,860 (+1257.66%)
Mutual labels:  hacktoberfest, reactive

ReduxMovieDB Follow @cardosodev

Build Status codecov

Screenshots

iPhone (1) iPhone (2) iPad

Dependencies

# Library Description
1 ReSwift Redux-like implementation of the unidirectional data flow architecture.
2 ReSwift-Thunk ReSwift actions that do side-effects in an uncoupled and semantic manner.
3 RxSwift For composing asynchronous and event-based Apps using observable sequences.
4 RxKeyboard Provides a reactive way of observing keyboard frame changes.
5 Nuke Provides an async image downloader with cache support.
6 DifferenceKit A fast and flexible O(n) difference algorithm framework for Swift collection.

Build instructions

  1. An OSX machine
  2. Xcode 11.x or higher (Swift 5.0)
  3. Install CocoaPods (note that you will need to install at least Ruby 2.2.3 for this to work)
sudo gem install cocoapods

To update cocoapods (not that often needed) run

sudo gem update cocoapods
  1. Clone this repo:
git clone https://github.com/cardoso/ReduxMovieDB
  1. Download library dependencies using the cocoapods dependency manager (and update the same way):
pod install
  1. Do NOT open the Xcode project directly, instead use the ReduxMovieDB.xcworkspace file to open the Xcode workspace.
  2. Build the project by ⌘ + R
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].