An open API service indexing awesome lists of open source software.

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.

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 |
|---------------------------------------------------------------------------------|----------------------------------------------------------------------|--------------------------------------------------------------------|
| ![Categorized Expenses dark](app/src/main/res/raw/expenses_catgorized_dark.png) | ![Expenses List](app/src/main/res/raw/expenses_catgorizedbydate.png) | ![Category Breakdown](/app/src/main/res/raw/add_expense_light.png) |
| ![Expenses in A Category](app/src/main/res/raw/expenses_in_a_category.png) | ![add_expense_dark](app/src/main/res/raw/add_expense_dark.png) | ![Add ExpenseLight](app/src/main/res/raw/oder_section_light.png) |

## 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.