Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 2.1 KB

README.md

File metadata and controls

57 lines (42 loc) · 2.1 KB

Payroll Hound 9000

Don't lose track of your payroll: sniff every cent that passes through your organization.

ABOUT THE PROJECT

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.

Table of Contents

Resources

  • 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 and while.
    • prompt, confirm and alert to comunicate with the user.
    • new Intl.NumberFormat() to format the money quantities.
    • Math to generate random numbers.

Usage

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.

Please watch our demo! Landing Page

Get Started

Click here, and start sniffing!

License

GitHub
See the license for more details.

Credits

All the code was created from scratch by Rod's Freedom.