Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devxoul/RxTodo

iOS Todo Application using RxSwift and ReactorKit
https://github.com/devxoul/RxTodo

ios reactorkit rxswift swift todo

Last synced: 3 months ago
JSON representation

iOS Todo Application using RxSwift and ReactorKit

Awesome Lists containing this project

README

        

RxTodo
======

![Swift](https://img.shields.io/badge/Swift-3.0-orange.svg)
[![Build Status](https://travis-ci.org/devxoul/RxTodo.svg?branch=master)](https://travis-ci.org/devxoul/RxTodo)

RxTodo is an iOS application developed using [ReactorKit](https://github.com/devxoul/ReactorKit). This project is for whom having trouble with learning how to build a RxSwift application due to lack of references. (as I did 😛)

Features
--------

* Using [ReactorKit](https://github.com/devxoul/ReactorKit)
* Using [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources)
* Observing model create/update/delete across the view controllers
* Navigating between view controllers
* Immutable models
* Testing with [RxExpect](https://github.com/devxoul/RxExpect)

Architecture
------------

reactorkit

Visit [ReactorKit](https://github.com/devxoul/ReactorKit) for detail.

Requirements
------------

* iOS 8+
* Swift 3
* CocoaPods

Screenshots
-----------

![rxtodo](https://cloud.githubusercontent.com/assets/931655/21965942/1611927a-dbad-11e6-99ee-3509d06dc242.png)

Contribution
------------

Discussion and pull requests are welcomed 💖

License
-------

RxTodo is under MIT license. See the [LICENSE](LICENSE) for more info.