Skip to content

SaxenaAmogh/Trackify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💸 Trackify

Trackify is a personal expense tracking Android application built using Kotlin and Jetpack Compose.
The app helps users record, categorize, and track their daily expenses with a clean UI and a scalable architecture.

This project focuses on modern Android development practices and is built as a real-world, production-style application rather than a tutorial demo.


🛠 Tech Stack

  • Kotlin
  • Jetpack Compose
  • MVVM Architecture
  • Coroutines & Flow
  • Room Database
  • State-driven UI

🚀 Features

  • ➕ Add daily expenses with amount and category
  • 📊 View expenses in a structured and readable format
  • 🗂 Categorized expense management
  • 🧠 Clean separation of UI, business logic, and data
  • ⚡ Reactive UI using Jetpack Compose state
  • 💾 Local persistence using Room Database

🧭 App Flow

  1. User adds an expense with details (amount, category, etc.)
  2. Data is stored on Firebase
  3. ViewModel exposes expense data as state/Flow
  4. Jetpack Compose UI observes state and updates automatically
  5. Expenses are displayed in real time without manual refresh

🧪 Getting Started

Prerequisites

  • Android Studio (latest recommended)
  • Android SDK 21+
  • Kotlin enabled

Run Locally

git clone https://github.com/SaxenaAmogh/Trackify.git
cd Trackify

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages