https://github.com/andrewhamerly/payroll-tracker
Used to add several employees along with their salary to a table while proving the average salary and a random drawing winner from the employees array.
https://github.com/andrewhamerly/payroll-tracker
css html javascript javascript-functions javascript-fundamentals javascript-vanilla
Last synced: 2 months ago
JSON representation
Used to add several employees along with their salary to a table while proving the average salary and a random drawing winner from the employees array.
- Host: GitHub
- URL: https://github.com/andrewhamerly/payroll-tracker
- Owner: andrewhamerly
- License: mit
- Created: 2024-03-07T16:34:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-11T15:07:27.000Z (about 1 year ago)
- Last Synced: 2025-01-30T01:44:11.092Z (4 months ago)
- Topics: css, html, javascript, javascript-functions, javascript-fundamentals, javascript-vanilla
- Language: JavaScript
- Homepage: https://andrewhamerly.github.io/payroll-tracker/
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Employee Payroll Tracker Starter Code
## Description:
This project helped to develop new areas of challenege to help learn a more logic-oriented mindset.## Installation:
To install this repo, simply copy the repo and use git clone in your command line along with the copied repo url with your preferred method.```bash
git clone [email protected]:andrewhamerly/payroll-tracker.git
```## Usage
This can be used to add several employees along with their salary to a table while proving the average salary and a random drawing winner from the employees array.Link to deployed application:
[Payroll Tracker](https://andrewhamerly.github.io/payroll-tracker/)
## Credits:
https://www.w3schools.com/jsref/met_win_confirm.aspMy instructor Micheal for helping to guide me through troubleshooting missing an object in my array.
## License:
Source code is licensed under the MIT license.