jiahuithegrey / hw18-pwa-online-offline-budget-tracker

This application helps users track their money and allow them to access that information both online and offiline.

Home Page:https://hw18-pwa-budget-tracker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online/Offline Budget Trackers

This app gives users a fast and easy way to track their money and allow them to access that information anytime. Having offline functionality is paramount to my applications success. 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.

Built With

  • Frontend: HTML, CSS, Bootstrap
  • Backend: Express, NodeJS, Service worker, Manifest, Webpack
  • Database: MongoDB, Mongoose schema

Demo

Heroku Deployment: Budget Tracker

Budget Tracker Demo

Development

  • Utilize Service worker to make the app function during offline
  • Utlize Webpack and manifest to bundle files for compression
  • Utilize MongoDB and Mongoose Schema to create, edit and get data

Credits

University of Washington Coding Bootcamp faculty

  • Instructor: Jason Rosen
  • TA: Daniel Mont-Eton
  • TA: Elisabeth Mansfield

License

MIT License

Copyright (c) [2020] [Jiahui Wang]

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.

Ajax Autocomplete for jQuery is freely distributable under the terms of an MIT-style license. Copyright notice and permission notice shall be included in all copies or substantial portions of the Software.

About

This application helps users track their money and allow them to access that information both online and offiline.

https://hw18-pwa-budget-tracker.herokuapp.com/


Languages

Language:JavaScript 76.6%Language:HTML 16.3%Language:CSS 7.1%