Skip to content

Simple iOS ToDo manager working with custom backend

Notifications You must be signed in to change notification settings

reloni/SimpleTodo

Repository files navigation

SimpleToDo

Published in App store as Aika

This app is a simple Task manager that uses custom backend 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 and this app is proof of concept.