
A web app that allows students to track their spending and budgeting. It was created as part of a project to practice full-stack web development. The front end uses Angular, and the back end is written in Go. The app also uses a MySQL database to store user data. The app features a log-in system to allow users to save their data, a transactions table to allow users to record their transactions, and a budget table to allow users to set budgets for different categories. The app then combines the data from the transactions and budget tables to display a calendar and progress information to help users stay on track with their budgets.




