Summary
In this chapter, we’ve created a user interface that allows users to authenticate, manage their passwords, and manage their to-dos. This completes the development version of the app, which we can now use locally to manage to-dos.
The user authentication and password management user interfaces are useful to any app and could be used directly in your apps, and the to-do user interface could be adapted or used as a reference for other functionality.
In the next chapter, we’ll deploy this app to production, allowing users to access and use it.