jQuery Salary Calculator

Technologies used: HTML, CSS, Javascript, JQuery
Duration: 5 - 10 Hours

Description

Built a salary calculator that takes in multiple inputs, displays them on the DOM, calculates total monthly salary of all employees, and if that number exceeds $20,000, the background of the number will turn red. Also included a delete button to delete employee info from DOM.

  1. Created and sourced HTML, CSS, and Javascript files
  2. Created basic HTML template with table, inputs, buttons, etc.
  3. Wrote functions to take input from a user, display on the DOM, calculate monthly salaries, and change the background color.
  4. Added some styling