Skip to content

A budget tracker app using service workers and cache to track online and offline

Notifications You must be signed in to change notification settings

Alix1713/budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget Tracker

This is a budget tracker app that you can use in online or offline mode and is deployed using Heroku.

Technologies used I used a mongoose schema to track the transactions it takes in name, date and value for each transaction model. Each transaction is routed with get and post routes using express, with a 404 error if the transaction has not been created. Then after the user inputs the transaction it populates the transaction model with the data and shows it on a graph. The graph contains a list of transactions that can be executed both online and offline due to the cached information in the database using the service worker.

Code Snippet

Built With

Deployed Link

Author

  • Alix Friedman

##LinkedIn and Github

Releases

No releases published

Packages

No packages published