Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 797 Bytes

File metadata and controls

24 lines (18 loc) · 797 Bytes

BudgetApp

This web app is a project in The Complete JavaScript Course by Jonas Schmedtmann on Udemy. There are changes to Jonas's iteration of the web app that will be noted.

What I learned:

  • Dom access and manipulation
  • JS event handling
  • Reading input data
  • Event delegation
  • Number formatting

Additional Features (not from the course):

  1. Added a gradient background to the app

Features I would like to implement

  1. Make it mobile responsive
    • add toggle functionality to see income/expenses tab on mobile
  2. Store the data using databases
    • create user authentication
    • allow each user to scroll through past months and see history
  3. Display analytics of user spending history