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:
ReactJS
React Google Chart
for data visualizationReact Router
for navigationTailwind CSS
for styling
-
Backend:
Python FastAPI
for the serverPostgreSQL
for the databaseSqlAlchemy
as the ORM
-
Authentication:
JWT (JSON Web Tokens)
for user authenticationRefresh Token
for persistent login
-
Deployment:
Vercel
for both the frontend and the backend- PostgreSQL hosted on
Vercel-Storage
for 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 install
Install backend dependencies
cd server pip install -r requirements.txt
-
Set Up Database:
- Create a PostgreSQL database and configure the connection in the
server/.env
file.
- 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 --reload
Run 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.