This application is an employee payroll tracker that allows the user to input, organize, and view employee payroll data.
A user wants an employee payroll tracker so they can see all of their employees data in a clean orginzed manner. The user wants a simple solution to keeping track of and logging employees names and salaries. The user requires this so that they may properly and efficiently budget for their company.
- The user should be able to click the button labeled "Add Employees" which begins a series of prompts asking for employee first name, last name, and salary.
- When the user enters the necessary information for the first employee, they will be asked via a confirm window if they wish to add another.
- When the user has added all the employees and the respective info they need, upon canceling the prompt, the entered info will display in a table on the page.
- When the info is displayed, the employees should be alphabetically sorted according to last name.
- If the user opens the console, they should see the avarage salary for all the employees they entered, and a randomly selected employee who will be the company drawing winner.
Main screen display:
Upon clicking the "Add employees" button:
Once a first name is typed in and the ok button is pressed, the user will see the next prompt to enter last name.
Once last name is entered, the next prompt to add employee salary will appear
If the user accidentally types numbers for the name prompts or letters for the salary prompt, they will see an alert displayed
saying that they need to submit a valid input
When the salary is enetered, all the fields are complete and the user will see the confirm message asking if they want to add
annoter employee
once the user has inputed all the employee info they so choose, the infromation will be displayed in the a table on the screen
If the user wants to see the average salary and who the winner of the random drawing is, they will open the console.

UCF coding bootcamp supplied the starter code.