daveholst / budget-tracker

Budget tracking app that allows tracking in both an online and offline mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget Tracker

This is a Budget Tracking app in form of a PWA (Progressive Web Application). It it allows user to use the app in offline mode, leveraging a local database whilst the app is in offline mode. Once the app is connected back online, it will sync the locally stored data with the mongoDB server.

Table of Contents:

Live Deploy

A live deploy of this app can be found on Heroku at: https://holst-budget-tracker.herokuapp.com/

Screenshots

Animated Gif Screenshot:

gif of budget tracker

Technology Stack

Usage

This software needs access to a mongoDB database for storage of persistent information. For local deployment/testing all database credentials should be stored in .env. An example has been provided.

To use the program simply run the program from your preferred terminal and follow the prompts.

npm start

Tests

No tests have been written for this software.

Questions

If you have any further questions you can get in contact with the creator through the following methods:

About

Budget tracking app that allows tracking in both an online and offline mode.


Languages

Language:JavaScript 77.8%Language:HTML 17.0%Language:CSS 5.0%Language:Shell 0.2%