"Where My Dough Go?" is app that personalizes a user’s expense and income. Allows user to sign in, and insert income and expense, create a their own list of expense based on categories and store it to a database to track down for based on Day/Month/Year.
A web app for tracking down users own expense and providing more visual report for monthly/Daily earning and expense.
Where My Dough Go? allows a user to signup/login and add expenses by category. The total amounts get stored and totaled into the category total space to allow the user where all their respective dough go. Where My Dough Go was created by Shilpa Pawar, Simone Medhanie, Pranab Rajbhandary and Brian Nickila at the University of Minnesota Coding Bootcamp.We used Node.js, Handlebars, jQuery, CSS, Bootstrap, MySQL and Express to create this app. Application is hosting on Heroku
https://github.com/shilpipawar/CRUDMonster
https://aqueous-reef-17353.herokuapp.com/
- package.json has all required dependencies
npm install
To use "Where My Dough Go?" App, you will need mysql.
"dotenv": "^6.2.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"mysql": "^2.16.0"
## Future-
Providing ability to user login and maintain the session for inserting and populating expense income data based on category.
Providing ability to delete unwanted record entry.
Providing graphs, pai chart to display more visually expense and income by category
Providing ability to load expense (insert in database) from excel file
Providing ability to export expense or income report in pdf or excel sheet format
Providing notification to user for regular monthly expense such as Rent, Insurance payments etc.