You are on page 1of 5

CST336 Final Project

Financial Tracker

Team:
- Illia Sapryga
- Jerridan Bonbright
- Trinidad Ramirez

Description:

Our financial tracker can be used as a tool for users to manually manage and
track income and expenses across different accounts. Once a user signs up,
they can select which accounts to manage, cash, checking, or savings. After an
account is enabled, the user can input transactions under “Record a
Transaction”. Submitting this form will update account balances and add a new
record to the transactions list which users can view by navigating to
“Transactions” at the top of the page.

Task Distribution:

Trinidad:
- Created a sign in page with proper authentication measures. Designed
database schema.

Jerridan:
- Coded initial HTML design ready to accept functionality from Javascript.

Illia:
- Implemented functionality with database, added bootstrap, handled
routes.

Changes from original design:

Our biggest change from the original design of this application was cleaning up
the user interface for a more simple and minimalistic feel. After removing the
clutter, our application now allows users to focus on the core functionality rather
than flashy visuals.
Database:
Finished Product:

Sign up page:
Login page:
Home page:

Transactions page:

You might also like