This is a continuation of two past posts (one, two) on my first application with Opa called OpaDo. You can try the live demo here and check out the full source code on Github
Updating OpaDo to add user accounts the project structure has been changed a bit and modularized. Below is the new project layout.
Now there is a main, todo and user module. The main module is the entry point for the app and looks like: ...