A budget tracker progressive web app which allows for offline access and functionality. This app leverages IndexedDB so transactions are saved if there is no internet connection. Upon reconnection to the internet, the stored transactions are posted to MongoDB Atlas.
Check out Budget Tracker on Heroku!
- HTML/CSS
- IndexedDB
- JavaScript
- Express
- Mongoose
- Morgan
- Compression
- MongoDB Atlas
- Heroku
- Nodemon
- Starter code provided by Trilogy Ed.
- Thanks to fellow classmates for their trouble-shooting assistance!
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
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.
- Allow a user to edit or remove transactions
- Beautify the UI
- Add individual login capability