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

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

Awesome Lists containing this project

README

          

# To-Do-List Example Apps

![Swift 5.0](https://img.shields.io/badge/Swift-5.0-blue.svg?style=flat)
![License](https://img.shields.io/github/license/ReSwift/ReSwift-Todo-Example.svg?style=flat)
[![Build Status](https://img.shields.io/travis/ReSwift/ReSwift-Todo-Example/master.svg?style=flat-square)](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

![](screenshots/macos.png)

## Setup

```sh
$ carthage bootstrap
$ open ReSwift-Todo-Example.xcodeproj/
```

## License

Copyright © 2016 ReSwift Community. Distributed under the MIT License (MIT).