Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/devxoul/RxTodo
- Owner: devxoul
- License: mit
- Created: 2016-07-01T18:31:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T19:20:12.000Z (about 2 years ago)
- Last Synced: 2024-05-08T22:45:24.208Z (6 months ago)
- Topics: ios, reactorkit, rxswift, swift, todo
- Language: Swift
- Homepage:
- Size: 186 KB
- Stars: 1,296
- Watchers: 32
- Forks: 171
- 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
======![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
------------Visit [ReactorKit](https://github.com/devxoul/ReactorKit) for detail.
Requirements
------------* iOS 8+
* Swift 3
* CocoaPodsScreenshots
-----------![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.