Nikstar-1 / Progressive-Budget-tracker

Budget Tracker application to allow for offline access and functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressive Web Application: Online/Offline Budget Trackers

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.

Acceptance Criteria

GIVEN a user is on Budget App without an internet connection

WHEN the user inputs a withdrawal or deposit

THEN that will be shown on the page, and added to their transaction history when their connection is back online.

Main. "Start Page"

View Project

Check the link below for finished project.

https://boiling-eyrie-04023.herokuapp.com/

GitHub Link:

https://github.com/Nikstar-1/Progressive-Budget-tracker

Installation

To install the required dependencies, run npm install

This package assumes there is a MongoDB server running on localhost:27017. If your server is running somewhere else, you can edit server.js to reflect that.

Usage

To start the server, run npm start. To access the app after starting the server, go to http://localhost:3000 in your browser.

License

MIT License

Copyright (c) 2020 Rekha Kumari

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.

Built With

HTML

CSS

Bootstrap

JavaScript

Node.js

Express

MongoDB Atlas

Mongoose

Author

Rekha Kumari

Rekha Kumari © 2021. All rights reserved.

About

Budget Tracker application to allow for offline access and functionality


Languages

Language:JavaScript 82.0%Language:HTML 12.1%Language:CSS 5.0%Language:Shell 0.9%