Add functionality to an existing Budget Tracker application 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.
Below are screenshots of my page and code for review:
Mongo and mongoose
Service Worker
Express
Node
HTML
CSS
Bootstrap
VS Code
Clone the repo
git clone https://github.com/Mitchelle-B/repo.git
Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature)
Commit your Changes (git commit -m 'Add some AmazingFeature')
Push to the Branch (git push origin feature/AmazingFeature)
Open a Pull Request
Distributed under the MIT License. See LICENSE for more information. Contact
Project Link: https://github.com/Mitchelle-B/repo
UWA Coding Bootcamp