Don't lose track of your payroll: sniff every cent that passes through your organization.
Overview
Track like a hound! This web app will help you analyze your payroll and number of employees. In the console, you'll learn about the quality of your organization's salaries. Additionally, we added a lottery feature to reward your employees.
Add your organization's employees without limits and in different rows.
Find the repo here.
- For the HTML:
- Favicon.
- Tables
defer
- For the CSS:
- Intuitive classes.
- Flex display.
Calc()
sizes for responsiveness.
- For JavaScript
- Console logs.
- Console tables.
- Loops with
do
andwhile
. prompt
,confirm
andalert
to comunicate with the user.new Intl.NumberFormat()
to format the money quantities.Math
to generate random numbers.
To experience Payroll Hound fully, you'll need to open your console in DevTools. To do this, press cmd
+ alt
+ j
and enjoy our features.
Add new employees by clicking on Add Employees
and following the prompts instructions. If you enter an invalid value, don't worry, your progress will be saved. You'll have the option to add multiple employees at once.
After adding employees you'll get some data about your payroll in the console. You'll also see the random employee that won the month's award.
Click here, and start sniffing!
See the license for more details.
All the code was created from scratch by Rod's Freedom.