Skip to content

akanshujamwal/trackizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trackizer

Trackizer is a personal finance tracking application built with Flutter and Firebase.
It helps users manage subscriptions, track expenses, and stay in control of recurring bills from a single dashboard.

The goal of Trackizer is to simplify financial awareness by giving users a clear view of where their money goes every month.


Features

  • Subscription tracking
  • Monthly expense monitoring
  • Bill reminders
  • Dashboard for financial overview
  • Clean and minimal user interface
  • Real-time data synchronization using Firebase
  • Secure authentication

Tech Stack

  • Flutter
  • Dart
  • Firebase Authentication
  • Cloud Firestore
  • Firebase Storage

Project Structure

lib/ │ ├── core/ # Core utilities and configurations ├── models/ # Data models ├── services/ # Firebase and business logic ├── screens/ # Application UI screens ├── widgets/ # Reusable UI components └── main.dart # Application entry point


Getting Started

Prerequisites

  • Flutter SDK installed
  • Android Studio / VS Code
  • Firebase project configured

Installation

Clone the repository:

git clone https://github.com/yourusername/trackizer.git

Navigate to the project directory:

cd trackizer

Install dependencies:

flutter pub get

Run the application:

flutter run


Firebase Setup

  1. Create a Firebase project.
  2. Add Android/iOS apps to Firebase.
  3. Download the google-services.json or GoogleService-Info.plist.
  4. Place it inside the respective platform folders.
  5. Enable Authentication and Firestore in the Firebase console.

Future Improvements

  • AI-powered expense insights
  • Smart financial recommendations
  • Budget planning tools
  • Analytics and spending reports
  • Multi-device synchronization

Contributing

Contributions are welcome.
If you would like to improve this project, feel free to fork the repository and submit a pull request.


License

This project is licensed under the MIT License.


Description

A Flutter-based personal finance tracking app for managing subscriptions, expenses, and recurring bills.


Website

Coming soon


Topics

flutter personal-finance expense-tracker subscription-tracker firebase dart mobile-app fintech

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors