Budget Tracker is a PWA app that allows the user to manage a budget with or without internet access. The user can make changes to their budget without internet access and the database will automatically update when reconnected to the internet.
In the terminal run:
npm installto download node modulesnode app.jsto start the application
- node.js to run js on the server.
- express.js to handle routes.
- Mongo database.
- Mongoose to build the schema.
Carter Neal @nealwc
Budget Tracker is deployed on Heroku.