Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miryasha/pwaofflinebudgettrackers
https://github.com/miryasha/pwaofflinebudgettrackers
budget deposits history internet-connection skills yahsa6081
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/miryasha/pwaofflinebudgettrackers
- Owner: miryasha
- Created: 2020-11-14T03:15:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-25T01:53:51.000Z (almost 4 years ago)
- Last Synced: 2023-07-19T20:33:27.561Z (over 1 year ago)
- Topics: budget, deposits, history, internet-connection, skills, yahsa6081
- Language: JavaScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online/Offline Budget Trackers
Add functionality to our 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.
## User Story
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## Business Context
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.