The source code of the Pronto Login App, which, is a demo for introductory Jetpack Compose concepts. The app has the following git branches.
- master - the UI of Sign In and Sign Up screens
- firebase_auth - contains an implementation of email and password authentication using Firebase
- onboarding_start - beginning of the onboarding implementation, contains demo string and required dependencies
- onboarding_complete - completed implementation of the onboarding screens.
- navigation_start - beginning of the Jetpack Compose Navigation implementation, contains required dependencies
- navigation_complete - completed implementation of the Navigation feature.
