- DESCRIPTION
- LICENSE
- INSTALLATION
- USAGE
- CONTRIBUTION GUIDELINES
- TEST INSTRUCTIONS
- CREDITS
- QUESTIONS
- DEPLOYED APPLICATION
Budget tracker application that allows a user to add expenses and deposits to their budget with or without a netowork connection.
If the user enters a transaction offline, the total is updated when they're brought back online.
User can add expenses and deposits to manage their budget.
When a user adds a deposit and hits the add funds button, the transaction is added.
When a user adds an expense and hits the subtract funds button, the transaction is subtracted.
When a user is offline and performs either task, the data is saved in IndexedDB.
When the user comes back online the data is posted to the database and the total is updated.
User can download the application as a Progressive Web Application.
Licensed under the Apache License.
Install MongoDB.
run npm start to start the server.
Run in Node environment.
None available.
none
- indexedDB documentation
- Badges
- UT Modules 19
For any questions
- Email: [email protected]
- Gihtub: jideogun