Budget Tracker is a progressive web app that allows users to keep track of their income and expenses.
- Clone repo
- Open integrated terminal on the root directory
- Install dependencies :
npm i
- User is able to add to the budget by addition or subtraction.
- If the user updates the budget while without an internet connection, the updates will go to indexDB.
- Once the user establishes a valid internet connection, the
bulk
endpoint will be fetched to bring the database up to date.
npm start
for nodemon server.js
:
npm run watch
Inquiries can be sent to yoni@yondav.com
- Fork repo
- Make additions and changes on new, personalized branch
- Submit pull request
Report issues by selecting the issues tab and creating a new issue
This README file was built with README Generator
Copyright © 2021, Yoni David