🔍 A Mobile-First, Progressive Web Application (PWA) Budget Tracker that allows a user to track income and expenses online and offline.
💻 Below is a screenshot of the application:
AS AN avid traveler
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 budget tracker without an internet connection
WHEN the user inputs an expense or deposit
THEN they will receive a notification that they have added an expense or deposit
WHEN the user reestablishes an internet connection
THEN the deposits or expenses added while they were offline are added to their transaction history and their totals are updated
- Description
- User Story
- Acceptance Criteria
- Table of Contents
- Installation
- Usage
- Testing
- Contributing
- Questions
💾
npm install
💻
npm start
With Nodemon:
npm run watch
✏️
No current testing