https://github.com/reloni/simpletodo
Simple iOS ToDo manager working with custom backend
https://github.com/reloni/simpletodo
Last synced: over 1 year ago
JSON representation
Simple iOS ToDo manager working with custom backend
- Host: GitHub
- URL: https://github.com/reloni/simpletodo
- Owner: reloni
- Created: 2016-12-01T19:13:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T10:02:04.000Z (about 5 years ago)
- Last Synced: 2025-01-10T08:08:06.693Z (over 1 year ago)
- Language: Swift
- Size: 1.55 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# SimpleToDo

Published in App store as [Aika](https://itunes.apple.com/us/app/aika-simple-task-manager/id1240252157)
This app is a simple Task manager that uses [custom backend](https://github.com/reloni/SimpleToDoService) for synchronization and push notification scheduling. It reflects standard iOS Tasks app, but with push notifications (and hopefully more features in the future).

## Main features implemented to this time:
- Push notifications
- Synchronization across all iOS devices
- Offline mode
- Social login (Google and Facebook)
App uses Redux-like architecture for state management and routing. I wrote my own implementation, similar to ReSwift, that I call [RxDataFlowController](https://github.com/reloni/RxDataFlow) and this app is proof of concept.