Skip to content

rafaover/maTIPv2

Repository files navigation

LOGO_whiteback

Crowdfunding life goals with a little tip

  • Store Tips based on events or trips, so you access the total money spent.
  • Split Tips among friends.
  • Create lists and access the total spent on a specific event or trip.
  • Share the total split with the group.

TOOLS:

  • 100% Kotlin
  • Ui using Jetpack Compose
  • StateFlow and ViewModel for State management
  • Material Design 3
  • Navigation Compose
  • Hilt for Dependency Injection
  • Room for local storage
  • Coroutines
  • JUnit/Mockito for tests