Skip to content

lorenzosuarez/wallet_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Wallet Sign inπŸ“±

Welcome to the repository. This project epitomizes modern Android development, incorporating Material3 design 🎨, Jetpack Compose πŸ–ŒοΈ, and a clean architecture πŸ—οΈ that adheres to SOLID principles for a scalable, maintainable, and robust application.

Project Overview πŸ‘€

Material Jetpack Compose Kotlin Firebase Koin Coil Lottie Clean Architecture SOLID

Features ✨

User Onboarding and Authentication πŸ”

  • Registration: Users can sign up seamlessly by entering personal data such as name, surname, email, and password.
  • Identification Photo: As part of the security process, the app allows users to take a photo of their identification.
  • Success Screen: A congratulatory screen that assures users of their successful account creation.

Behind the Scenes πŸ› οΈ

Architecture πŸ—οΈ

The application follows Clean Architecture guidelines, ensuring that the codebase is maintainable, scalable, and easily testable. The use of MVVM architecture plays a critical role in separating concerns, making the app robust and efficient.

Firebase Integration πŸ”₯

Firebase

  • Firebase Authentication: Ensures a secure and seamless sign-in experience for the users. It's implemented to manage user authentication, providing options like email/password login, social media login, and more.

  • Firebase Cloud Firestore: Utilized as a scalable and flexible database for the app, storing and syncing user data and banking transactions in real-time across all client apps.

  • Firebase Storage: Provides a robust solution for storing and serving user-generated content, such as profile pictures, documents, and other media.

  • Firebase Crashlytics: Integrated to keep track of app stability and monitor and fix issues swiftly. This tool helps in identifying, prioritizing, and tracking the app's stability issues that affect the user experience.

Getting Started πŸš€

To clone and run this application, you'll need Git and Android Studio installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/yourusername/wallet-project.git

# Go into the repository
$ cd wallet-project

# Install dependencies
$ Android Studio -> Sync Project with Gradle Files

# Run the app

Dependencies 🧰

This project is built using a myriad of modern libraries and tools. Below is a list of the major frameworks and services integrated into the app:

  • Material3: For a contemporary UI that adheres to the latest Material Design principles.
  • Jetpack Compose: For a declarative UI that simplifies and accelerates UI development on Android.
  • Clean Architecture: Ensuring separation of concerns and independence of different app layers.
  • SOLID Principles: These principles are at the core of the app's design, ensuring each component is easily maintainable and upgradable.
  • Firebase: For real-time data handling and authentication.

Demo πŸ–ΌοΈ

πŸ“Έ Dark Mode Images

Splash Login Register Home (empty)
screenshot_splash_dark screenshot_login_dark screenshot_register_dark screenshot_home_empty_dark
Success register Home Details Logout
screenshot_success screenshot_home_dark screenshot_details_dark screenshot_logout_dark

πŸ“Έ Light Mode Images

Splash Login Register Home (empty)
screenshot_splash screenshot_login screenshot_register screenshot_home_empty
Success register Home Details Logout
screenshot_success screenshot_home screenshot_details screenshot_logout

πŸŽ₯ Demo

Light demo Dark demo

Lorenzo Suarez

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages