/Budget-Tracker

Week 19 PWA Challenge

Primary LanguageJavaScript

Budget Tracker

The Progressive Web Application

Deployed on Heroku!


Can be downloaded on mobile or desktop.

Allows users to budget without any connectivity to the web.

This PWA can be downloaded and used offline, then updates when connectivity is returned.


Implementing

Service Workers

Heroku Deployment

MongoDB (Mongoose)(NoSQL)

Some Express

Middleware

Morgan: HTTP request logger middleware for node.js

  • Took an existing application and turned it into a PWA
  • Hosting on heroku
  • Setup a MongoDB database
  • Ensured the app could add and delete entries while offline and update when back online.

Needs fixing

  • Logs and updates transaction histories just fine.. but is not caching on the browser while offline.