Code Monkey home page Code Monkey logo

frog-finance's Introduction

Frog Finance

Frog Finance Logo

Leap towards financial stability!

Whether you’re a recent graduate trying to get rid of your student debt, a young family looking to purchase your first home, or a working professional struggling to track your expenses, Frog Finance is the solution to managing your money!

Frog Finance is a full stack, multi-page web application that allows users to manage their money and reach their financial goals.

Users Can:

  • add and view their monthly income
  • add and view their monthly expenses
  • view their monthly savings rate
  • create, track, and update their monthly budget
  • create a savings goal and monitor its progress
  • create a debt goal, and add payments to track amount left to pay off
  • view stocks
  • learn about personal finance

Final Product

"Navigating the homepage."

Add your Income

Users can add income when they receive a payslip. Users are then navigated to the view income page where they can see the total income for the month along with all of the payments they received. For example, here a user is adding an income of $3,000.

On the right side of the view income page, there is a section for the net total saved that month along with the calculated savings rate and an explanation of what that means in terms of reaching their financial goals.

"Users can add and view their income."

Track your Expenses

Users can add any purchases, or bill payments they have made and can select from 13 different categories and 58 different sub-categories. If a user misses a section on the form, they get a notification which has been implemented with the React Hot Toast Library. Here a user is adding a $50 grocery purchase.

Users are navigated to view all their expenses, they can see all the transactions for the month and a pie chart to see the breakdown by category. Here the user sees the grocery purchase they added for June as well as all the expenses made in May.

"Users can add and view their expenses."

Create and Track a Monthly Budget

Users can view their monthly budget by the different categories, and see if they are over, under, or approaching the limit. The progress bars on this page are updated with every expense added to show the remaining amount. For example, the food category for June shows the groceries expense, and the user can also view the budget for May.

"Users can view their monthly budget."

Users can create an expense category with a limit of how much they want to spend for that month as well as update that limit. Here, the user creates the transportation category for June with a limit of $100, they then go back and update that value to $200.

"Users can create and update their monthly budget categories."

Set Savings Goals

Users can create and save for one goal at a time. Users can view their savings goal progress which is updates the progress bar every time they add income, make an expense, or make a debt payment across multiple months until the savings goal is reached.

Here, the user wants to save up $14,000 for school tuition. They add an income of $2,000 and an expense of $1,500 for rent and can see the progress bar is updated.

"Users can create a saving goal."

When a user reaches their savings goal, it is moved to their achievements page and they can create a new goal.

"Users can complete a saving goal."

Pay Off Debt

Users can create multiple debt goals and update the amount paid to see their progress and how much they still owe.

Here a user owes $1,000 on a credit card with a 7% interest rate. They update their debt goal with a $500 payment which automatically updates the progress bar.

"Users can create a debt goal."

When a user pays off their debt, it is moved to their achievements page.

"Users can complete a debt goal."

View Stocks

Users can learn about stocks and market trends by searching for stocks and viewing the data. They can learn how the price trend changes over a day, week, month, or year

"Users can view stocks."

Learn about Finance

Users can improve their financial literacy by learning about different topics on finance, as well as read some tips on how to save money.

"Users can learn about personal finance."

Getting Started

  1. Create the .env by using .env.example as a reference: cp .env.example .env
  2. Update the .env file with your correct local information
  • username: finals
  • password: finals
  • database: finalsdb
  1. Install dependencies: npm i
  2. Reset database: npm run db:reset
  3. Run the server: npm run local
  4. Visit http://localhost:3000

Warnings & Tips

  • Use the npm run db:reset command each time there is a change to the database schema or seeds.
    • It runs through each of the files, in order, and executes them against the database.
    • Note: you will lose all newly created (test) data each time this is run, since the schema files will tend to DROP the tables and recreate them.

Dependencies

  • Node 16.20.0
  • React
  • PSQL
  • Bootstrap
  • Tailwind
  • Express
  • React-Calendar
  • React-Hot-Toast
  • React-Router-Dom
  • React-Dom
  • Auth0

frog-finance's People

Contributors

rebecca-romeo avatar shamayal avatar vidhyarani5 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.