Skip to content

CodyNjos/jquery-salary-calculator

 
 

Repository files navigation

Salary Calculator

This is a basic salary calculator that stores an employees name, ID, title, and salary. 
It also calculates, and displays the total monthly payroll based on the annual salarys of your current employees.

Using The Salary Calculator

By default, the table is empty, and will look like this.

To enter and employee, simply fill out all the input fields and click 'Add Employee'. By default, Employee salary is set to a max of $200,000, and employ ID's are limited to 6 digits. This can be modified if needed.

If your monthly payroll exceeds a set amount ($20,000 by default), the display of the monthly payroll turns red

To remove and employee, simply click the 'Terminate Employee button next to there annual salary, and confirm in the drop down menu.

About

Employee Salary Calculator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.5%
  • HTML 22.3%
  • CSS 12.2%