malloryfaria / pwa-budget-tracker

This is a budget tracker application that allows for offline access and functionality.

Home Page:https://frozen-wildwood-23744.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PWA Budget Tracker

GitHub license

Table of Contents

Description

Giving users a fast and easy way to track their money is important, but allowing them to access that information at any time is even more important. Having offline functionality is paramount to the success of an application that handles users’ financial information.

This is a budget tracker application that allows for offline access and functionality. The user will be able to add expenses and deposits to their budget with or without a connection. If the user enters transactions offline, the total should be updated when they're brought back online.

User Story

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 

Acceptance Criteria

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

Deployed Link

This project is deployed at: https://frozen-wildwood-23744.herokuapp.com/

Screenshot

Here is a screenshot from the application:

landing page

Usage

Use this site to track your budget.

Languages/Technology Used

Express
Node
MongoDB
Mongoose
Morgan
Compression
IndexedDB
Javascript

Contributing

If you would like to contribute, please reach out to us. You can find our contact information in the "Questions?" section below.

Questions?

If you have any questions about the project, contact me at mallory.faria@gmail.com

License

This project is licensed under the MIT license.

Copyright (c) 2021

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This is a budget tracker application that allows for offline access and functionality.

https://frozen-wildwood-23744.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 85.6%Language:HTML 10.4%Language:CSS 4.0%