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.
- 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.
- Clone the repository:
git clone https://github.com/yourusername/finance-tracker.git
cd finance-tracker
- Install dependencies:
npm install
- Run the application:
npm start