Releases: yashsoni27/FinTrack
Releases · yashsoni27/FinTrack
v1.0.0-alpha
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)
-
Clone the repository:
git clone https://github.com/yashsoni27/FinTrack.git
-
Install dependencies for the mobile app and server:
cd FinTrack npm install cd .. cd server npm install
-
Start the backend server:
npm start
-
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.