https://github.com/devxoul/RxTodo
iOS Todo Application using RxSwift and ReactorKit
https://github.com/devxoul/RxTodo
ios reactorkit rxswift swift todo
Last synced: 6 months ago
JSON representation
iOS Todo Application using RxSwift and ReactorKit
- Host: GitHub
- URL: https://github.com/devxoul/RxTodo
- Owner: devxoul
- License: mit
- Created: 2016-07-01T18:31:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:20:12.000Z (about 3 years ago)
- Last Synced: 2025-04-08T16:08:57.464Z (7 months ago)
- Topics: ios, reactorkit, rxswift, swift, todo
- Language: Swift
- Homepage:
- Size: 186 KB
- Stars: 1,299
- Watchers: 31
- Forks: 170
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-rxswift - RxTodo
- fucking-open-source-ios-apps - RxTodo
README
RxTodo
======

[](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
------------

Visit [ReactorKit](https://github.com/devxoul/ReactorKit) for detail.
Requirements
------------
* iOS 8+
* Swift 3
* CocoaPods
Screenshots
-----------

Contribution
------------
Discussion and pull requests are welcomed 💖
License
-------
RxTodo is under MIT license. See the [LICENSE](LICENSE) for more info.