Budget Tracker is a Progressive Web Application (PWA) where users can visually track their spending. Additional or subtracted funds can be applied to the total budget amount and the chart will shift to reflect this input. IndexedDB and the Cache API are used to enable this application to function offline as a PWA.
Node.js, NPM, and MongoDB must be installed on your computer.
Clone the repo:
git clone https://github.com/CFsylvester/budget-tracker.git
Navigate to the root directory and run:
npm install
To start the server locally, run the following:
npm start
Navigate to localhost:3001 in your browser to open the application locally.
Please reach out to me at clairesylvester@clairecodes.dev
This application uses the MIT license.