Where's My Money is an iOS app that allows you to visualize your spending on your Google Calendar.
Where's My Money is split up into client and server repos. Link to server repo: https://github.com/buttercutters/wheres-my-money-server
The client is built using react native and redux. The backend is powered by Google Cloud Platform's Cloud Functions for serverless computing and Firbase Realtime Database. Third party APIs used are the Plaid API and Google Calendar API.
Plaid allows secure fetching of financial transactions, which we then visualize on Google Calendar by integrating with the Calendar API.
Link to video demo: https://goo.gl/h5V1dH
- Sign in with your Google Account.
- Link your bank account to provide access to transaction data.
- Your Google Calendar is automatically populated with your spending by day.
- Click on an event to view spending details for that day.
- Use the settings tab to link additional bank accounts, or remove linked accounts.