An Android expense tracker application built with Kotlin and Jetpack Compose. This app allows users to securely log in with their Gmail account using Firebase Authentication, track their expenses, store data using Room Database, and visualize their financial data with Compose Charts.
-
Gmail Authentication: Users can log in using their Gmail accounts securely through Firebase Authentication.
-
Add Expense: Easily add and categorize expenses, including date, category, and amount.
-
Room Database Connectivity: All expense data is stored locally using Room, making it accessible offline and ensuring data integrity.
-
Data Visualization: Visualize expense data with Compose Charts to gain insights into your spending patterns.
- Android Studio with Kotlin support.
- Firebase project with Gmail Authentication enabled
- Basic knowledge of Kotlin, Android development, and Firebase setup
1.Clone this repository to your local machine:
bash Copy code git clone https://github.com/aaseem22/expense-tracker-app.git
2.Open the project in Android Studio.
3.Configure Firebase Authentication for your project and add your google-services.json file to the app module.
4.Build and run the application on your Android emulator or physical device.
1.Launch the app and log in using your Gmail account.
2.Add expenses by clicking the "Add Expense" button and filling out the required information.
3.View your expenses and categories in the app.
4.Check the data visualizations to get insights into your spending habits.
Run the main app in the android studio