https://danprzy.github.io/Budget-app-JS/
- HTML5
- CSS3
- Vanilla JavaScript
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.
- 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