perez-rob / Budget-Tracker-PWA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget-Tracker-PWA

License: GPL v3

Description

A PWA that allows users to track their expenses by adding or subtracting funds from their balance.

Demo gif

The code and all relevant files can be found at github.com/perez-rob/Budget-Tracker-PWA.

The deployed application can be accessed here: budget-tracker-rwp.herokuapp.com/

Table of Contents

Installation

No installation required. Just go to budget-tracker-rwp.herokuapp.com/ to use.

Features

The Budget Tracker has the following features:

  • Transaction data are stored in a remote MongoDB
  • All essential files and data are cached via service-worker.js for offline access
  • Transactions logged while offline are stored in IndexedDB until connection allows them to be uploaded.
  • Webpack bundled JS files save space and load time

Credits

Solo project for GATech Coding Bootcamp. Starter good for the UI was provided. by Rob Perez

Questions

If you have any questions about the repo, open an issue or contact me directly at bob.w.perez@gmail.com. You can find more of my work at github/perez-rob.

License

This project is licensed under the GPL v3 License.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 80.2%Language:HTML 15.3%Language:CSS 4.5%