You've saved for your vacation and now you're on your trip. But you need a way to log and track your spending, with or without internet. Stay in-budget with Travel Budgeter!
This repository contains files for a budgeting app. A fully functional Progressive Web Application, this program can be saved to the user's desktop or mobile phone just as any other native app. Functionality is guaranteed online or offline by saving the user's input through MongoDB's cloud-based Atlas when online, and defaulting to saving to the browser's IndexedDB when offline, caching the request and adding it to the Atlas database when refreshed with internet connection.
Deployed at: https://travel-budgeter-2.herokuapp.com/
Repository: https://github.com/LindseyM20/travel-budgeter-2.0
Commands to run to install dependencies: npm install
To use this program as a web application, simply visit the deploy link. To use it as a desktop or mobile app, follow these instructions. To run locally, clone this repo, run 'npm i', and then run with 'npm start'.
Contributor Covenant Code of Conduct
Command to run tests: N/A
The contents of this repository are protected under the Unlicense
Follow me on GitHub at https://github.com/LindseyM20
Please contact me with any questions or feedback at [email protected]