Skip to content

A web-based system for managing an inter-school competition with Live Leaderboard feature. Created for Geeta University's Interschool Dance, Singing & Declamation Competition 2023.

License

Notifications You must be signed in to change notification settings

TheKaushikGoswami/Interschool-Registration

Repository files navigation

Inter-School Competition Management System

License Contributions welcome PHP MySQL

This project is a web-based system for managing an inter-school competition, covering events such as Group Dance, Singing, and Declamation.

Make sure to ⭐ the Repo if you liked it -- It Helps!

📷 Screenshots

Register Judges Leaderboard

Features

  • Event Registration: Schools can register for the competition, providing details of participants and teachers.
  • Judges Panel: Separate panels for Dancing, Singing, and Declamation events for judges to submit scores.
  • Leaderboards: Dynamic leaderboards to display scores and rankings for each competition category.
  • Scoring System: Judges can submit scores for different criteria, and the system calculates total scores.
  • Database Integration: Utilizes a MySQL database for storing competition-related data.

📂 Files:

  1. config.php:

    • Purpose: Configuration file for database connection.
    • Usage: Include this file in other PHP files that need database access.
  2. Database.php:

    • Purpose: PHP class for database operations (insert, select, etc.).
    • Usage: Used to interact with the MySQL database.
  3. declamation.php:

    • Purpose: Web page for entering scores in the Declamation competition.
    • Usage: Judges submit scores, and the data is stored in the database.
  4. judges.php:

    • Purpose: Landing page for judges to access different competition panels.
    • Usage: Provides links to panels for Dancing, Singing, and Declamation events.
  5. leaderboard.php:

    • Purpose: Displays leaderboards for each competition category.
    • Usage: Retrieves data from the database and presents it in a tabular format.
  6. register.php:

    • Purpose: Allows schools to register for the competition, providing details of participants and teachers.
    • Usage: Captures school details, participant information, and teacher details, storing them in the database.
  7. singing.php:

    • Purpose: Web page for entering scores in the Singing competition.
    • Usage: Judges submit scores, and the data is stored in the database.
  8. assets/:

    • Purpose: Directory for storing assets like images and stylesheets.
  9. interschool2023.sql:

    • Purpose: SQL file for creating the database and tables.
    • Usage: Import this file into phpMyAdmin to create the database.

🛠 Installation Steps

  1. Clone the repository:

    git clone https://github.com/your-username/inter-school-competition.git
  2. Install XAMPP.

  3. Start the Apache and MySQL modules in XAMPP.

  4. Open the htdocs folder in the XAMPP installation directory.

  5. Copy the cloned repository folder into the htdocs folder.

  6. Open the phpMyAdmin page in your browser.

  7. Create a new database named interschool2023.

  8. Import the interschool2023.sql file into the database.

  9. Open the config.php file and update the database credentials.

  10. Open the register.php file in your browser.

  11. Register a school and start using the system!

📝 License

This project is licensed under the Apache License 2.0 License. See the LICENSE file for details.

👨‍💻 Author

Created by:


Made with ❤ in India

About

A web-based system for managing an inter-school competition with Live Leaderboard feature. Created for Geeta University's Interschool Dance, Singing & Declamation Competition 2023.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published