Skip to content

EnigmaticZee/BudgetApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BudgetApp Calculator

This repo contains working version of JavaScript Budget Calcuator. This application can be forked and extended as per the requirements. Additionally someone interested in learning JavaScript can use this app to learn the core concepts of Javascript.

What You Can Learn?

  • Event Handling
  • Creating Data Structure
  • Getting Inputs Values.
  • Adding Items to Data Structure
  • Deleting Items From Data Structure
  • Calculating Budget
  • Calculating Percentage
  • Updating UI
  • Number Formatting
  • Improving UX by Giving Feedback

BudgetApp Architecture

enter image description here

Version History

++Version 2

  • Calculating and Displaying Percentage
  • Displaying Income and Expenses in HUD
  • Displaying Month and Year
  • Improved User Experience by Providing Feedback

++Version 1

  • Adding Income and Expenses
  • Displaying Income and Expenses
  • Sum of Expenses
  • Sum of Income
  • Difference of Sum and Income

Meta

alt text

Distributed under the CC license. See LICENSE for more information.

Contributing Fork it (https://github.com/EnigmaticZee/BudgetApp)