Skip to content

Web app to manage your finance, developed using Vanilla JavaScript, CSS3 and HTML5.

License

Notifications You must be signed in to change notification settings

henriquetty/PersonalFinance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Finance 🧾

Web app to manage your finance, currently being developed using Vanilla JavaScript, HTML, CSS3 and FontAwesome, following the OOP paradigm. Mobile friendly!

Pull requests are welcome!




Todo ✍

  • Fix width/height of inputs for web, mobile is ok
  • Make the table responsive
  • Show placeholder on input and select even when pressed
  • Generate years, days and months in a less verbose way
  • Add a visual output to the user when the data is sucessfully added to localstorage
  • Organize JavaScript
  • Organize JavaScript code in multiple files
  • Add option to select default currency
  • Use more Classes instead of Functions

Future plans ⭐

  • Create a register/login system using Node
  • Use MongoDB to store info for each user
  • Convert entire app to React/Vue and React native/Flutter
  • Start accepting pull requests