A budget tracker application to allow for offline access and functionality.
This assignment uses an existing Budget Tracker application from a previous in-class activity to allow for offline access and functionality.
The user will be able to add expenses and deposits to their budget with or without a connection. When entering transactions offline, they should populate the total when brought back online.
Offline Functionality:
-
Enter deposits offline
-
Enter expenses offline
When brought back online:
- Offline entries should be added to tracker.
AS AN avid traveller I WANT to be able to track my withdrawals and deposits with or without a data/internet connection SO THAT my account balance is accurate when I am traveling
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.
After cloning the repo, run npm install
from your terminal to install the necessary dependencies:
-
mongoose
-
express
-
morgan
-
compression
-
lite-server
To use locally, run npm start
from your terminal and use localhost:3000
in your browser.
To deploy an application with a MongoDB database to Heroku, you'll need to set up a MongoDB Atlas account and connect a database from there to your application.
The deployed application can be used at this Heroku Link.
Carlos Martinez
Frontend files provided by Rutgers Bootcamp as a starting point for the assignment.
- Github: BwayCarl
- LinkedIn: Carlos Martinez
- Twitter: @BwayCarlDev
- Email: bwaycarl@gmail.com
This project is MIT Licensed.
© 2020, Carlos Martinez