Features
Modern UI using Jetpack Compose.
Expense tracking and management.
Text scanning feature (camera permission required).
Hint UI implemented (functionality not completed yet).
Tech Stack
Kotlin: Main programming language.
Jetpack Compose: Modern UI toolkit.
ViewModel: Manage UI-related data.
StateFlow/LiveData: Handle UI states.
Room Database: Store transactions locally.
Hilt: Dependency Injection.
Coroutines: Asynchronous programming.
Permissions
The app requires the following permissions:
Setup Instructions
Clone the repository:
Open the project in Android Studio.
Sync Gradle and build the project.
Run the app on your device or emulator.
Acknowledgements
UI Design by the Figma Community.
Jetpack Compose for the powerful UI framework.