Skip to content

Educational app that teaches financial literacy using financial statements

Notifications You must be signed in to change notification settings

cubasve/Finesse

Repository files navigation

Finesse

Description:

Finesse is based on the book "Increase Your Financial IQ" by Robert Kiyosaki. It implements the diagrams in the book and has additional features added onto them.

Finesse aims to:

  1. Teach financial literacy using financial statements
  2. Simplify financial jargon so it is easy for everyone to understand

Background Info:

There is a lot of importance placed on literacy in reading and math, and unfortunately other types of literacy have been overlooked or ignored. This changed when Ontario schools made the decision to implement courses teaching financial literacy (the language of money) and coding into their curriculum. It is one of the many skills that are needed in the future. However, there are many individuals, including highly-educated adults, that are financially illiterate.

Finesse

  • Includes the idea of "paying yourself first" to ensure that the user prioritizes their financial future
  • Introduces different types of income, assets, and liabilities
  • Includes easy definitions so everyone can understand
  • Shows the connection between the 3 financial statements: income statement, balance sheet and cash flow statement

Screenshots of Application:

image

image

image

image

image

image

Technologies Used:

  • MongoDB/Mongoose
  • Express
  • React
  • Node

Dependencies:

  • bcrypt
  • dotenv
  • express
  • json web token
  • mongoose
  • react-bootstrap
  • react-router-dom

Getting Started:

Next Steps: Planned Future Enhancements

  • Add validation for the income statement:

    • If the income exceeds the expenses, then there will be a green border surrounding the income statement.
    • If the income is equal to the expenses (breaking even), then there will be an orange border around the income statement.
    • If the income is less than the expenses, then there will be a red border.
  • Add arrows to the UI: The arrows represent the cash flow statement, which is what connects the balance sheet and the income statement. - Earned income is linked to a job (employer's financial statement) - Portfolio income comes from paper assets - Passive income comes from the other asset classes (business, real estate, commodities) - Good debt is connected to assets - Bad debt is connected to expenses

  • Tabs for month & year: The user should be able to track their finances monthly, quarterly and annually and see the changes between them.

  • Add charts: The chart will show the user's monthly financial statement - Add additional comparison charts for different months and years

  • Add more categories for 'Expenses':

    • Necessity: Taxes, Housing, Transportation, Food, etc.
    • Emergency: emergency fund of $1,000
    • Investment: Pay yourself first
    • Learning:
    • Fun (Treat yourself)
  • Edit only 1 entry at a time:

    • A user can edit multiple entries in different categories at once, but when the submit button is clicked, it updates the very last entry the user was on
  • Add note field:

    • Allow a user to input an optional note for an entry

Releases

No releases published

Packages

No packages published