https://renancardosodev.github.io/escaladorjogadores/
This is a Team Manager project developed using HTML, CSS, and JavaScript. The purpose is to provide a user-friendly interface for users to add or remove players from a team.
-
Add Player:
- Users can add a player to the team by providing the player's name, position (e.g., forward, defender, goalkeeper), and jersey number.
- Confirmation prompt before adding the player to the team.
- Display the updated list of players.
-
Remove Player:
- Users can remove a player from the team by entering the player's jersey number.
- Confirmation prompt before removing the player from the team.
- Display the updated list of players.
-
Data Validation:
- Validation of input fields to ensure accurate player information.
-
Responsive Design:
- Adaptation to different screen sizes for a consistent experience on various devices.
-
Technologies Used:
- HTML / CSS / JavaScript
If you want to contribute to the development of this project, follow the steps below:
- Fork the repository.
- Clone the forked repository to your local environment.
- Create a branch for your contribution:
git checkout -b your-branch-name
. - Make desired changes to the code.
- Commit the changes:
git commit -m "Description of changes"
. - Push to the branch:
git push origin your-branch-name
. - Open a Pull Request in the original repository.
Make sure to have a development environment set up with a compatible web browser. We recommend using VSCode as the code editor.
Renan Cardoso da Silva