This budget tracker is a fully functional progressive web application. The client wanted to update an existing budget tracker to allow for offline access and functionality. Users will be able to add expenses and deposits to their budget with or without an internet connection. Having offline functionality is paramount to the success of an app that handles users' financial information.
- Added functionality that allows for expenses or deposits to be entered when there is no internet connection using IndexedDB API
- The app uses a Service Worker and Web Manifest to cache all public assets which will load while offline
- When the user enters their transaction, they will receive a notification that they have added an expense or deposit and it will be added to the ledger
- As soon as the user reestablishes an internet connection, their deposits or expenses that were added while they were offline are added to their transaction history and their totals are updated