The Strathmore Leos Player Management System is a web application designed to help manage player information for the Strathmore Leos rugby team. It allows the management team to register new players, view player details and also remove players from the system.
Clone this repository to your local machine.
https://github.com/Samstar10/Strathmore-Leos-Player-Management-System.git
Navigate to the project directory
cd Strathmore-Leos-Player-Management-System
Open index.html
in a web browser to use the app
To start up JSON Server, run json-server --watch db.json
in your terminal.
Note: Running this command will instruct json-server
to use a db.json
file in your terminal's current directory, so make sure to run this command from
the same directory as this repository.
Once the server is running, you'll see a list of available resource paths in the terminal.
Open index.html
in your web browser to start using the web application.
Click on the "Register New Player" button to add a new player.
Fill in the player details including name, height, weight, age, position and upload an image.
Click the "Submit" button to register the player.
View the list of registered players on the main page.
To remove a player, click the "Remove Player" button on their card.
- Register new players with their details including name, height, weight, age, position, and an image.
- View a list of registered players with their basic information and profile picture.
- Remove players from the system.
If you'd like to contribute to this project, follow these steps:
- Fork the repository
- Create a new branch for your feature:
git checkout -b feature-newfeature
- Make changes and commit them:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature-newfeature
- Create a pull request