This PHP application is designed to facilitate the tracking of results for throws and jumps in athletics events. With this app, you can easily register athletes, input their results, and visualize the final podium standings.
- Athlete Registration: Easily register athletes with their details such as name, category and personal best.
- Result Input: Input results for various athletics events including throws and jumps.
- Podium Display: View the final podium standings based on the entered results.
-
Installation:
- Clone this repository to your local machine.
- Make sure you have PHP installed.
- Set up a MySQL database and import the provided schema (
database.sql
).
-
Run the Application:
- Navigate to the project directory in your terminal.
- Start the PHP development server:
php -S localhost:8000
. - Access the application in your browser:
http://localhost:8000
.
-
Usage:
- Register athletes using the provided form.
- Input results for throws and jumps using the corresponding forms.
- View the final podium standings to see the top performers.
- PHP
- MySQL
- Bootstrap
- HTML
- CSS
- Jakub Holub
This project is licensed under the MIT License - see the LICENSE file for details.