Skip to content

App that allows the user seamless experience if they happen to lose internet while using it. It utilizes service workers to handle offline functionality and indexedDB to store data while offline.

Notifications You must be signed in to change notification settings

AndrewMorrow/PWA_Budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWA_Budget

Description

This is a budget app that allows the user to keep track of their available funds whether they are online or offline and has a chart to help visualize where the money is allocated. The user never has to worry if they lose signal while using the app on their portable device.

Table of Contents

Installation Instructions

This application requires Node.js which can be downloaded here. It utilizes the folowing node modules mongoose, compression, lite-server, dotenv, express, morgan and can be installed using node package manager. This app utilizes a mongoDB database either locally or server based.

Usage Information

This app lets you keep track of your budget whether the user is offline or online, it utilizes the indexedDB built into the browser to store the transactions until the app is back online and then sends the transactions in the indexedDB database to the remote mongoDB atlas database for long term storage.

Screenshot of program

License

This project is not utilizing a license

Contribution Guidelines

This is a fully open source project, you may fork the repository and any pull requests will be viewed and implemented accordingly.

Test Instructions

This application does not utilize tests

Questions

If there are further questions please contact me with the following.

Github Logo AndrewMorrow Github

Email: [email protected]

About

App that allows the user seamless experience if they happen to lose internet while using it. It utilizes service workers to handle offline functionality and indexedDB to store data while offline.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published