Sebastian Breve-Sanchez
2/15/24
Budget App
Designed at 425 by 750 pixels. This website allows the user to keep track of their budget by displaying their expenses and balance. Using local storage, the user can leave and come back at any time.
2/15/24 pt 1: Created all of the HTML elements and the basic styling, as well as added event listeners to the Update Budget button, Add Expenses, and Remove Expenses button. Haven't added any math or local storage capabilities yet. 2/15/24 pt 2: Added all local storage functionality, and moved the Remove Expenses button so it is indiviual for every expense. 2/15/24 pt 3: I was so close to being done, but I shot myself in the foot. I wanted to add some code to prevent the user from breaking the website but I just broke the website myself. I reverted some of my changes but there is still that + sign that haunts me. 2/15/24 pt 4 after school: Fixed my issue by adding more conditionals. Can never have too many conditionals.