A simple MERN Stack web application to keep track of your expenses.
https://money-flow-budget-tracker.herokuapp.com
- Go to MoneyFlow Website
- Create an Account using your email-id and password.
- Once logged in you'll be redirected to SetBudget section.
- Fill the form and click on
Set Budget
to set your budget for the month. - Add your expense or extra income by clicking on
+
button at the top right corner of Dashboard page. - You can view your expense and budget summary by navigating to the different sections provided.
git clone https://github.com/aish2002/budget-tracker
cd budget-tracker
npm install
cd client
npm install
npm run start
Do star the repo if you find it useful