mstephen19 / budget-tracker

A budget tracking progressive web-app utilizing IndexedDB and MongoDB along with Node.js and Express.

Home Page:https://fast-earth-94685.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a progressive web-app which allows users to track their budget through a simple table, and a graph. Users can input a source of income/expenses, and see the graph dynamically change based on the amount of incomes/expenses they have inputted.

Image

Very notable feature

This PWA utilizes indexedDB to ensure that even when a user is offline, they will be able to add information to the remote database. Once they are online again, the information in the client-side database will be sent to the MongoDB database and cleared from indexedDB.

Image

Built With

Live deployed link

Created by

Matt Stephens

Acknowledgments

About

A budget tracking progressive web-app utilizing IndexedDB and MongoDB along with Node.js and Express.

https://fast-earth-94685.herokuapp.com/


Languages

Language:JavaScript 73.0%Language:HTML 21.0%Language:CSS 6.0%