Finance Health Calculator is a web application designed to help users manage and analyze their finances for a healthier financial future. It provides features such as calculating financial health scores, visualizing financial data, and offering personalized suggestions based on the user's financial metrics.
Live at: https://finance-health-calculator.vercel.app
The primary goal of Finance Health Calculator is to empower users with tools and insights to make informed financial decisions. By assessing various financial metrics and providing actionable suggestions, the application aims to guide users towards improved financial health.
-
Frontend:
ReactJSReact Google Chartfor data visualizationReact Routerfor navigationTailwind CSSfor styling
-
Backend:
Python FastAPIfor the serverPostgreSQLfor the databaseSqlAlchemyas the ORM
-
Authentication:
JWT (JSON Web Tokens)for user authenticationRefresh Tokenfor persistent login
-
Deployment:
Vercelfor both the frontend and the backend- PostgreSQL hosted on
Vercel-Storagefor the database
-
User Authentication:
- Secure user registration and login using JWT.
- Guest users can use the calculator without the need for authentication.
-
Financial Health Calculation:
- Algorithm-based financial health score calculation.
- Consideration of metrics such as disposable income, debt-to-income ratio, savings rate, and net worth.
-
Data Visualization:
- Interactive charts and graphs to visualize financial data.
- Monthly tracking of financial metrics for informed decision-making.
-
Personalized Suggestions:
- Customized suggestions based on the user's financial health score and metrics.
- Actionable advice to improve financial well-being.
-
Guest User Access:
- Guest users can access the calculator without creating an account.
- Full functionality available for both registered and guest users.
-
Clone the Repository:
git clone https://github.com/mahfuzurrahman98/finance-health-calculator.git cd finance-health-calculator -
Install Dependencies:
Install frontend dependencies
cd client npm installInstall backend dependencies
cd server pip install -r requirements.txt -
Set Up Database:
- Create a PostgreSQL database and configure the connection in the
server/.envfile.
- Create a PostgreSQL database and configure the connection in the
-
Run the Application:
Run the backend server by entering the below commands:
cd server uvicorn main:app --reloadRun the frontend server by entering the below commands:
cd client npm run dev
-
User Registration:
- Create an account to access personalized features.
-
Guest User Access:
- Guest users can use the calculator without logging in.
-
Calculate Finance:
- Input monthly income, expenses, debts, and assets to calculate your financial health score.
-
Visualize Data:
- Explore charts and graphs to gain insights into your financial metrics.
-
Receive Suggestions:
- Receive personalized suggestions based on your financial health score.
We welcome contributions from the community. Feel free to open issues, submit feature requests, or contribute code through pull requests.
This project is licensed under the MIT License.