Here is a working live demo: https://mentorg.github.io/fintrack/
- Overview: Get an overview of your current financial status and key indicators.
- Budget: Set and track your monthly budget across different categories.
- Bills: Manage and track your recurring bills and payments.
- Reports & Analytics: Visualize your financial data with interactive charts and graphs.
- Debt Management: Keep track of your debts and analyze repayment progress.
- Investments: Monitor and track your investment portfolio.
- Net Worth: Calculate your net worth based on your assets and liabilities.
- Settings: Customize the app according to your preferences.
To get started with this project, follow these steps:
1. Prerequisites
Make sure you have Node.js and npm installed on your computer. You can download and install them from here.
2. Clone the repository
Clone this repository to your local machine using the following command:
git clone https://github.com/Mentorg/fintrack.git
3. Navigate to the project directory
Navigate to the project directory using the following command:
cd fintrack-main
4. Install dependencies
Install the project dependencies using the following command:
npm install
5. Start the development server
Start the development server using the following command:
npm run dev
This will start the development server and open the project in your default web browser.
This project is licenced under the Apache License, Version 2.0.