Skip to content

Releases: yashsoni27/FinTrack

v1.0.0-alpha

11 Dec 17:45
a5520b4

Choose a tag to compare

v1.0.0-alpha Pre-release
Pre-release

FinTrack Release Notes

Version 1.0.0

Release Date

November 18, 2024

Overview

FinTrack is a comprehensive personal finance tracker mobile app that consolidates all your online and offline expenses into one place. With features such as expense tracking, bank account integration, receipt scanning, and detailed analytics, FinTrack provides users with an intuitive and secure way to manage their finances.

New Features

  • Expense Tracking: Track expenses in real-time, categorized for easy review.
  • Bank Account Integration: Connect with Plaid API to automatically import transactions.
  • LLM Integration: Get personalized insights and summaries through LLM.
  • Receipt Scanning: Use OCR technology for digitizing receipts.
  • Spending Analytics: View detailed analytics and insights on spending patterns.
  • User Authentication: Secure login with biometric authentication support.

Enhancements

  • Improved UI/UX for a seamless user experience.
  • Enhanced security measures for data protection.

Bug Fixes

  • Fixed minor UI bugs and performance issues.
  • Resolved various loading issues.

Installation Instructions (for local)

  1. Clone the repository:

    git clone https://github.com/yashsoni27/FinTrack.git
  2. Install dependencies for the mobile app and server:

    cd FinTrack
    npm install
    cd ..
    cd server
    npm install
  3. Start the backend server:

    npm start
  4. Run the mobile app:

     adb reverse tcp:8000 tcp:8000
     npx expo run:android

Known Issues

  • Receipt scanning accuracy may vary based on image quality.
  • Some bank accounts may require re-authentication periodically.

Future Plans

  • Adding more financial data visualization tools.
  • Adding interactive onboarding feature.
  • Adding RAG based LLM chat feature.

For more details, visit the GitHub repository.