Skip to content

aaseem22/Expense-Tracker-App

Repository files navigation

Expense-Tracker-App

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.

Features

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

Getting Started

Prerequisites

  • Android Studio with Kotlin support.
  • Firebase project with Gmail Authentication enabled
  • Basic knowledge of Kotlin, Android development, and Firebase setup

Installation

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.

Usage

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.

Home Page

Screenshot_20231029-103851_Expense Tracker App

Login Page

Screenshot_20231029-105216_Expense Tracker App (1)

Add Expense Page

Screenshot_20231029-105225_Expense Tracker App (1)

Expense List page

Screenshot_20231029-105254_Expense Tracker App (1)

Visualization Page

Screenshot_20231029-105525_Expense Tracker App (1)

Database connectivity- Room

image

Firebase Authentication

image

Build Steps-

Run the main app in the android studio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages