Budget-Tracker allows user to be able to view create and track daily deposits and expenses with or without in internet connection. When entering transaction offline, it should populate the total when brought back online. This Budget Tracker has used Service Worker, Web Manifest and Compression.
This project uses 3 npm packages:
- express
- mongoose
- morgan
- [compression] (https://www.npmjs.com/package/compression)
To install necessary dependencies, run the following command:
npm install express --save
npm install mongoose
npm install compression
Giving users a fast and easy way to track their money is important, but allowing them to access that information anytime is even more important. Having offline functionality is paramount to our applications success.
GIVEN a user is on Budget App without an internet connection WHEN the user inputs a withdrawal or deposit THEN that will be shown on the page, and added to their transaction history when their connection is back online.
To run tests, run the following command:
npm start
The license is MIT standard license.
It is an open project and everyone can contribute - please send an email requesting to be added as a contributor
The URLs of the deployed applications in Heroku
If you have any questions about the repo, open an issue or contact annisapf directly at a.purbandari@gmail.com.