Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakibul58/team-wages
https://github.com/rakibul58/team-wages
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rakibul58/team-wages
- Owner: rakibul58
- Created: 2022-11-29T12:16:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T13:36:06.000Z (about 1 month ago)
- Last Synced: 2024-11-27T14:35:08.954Z (about 1 month ago)
- Language: HTML
- Homepage: https://selected-five-rakibul58.netlify.app/
- Size: 718 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Team Wages
[Live Site](https://selected-five-rakibul58.netlify.app/)
## Project Overview
This is a web application for managing team wages, allowing users to select players and calculate team expenses.## Features
- Select up to 5 players
- Calculate player expenses
- Add manager and coach expenses
- Dynamic budget calculation## Prerequisites
- Web browser (Chrome, Firefox, Safari, etc.)## Setup Instructions
1. Clone the repository:
```
git clone [your-repository-url]
cd team-wages-project
```2. Project Structure
```
project-root/
├── index.html
├── styles/
│ └── style.css
├── js/
│ └── app.js
└── images/
├── player-1.png
├── player-2.png
└── ...
```3. Open the project
- Simply open the `index.html` file in your web browser
- No additional server setup required## How to Use
1. Select players by clicking the "SELECT" button
- Maximum of 5 players can be selected
2. Enter per-player wage in the "Per Player" input
3. Click "Calculate" to compute player expenses
4. Enter manager and coach wages
5. Click "Calculate Total" to see total team expenses## Technologies Used
- HTML5
- Tailwind CSS
- Vanilla JavaScript## Customization
- Modify player details in `index.html`
- Adjust styling in `styles/style.css`
- Update calculation logic in `js/app.js`## Limitations
- Supports up to 5 player selections
- Requires manual input for wages