/Budget-Tracker-App

This repository contains implementation of a Budget Tracker Application

Primary LanguageJavaScript

Budget-Tracker-App

Gif

About The Page

Add functionality to an existing Budget Tracker application to allow for offline access and functionality.

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.

WorkOut Screen Shot

Below are screenshots of my page and code for review:

Screenshot of the Budget Tracker page

Screenshot of the website

Screenshot of the Service-Worker code

Screenshot of the Service-Worker Code

Built With

Mongo and mongoose
Service Worker
Express
Node
HTML 
CSS 
Bootstrap
VS Code

Installation

Clone the repo

git clone https://github.com/Mitchelle-B/repo.git

Contributing

Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature)
Commit your Changes (git commit -m 'Add some AmazingFeature')
Push to the Branch (git push origin feature/AmazingFeature)
Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information. Contact

Project Link: https://github.com/Mitchelle-B/repo

Acknowledgements

UWA Coding Bootcamp