The goal of this article is to teach beginners learning JavaScript, how to use JavaScript Object, JavaScript functions declaration and function invocation, and JavaScript DOM Manipulation.
Before we start let us understand what is a budget?. I like to first understand the project I am about to work on before starting out. The reason is that it helps me plan the project workflow and how the project will be carried out.
A budget is a financial plan for a defined period, often one year. It may also include planned sales volumes and revenues, resource quantities, costs and expenses, assets, liabilities, and cash flows. … It may include a budget surplus, providing money for use at a future time, or a deficit in which expenses exceed income.
We have understood what budget is, now thinking of what a budget App is? We will say a budget app is an app that takes a budget amount and helps us to plan or breakdown our expenses from the budget amount.
So, we are going to build a budget App that allow user’s to add a budget amount, list down his expenses from the budget amount, get total balance after making list of expenses, edit an expense, and delete an expense.
#javascript #html #css