license

Online-Offline-Budget-Trackers

Description

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.

Repository: https://github.com/mingmanhk/Online-Offline-Budget-Trackers

Deployment: https://onoff-budget-tracker-01.herokuapp.com/

Demo

Table of Contents

  1. Installation

  2. Usage

  3. Credits

  4. License

  5. Features

  6. Contribute

  7. Questions

Installation

1. Run npm install to install all dependencies
2. Run npm run seed to add sample data

Usage

  1. Open terminal
  2. Run 'npm start'
  3. Open http://localhost:3000/ from browser

Credits

Victor Lam

License

license

Features

This application provided following functionality:

* Offline Functionality:
* Enter deposits offline
* Enter expenses offline

When brought back online:

* Offline entries should be added to tracker.

Contribute

Victor Lam

Questions

Questions about this repository? Please contact me at mingmanhk@gmail.com. View more of my work in GitHub at mingmanhk