MBrassey / OfflineReady

I've updated an existing budget tracker application to allow for offline access and functionality
https://budgettracker-mbrassey.herokuapp.com/api/transaction
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

OfflineReady

I've updated an existing budget tracker application to allow for offline access and functionality. The user is now able to add expenses and deposits to their budget with or without a network connection, transforming it to a Progressive Web Application (PWA). If the user enters transactions offline, the total is updated when they're brought back online. This was accomplished using IndexedDB to handle offline transactions and a Service Worker configured to cache webapp assets for offline use.

licensebadge

Issues

Requirements

MongoDB Community Server
node
npm

Installation

install MongoDB
npm i

Usage

npm run start
browse: localhost:3001/
use insomnia to test routes

:cyclone: Click the image(s) below to view the live webapplication

Application Demonstration

Routes

Questions

Contact me at matt@brassey.io with any questions or comments.

License

OfflineReady is published under the CC0_1.0_Universal license.

The Creative Commons CC0 Public Domain Dedication waives copyright interest in a work you've created and dedicates it to the world-wide public domain. Use CC0 to opt out of copyright entirely and ensure your work has the widest reach. As with the Unlicense and typical software licenses, CC0 disclaims warranties. CC0 is very similar to the Unlicense.