Skip to content

Budget app ๐Ÿ’ธ is an app that allows the user to keep track of their expenses and earnings. Built with JavaScript. ๐ŸŸก

Notifications You must be signed in to change notification settings

elemarmar/budget-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

24 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ’ธ Budget app

This is an app that allows the user to keep track of expenses and income. It is built entirely with JavaScript. The purpose was to build a JavaScript-only application that used JS modules and data encapsulation.back


๐ŸŒฒ Structure

This app consists of 3 JS modules:

  • budgetController module, which takes care of handling the data: adding new items to the data structure, calculating the budget.
  • UIController module, which takes care of the UI: getting input values, adding new items to the UI and updating the UI.
  • controller module, which links both budgetController and UIcontroller: it controls what happens upon each event and delegates tasks to other controllers.

โ˜‘๏ธ Features

  1. It displays the current month and year and the budget available for that month.
  2. It displays the total income and the total expenses.
  3. It allows the user to enter new items (either expense / income) with a description and a value.
  4. The app displays each item in the right section (Income / Expenses)
  5. The user can manually delete any item.
  6. A percentage of the expenses based on the total income is available both for the total expenses and each expense item.

๐Ÿ““ Development diary

  1. Planning the app
  2. First steps
  3. Updating the controller and the UI
  4. Deleting items
  5. Updating percentages
  6. Displaying date

Thanks

This project is based on Jonas Schmedtmann budgety project.

About

Budget app ๐Ÿ’ธ is an app that allows the user to keep track of their expenses and earnings. Built with JavaScript. ๐ŸŸก

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published