Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.28 KB

Readme.md

File metadata and controls

21 lines (16 loc) · 1.28 KB

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.