An intuitive expense tracker app built with Kotlin and Jetpack Compose, designed to help users manage their finances efficiently. The app features both light and dark themes enabled by Material3.
- Add Expenses: Users can add expenses under four categories:
- Housing
- Food
- Transportation
- Other
- Income Input: Users can input their monthly income to track financial health.
- Expense Summary: A dedicated Summary tab displays:
- The total expenses and income.
- A dynamically generated surplus/deficit.
- A Cost Breakdown section:
- Shows category-wise expense distribution
- Displays percentage bars to visualize category proportions
- Summarizes total expenses per category
- Material3 Themes: Supports both light and dark themes.
- Kotlin
- Jetpack Compose
- Material3
- Clone this repository:
git clone https://github.com/your-username/expense-tracker.git
- Open the project in Android Studio.
- Build and run the app on an emulator or physical device.
MIT License