Finance Flow

Next.js, Firebase, JavaScript

I created this project during my spring term of 2023 after I started getting interesting in fintech. The purpose of this project was to create a budgetting app where users can view, track, and analyze previous transactions. Currently, the web app can only pull test data from the sandbox of the Plaid API and in the future, I plan on allowing users to connect their bank accounts and view their own transactions in real time.

I chose to use Next.js as my framework since I had a bit of React experience and wanted to learn more about how Next.js performs server-side rendering. I also used the Plaid API to pull transaction data and the Chart.js library to display the data in a visually appealing way.

Link: Finance Flow
Github Link: Finance Flow