Skip to content

A PWA application that allows the user to keep track of their personal finances online as well as offline.

License

Notifications You must be signed in to change notification settings

micheqn3/progressive-budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Budget Tracker

A PWA application that allows the user to track their personal finances. This application allows the user to:

  • Enter deposits and expenses
  • View total spending over time
  • Available for online and offline use. When brought back online, the records will be saved to the MongoDB database.

Link to deployed application

https://progressive-budget-micheqn3.herokuapp.com/

Installing locally

  1. Make sure you have Node.js to run the application
  2. Clone this repo

HTTPS: https://github.com/micheqn3/progressive-budget.git
SSH: git@github.com:micheqn3/progressive-budget.git

  1. Install the NPM packages

npm install

  1. Run the application in command line

node server.js

  1. View the application in the browser as it is hosted locally

http://localhost:3001/

Technologies/Languages used:

  • JavaScript
  • Node.js
  • IndexedDB
  • MongoDB
  • Express
  • Mongoose
  • Morgan
  • Nodemon
  • Lite-server
  • Compression

Screenshot

Home Page
Home page

License License: MIT

MIT

About

A PWA application that allows the user to keep track of their personal finances online as well as offline.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published