Skip to content

A Kotlin-based budget tracking app that helps users manage their finances by tracking income and expenses. The app uses Firebase Firestore for secure data storage and real-time syncing, allowing users to view detailed analysis of their budget through intuitive graphs. Built using Fragments for a seamless and responsive user experience across device

Notifications You must be signed in to change notification settings

Progambler227788/Finance_Tracker_App

Repository files navigation

Finance Tracker App

Splash Screen

A Finance Tracker App built with Android Kotlin, XML, and MVVM Architecture. This app helps users manage their finances by tracking income, expenses, and visualizing their financial data through interactive graphs.


📸 Screenshots

Splash Screen Login Screen Signup Screen
Splash Login Signup
Home Screen Transactions Screen Profile Screen
Home Transactions Profile
Income/Expense Graph Transaction Details Profile Update Currency Option
Graph Details Update

📱 Features

1. Splash Screen

  • A visually appealing splash screen with animations to welcome users.

2. Authentication

  • Login & Signup: Secure user authentication to manage personal budgets.

3. Home Screen

  • Budget Overview: Displays total budget, income, and expenses.
  • Income/Expense Breakdown: Interactive pie chart to visualize financial data.

4. Transactions

  • Grouped by Date: View all transactions organized by date for easy tracking.

5. Profile Management

  • Update Profile: Users can update their personal information.

🛠️ Technologies Used

  • Programming Languages: Kotlin, XML
  • Architecture: MVVM (Model-View-ViewModel)
  • Database: Firebase Firestore
  • Charts: MPAndroidChart (for graphs)
  • Authentication: Firebase Authentication

🚀 Getting Started

Prerequisites

  • Android Studio (latest version)
  • Kotlin plugin installed
  • Android device/emulator with API level 21 or higher

Installation

  1. Clone the repository:
    git clone https://github.com/Progambler227788/Finance_Tracker_App.git
  2. Open the project in Android Studio.
  3. Build and run the app on your device/emulator.

🧩 Project Structure

Finance_Tracker_App/
├── app/
│   ├── src/
│   │   ├── main/
│   │   │   ├── java/com/talhaatif/financeapk/
│   │   │   │   ├── adapters/          # Adapters for RecyclerView
│   │   │   │   ├── dialog/            # Custom dialogs
│   │   │   │   ├── firebase/          # Firebase-related classes
│   │   │   │   ├── models/            # Data models
│   │   │   │   ├── repositories/      # Repository classes
│   │   │   │   ├── viewmodel/         # ViewModel classes
│   │   │   ├── res/
│   │   │   │   ├── drawable/          # Images and icons
│   │   │   │   ├── color/             # Color resources
│   │   │   │   ├── font/              # Custom fonts
│   │   │   │   ├── layout/            # XML layouts
│   │   │   │   ├── menu/              # Menu resources
│   │   │   │   ├── mipmap/            # Launcher icons
│   │   │   │   ├── anim/              # Animation files
│   │   │   │   ├── values/            # Colors, strings, styles
│   ├── build.gradle                   # App-level Gradle file
├── build.gradle                       # Project-level Gradle file

🧑‍💻 Contributing

Contributions are welcome! If you'd like to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeatureName).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeatureName).
  5. Open a pull request.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


🙏 Acknowledgments

About

A Kotlin-based budget tracking app that helps users manage their finances by tracking income and expenses. The app uses Firebase Firestore for secure data storage and real-time syncing, allowing users to view detailed analysis of their budget through intuitive graphs. Built using Fragments for a seamless and responsive user experience across device

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published