A personal finance app that provides insights into your spending and saving habits and investments. This app aims to help you understand your progress and guide you towards your financial goals.
Click the following link to learn more about the app and to use it: https://finance-investment-app.streamlit.app
This GitHub repository contains the following resources used to generate the finance app:
-
1_Overview.py
-- contents of the main page of the app, providing an overview of the app and the how to navigate it. -
requirements.txt
-- the necessary packges used to run the app -
pages
folder consisting:2_💳_Analyze_Your Spending.py
-- code used to generate the dashboard analyzing user's spending3_📈_Analyze_Your_Investments.py
-- code used to generate the dashboard analyzing user's investments4_❌_Crossover_Point.py
-- code used to generate the dashboard to analyze whether user reached the crossover point
-
code
folder consisting of:analyze_spending.py
-- code used to generate each component of spending dashboardanalyze_investments.py
-- code used to generate each component of the investments dashboardanalyze_both.py
-- code used to generate each component of the crossover point dashboard
-
sample_data
folder containing:InvestmentTransactions.csv
-- sample data file used to generate the investments dashboardspending_transactions.csv
-- sample data file used to generate the spending dashboard