Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 693 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 693 Bytes

Budget-app-JS

Live Demo

https://danprzy.github.io/Budget-app-JS/

Technologies

  • HTML5
  • CSS3
  • Vanilla JavaScript

General info

This is a budgeting app that calculates a budget based on a list of income and expenses. App was created as part of Jonas Schmedtmann's JavaScript course on Udemy. This section of the course teaches about module pattern and IIFEs.

The HTML and CSS code involved in this project were pre-written by Mr. Schmedtmann.

Pleaned features

  • add a button to clear all incomes and/or expenses
  • use ES6 standards as much as possible
  • add webpack in it, and separat all the modules