SALARY CALCULATOR

Web app that allows users to input employee data. Calculated monthly cost for employees.

TODO

  • Sourcing in files (index.html, client.js, jquery, style.css)
  • Add a single input and log to the console
  • Append to the dom
  • Calculate monthly average and append to the dom
  • Add remaining input fields
  • Create an HTML table and append rows to that table
  • Convert to an HTML form
  • Delete rows
  • Styling & CSS (bring in some styles from w3schools)