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

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

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.