/budget-tracker

A budget tracker app to quickly & easily track your money, both online and offline by leveraging PWA technologies (e.g. service workers & indexedDB).

Primary LanguageJavaScript

Budget Tracker (PWA)

A budget tracker app to quickly & easily track your money, both online and offline by leveraging PWA technologies (e.g. service workers & indexedDB). Powered with a Node backend running an Express server & pulling data from a NoSQL DB using the Mongoose ORM.

Getting Started Remotely

Play on the hosted site. Or checkout the code in the repo.

Getting Started Locally

Prerequisites

  • Node
  • Mongo

Instructions

  1. Clone
git clone https://github.com/Spazcool/budget-tracker.git
  1. Install dependencies
npm install
  1. Run
node server

Built With

  • JS
    • Node
    • Express
    • Mongoose
    • IndexedDB
  • DB
    • Mongo
  • HTML
  • CSS
    • Bootstrap

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details