Skip to content

The Budget Tracker App shows the user a total transaction history. Users can deposit and withdrawal money from their budget and the total will update dynamically. The app uses the IndexedDB API so that offline functionality is enabled. The app was also created as a progressive web app (PWA) so any user can install it on their desktop, tablet or …

License

Notifications You must be signed in to change notification settings

bspiewak6/budget-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget Tracker Application

License

Deployed Application

Description

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.

Table of Contents

Technologies

JavaScript
Express.js
MongoDB
MongoDB Atlas
Mongoose.js
Heroku

Screenshots

Starting App with Service Worker

Screenshots

IndexedDB API

Screenshots

App Online functionality

Screenshots

Cache Storage

Screenshots

App Offline functionality

Screenshots

Final Transaction List

Screenshots

Progressive Web App Installation -- Icon Saved On Desktop

Screenshots

Enhancements

  1. Added functionality that allows for expenses or deposits to be entered when there is no internet connection using IndexedDB API
  2. The app uses a Service Worker and Web Manifest to cache all public assets which will load while offline
  3. 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
  4. 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

Links

License

License
This app is licensed under the MIT license.

About

The Budget Tracker App shows the user a total transaction history. Users can deposit and withdrawal money from their budget and the total will update dynamically. The app uses the IndexedDB API so that offline functionality is enabled. The app was also created as a progressive web app (PWA) so any user can install it on their desktop, tablet or …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published