TDPN / Budget_tracker

Unit 18 PWA Homework: Online/Offline Budget Trackers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Budget_tracker

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.

  • Offline Functionality:

    Enter deposits offline

    Enter expenses offline

  • When brought back online:

    Offline entries should be added to tracker.

User Story

AS AN avid traveller I WANT to be able to track my withdrawals and deposits with or without a data/internet connection SO THAT my account balance is accurate when I am traveling

Business Context

Giving users a fast and easy way to track their money is important, but allowing them to access that information anytime is even more important. Having offline functionality is paramount to our applications success.

Getting Started

You will require MongoDb & node already installed in your device.

  1. install dependencies by typing code below to console of your choosing.

npm i

  1. start the server by typing code below to console of your choosing.

npm start

You will be able to access the application through localhost:3000

Technology Used

  • MySQL
  • JavaScript
  • CSS
  • HTML

Author

Donald Nguyen

About

Unit 18 PWA Homework: Online/Offline Budget Trackers


Languages

Language:JavaScript 80.6%Language:HTML 13.8%Language:CSS 5.5%