Skip to content

fca-01/FinTrack

Repository files navigation

FinTrack

FinTrack

Overview

FinTrack is an intelligent personal finance management application that helps users track their income and expenses efficiently. The app integrates AI-powered expense categorization, voice-to-text input, CSV file uploads, and interactive financial charts.

Features

  • AI-Powered Expense Categorization: Automatically classify your expenses based on transaction descriptions.
  • Voice-to-Text Input: Add transactions using voice commands for quick and easy logging.
  • CSV Upload: Import your bank statements and transaction history via CSV files.
  • Interactive Charts: Visualize your financial data with dynamic graphs and insights.
  • User-Friendly Interface: Simple and intuitive UI for seamless financial management.

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/finance-tracker.git
cd finance-tracker
  1. Install dependencies:
npm install
  1. Run the application:
npm start