https://github.com/reswift/reswift-todo-example
Demo application for ReSwift
https://github.com/reswift/reswift-todo-example
macos redux reswift to-do-app
Last synced: 8 months ago
JSON representation
Demo application for ReSwift
- Host: GitHub
- URL: https://github.com/reswift/reswift-todo-example
- Owner: ReSwift
- License: mit
- Created: 2016-01-29T16:10:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T18:17:06.000Z (over 6 years ago)
- Last Synced: 2025-03-22T00:33:56.205Z (about 1 year ago)
- Topics: macos, redux, reswift, to-do-app
- Language: Swift
- Homepage:
- Size: 180 KB
- Stars: 42
- Watchers: 5
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To-Do-List Example Apps


[](https://travis-ci.org/ReSwift/ReSwift-Todo-Example)
To-Do example app for macOS, utilizing [ReSwift](http://reswift.github.io/) as the primary means to control data flow.
- `NSDocument`-based
- Reactive, redux-like UI bindings using ReSwift
- Reusable state for cross-platform development

## Setup
```sh
$ carthage bootstrap
$ open ReSwift-Todo-Example.xcodeproj/
```
## License
Copyright © 2016 ReSwift Community. Distributed under the MIT License (MIT).