Skip to content

Latest commit

 

History

History
27 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

27 lines (25 loc) · 1.19 KB

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