Skip to content

Progressive Web Application that has offline functionality to track a user's budget

Notifications You must be signed in to change notification settings

JideOgun/Jides-PWA-Budget-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jides-PWA-Budget-Tracker

DEPLOYED APPLICATION

alt PWA budget tracker

License

Table of Contents


  1. DESCRIPTION
  2. LICENSE
  3. INSTALLATION
  4. USAGE
  5. CONTRIBUTION GUIDELINES
  6. TEST INSTRUCTIONS
  7. CREDITS
  8. QUESTIONS
  9. DEPLOYED APPLICATION

DESCRIPTION

Budget tracker application that allows a user to add expenses and deposits to their budget with or without a netowork connection.
If the user enters a transaction offline, the total is updated when they're brought back online.

functionality

User can add expenses and deposits to manage their budget.
When a user adds a deposit and hits the add funds button, the transaction is added.
When a user adds an expense and hits the subtract funds button, the transaction is subtracted.
When a user is offline and performs either task, the data is saved in IndexedDB.
When the user comes back online the data is posted to the database and the total is updated.
User can download the application as a Progressive Web Application.

LICENSES

Licensed under the Apache License.


INSTALLATION INSTRUCTIONS

Install MongoDB.
run npm start to start the server.

USAGE INFORMATION

Run in Node environment.

CONTRIBUTION GUIDELINES

None available.

TEST INSTRUCTIONS

none

CREDITS



Questions

For any questions

About

Progressive Web Application that has offline functionality to track a user's budget

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published