alligatormonday / PWA_Budget_Tracker

A PWA application that lets a user track their budget. Users can add funds or subtract funds.

Home Page:https://whispering-ridge-63266.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’‘ Project Title: PWA_Budget_Tracker

πŸ•Ή Demo:

Demo of application

Video of demo: PWA_Budget_Tracker_DEMO

License

πŸ‘€ Author: Joseph Jepson

πŸ“œ Table of Contents:

Description:

A PWA application that lets a user track their budget. Users can add funds or subtract funds. If a user doesn't have access to the internet or goes offline, then this application will still allow them to input their information. Once they have online access again, their input will have been received and the data sent during offline use will be rendered, then saved as if it was taken in during online functionality.

This application utilizes MongoDB, MongoDB Atlas, Mongoose, and Node.js.

Image of DEMO application

View Deployment

Installation:

Clone the repo, and run 'npm install'.

Usage:

Run 'npm run start' to start application. Go to your local host 3000 port to begin using the application.

Contact:

Credits:

  • πŸ‘€ GitHub User: Joey Brown - helped me with setting up service worker and indexedDB

  • πŸ‘€ GitHub User: Andrew Moses - helped me with refactoring code and Heroku deployment

License:

MIT License

Copyright (c) 2020 Joseph Jepson

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

A PWA application that lets a user track their budget. Users can add funds or subtract funds.

https://whispering-ridge-63266.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 80.5%Language:HTML 14.7%Language:CSS 4.7%