https://github.com/stephenwanjala/expensetracker
simple Android application developed using Jetpack Compose and Room database to help you keep track of your expenses. You can add, categorize, and view your expenses, and the app will group expenses by category and date, providing you with a summary of total amounts for each category on a specific date.
https://github.com/stephenwanjala/expensetracker
jetpack-compose material3 roomdatabase
Last synced: 12 months ago
JSON representation
simple Android application developed using Jetpack Compose and Room database to help you keep track of your expenses. You can add, categorize, and view your expenses, and the app will group expenses by category and date, providing you with a summary of total amounts for each category on a specific date.
- Host: GitHub
- URL: https://github.com/stephenwanjala/expensetracker
- Owner: stephenWanjala
- Created: 2023-10-08T13:24:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T20:30:04.000Z (about 1 year ago)
- Last Synced: 2025-06-17T13:40:37.084Z (about 1 year ago)
- Topics: jetpack-compose, material3, roomdatabase
- Language: Kotlin
- Homepage:
- Size: 1.11 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Minimally track Your daily expenses, categorize them, and analyze Your spending habits.
## Features
- View and categorize daily expenses.
- See a breakdown of expenses by category.
- Sort and filter expenses based on date, category, or amount.
- Analyze spending habits over time.
## Screenshots
Here are some screenshots of the Work in progress Expense Tracker app:
| Screen Dark | Expenses List Light | Add |
|---------------------------------------------------------------------------------|----------------------------------------------------------------------|--------------------------------------------------------------------|
|  |  |  |
|  |  |  |
## To-Do Features
Here are some planned features and improvements for future development:
- **Expense Report**: Generate expense reports and export them as PDF or CSV.
- **Budgeting Tools**: Introduce budget creation and tracking functionality.
- **Data Analysis**: Enhance data analysis with charts and graphs.