SmartFinanceAI is a web application designed to help users manage their finances effectively. It provides features such as budget tracking, expense breakdown, financial summaries, and AI-driven financial advice.
- Budget tracking
- Expense breakdown charts
- Financial summaries
- AI-driven financial advice
-
Clone the repository:
git clone https://github.com/abk700007/SmartFinanceAI.git cd SmartFinanceAI -
Install dependencies:
npm install
-
Set up the environment:
- Ensure you have Node.js installed.
- Configure any necessary environment variables.
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5000.