No description
Find a file
2023-07-22 01:19:21 -04:00
build add build 2023-04-24 22:27:10 +00:00
db fix api link 2023-04-17 20:19:19 -04:00
money api for initial widgets 2023-04-10 22:39:51 -04:00
public Dashboard Fixes 2023-04-25 16:38:51 -04:00
routes new endpoints, budget adjustment 2023-04-11 22:41:39 -04:00
src Revert "Update ExpenseList.js" again 2023-04-28 19:49:25 +00:00
welcome Re-organize project 2023-04-06 10:56:26 -04:00
widgets add GET /w/income 2023-04-18 21:21:54 -04:00
.gitignore fix api link 2023-04-17 20:19:19 -04:00
API.md update API doc 2023-04-18 21:56:24 -04:00
go.mod cors 2023-04-11 17:22:31 -04:00
go.sum cors 2023-04-11 17:22:31 -04:00
main.go fix cors 2023-04-13 13:56:30 -04:00
package-lock.json Functionality of Widgets 2023-04-23 21:30:44 -04:00
package.json Functionality of Widgets 2023-04-23 21:30:44 -04:00
README.md Update README.md 2023-07-22 01:19:21 -04:00

BudgetBuddy

This project was created as the semester long project sequence for GUI II at University of Massachusetts Lowell. In this project, I was solely responsible for both the back end development and the deployment of the application, as well as some front end work when other group members needed help (as I was the only one with prior experience in React and full stack development in general).

Capabilities

BudgetBuddy can:

  • Create an account (and sign in/out)
  • Set your balance
  • Log transactions
  • Set your budget
  • Update your budget and balance automatically as more transcations are added
  • Show a graphic breakdown of income and spending according to added transactions