{"id":21566755,"url":"https://github.com/lukewait/gc-esports-app","last_synced_at":"2025-10-06T10:23:48.130Z","repository":{"id":250100330,"uuid":"833371332","full_name":"LukeWait/gc-esports-app","owner":"LukeWait","description":"Provides a GUI interface to simplify the management of e-sports competition data stored on CSV files. This Java application was developed as part of a TAFE QLD assignment.","archived":false,"fork":false,"pushed_at":"2024-07-26T00:36:45.000Z","size":1443,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T05:31:56.830Z","etag":null,"topics":["competition-manager","csv-manipulation-utitilies","esports-management","gui","java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LukeWait.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-24T23:09:42.000Z","updated_at":"2024-07-26T00:36:51.000Z","dependencies_parsed_at":"2024-07-25T07:25:54.592Z","dependency_job_id":"f79dcd11-8660-40a1-8cc0-ea57a6265db2","html_url":"https://github.com/LukeWait/gc-esports-app","commit_stats":null,"previous_names":["lukewait/gc-esports-app"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/LukeWait/gc-esports-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeWait%2Fgc-esports-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeWait%2Fgc-esports-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeWait%2Fgc-esports-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeWait%2Fgc-esports-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukeWait","download_url":"https://codeload.github.com/LukeWait/gc-esports-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeWait%2Fgc-esports-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266580410,"owners_count":23951219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["competition-manager","csv-manipulation-utitilies","esports-management","gui","java"],"created_at":"2024-11-24T10:27:59.375Z","updated_at":"2025-10-06T10:23:43.071Z","avatar_url":"https://github.com/LukeWait.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gold Coast E-Sports Competition App\n## Description\nThis application helps manage competition data effectively using a user-friendly GUI. The app interacts with CSV files to manage teams, matches, and results.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/LukeWait/gc-esports-app/raw/main/src/images/gc-esports-app-screenshot.png\" alt=\"App Screenshot\" width=\"600\"\u003e\n\u003c/p\u003e\n\n## Table of Contents\n- [Installation](#installation)\n- [Usage](#usage)\n- [Development](#development)\n- [License](#license)\n- [Acknowledgments](#acknowledgments)\n- [Source Code](#source-code)\n- [Dependencies](#dependencies)\n\n## Installation\n### Prerequisites\nEnsure that Java JDK 17 is installed on your system:\n- **Windows**: Download and install [Java JDK 17](https://www.oracle.com/java/technologies/javase-jdk17-downloads.html).\n- **Linux**: Install Java JDK 17 using your package manager:\n  ```sh\n  sudo apt-get install openjdk-17-jdk   # For Debian-based systems\n  ```\n\n### Executable\n1. Download the latest release from the [releases page](https://github.com/LukeWait/gc-esports-app/releases).\n2. Extract the contents to a desired location.\n3. Run the `gc-esports-app.jar` file:\n   - **Windows**: Simply double-click the `gc-esports-app.jar` file to run it.\n   - **Linux**: Make the `.jar` file executable and run it:\n     ```sh\n     chmod +x gc-esports-app.jar\n     java -jar gc-esports-app.jar\n     ```\n\n### From Source\nTo install and run the application from source:\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/LukeWait/gc-esports-app.git\n    cd gc-esports-app\n    ```\n2. Open the project directory with Apache NetBeans or another compatible IDE to build and run the application.\n\n\n## Usage\n1. Launch the application.\n2. Use the provided functions to interact with the data:\n   - Create and view competition data.\n   - Create, view, and update team/player data.\n   - Note: There is currently no option to delete data.\n   - You will be prompted to save changes on exit.\n\n### Application Functions\n- **View All Team Competition Results**: Display a comprehensive list of all past competition results.\n- **View List of Top Teams**: Show a scoreboard with the top-performing teams based on competition results.\n- **Add New Competition Results**: Input and save results for new competitions.\n- **Add New Team**: Register a new team, including their contact information.\n- **Update Existing Team**: Modify the details of an already registered team.\n\n## Development\nThis project was developed using Apache NetBeans, an integrated development environment (IDE) that facilitates Java application development. If using a different IDE, you may need to configure the environment to ensure compatibility with the project.\n\n### Project Structure\n```sh\ngc-esports-app/\n├── nbproject/                # NetBeans settings\n├── data/                     # CSV storage files\n├── src/\n│   ├── images/               # GUI design elements\n│   └── gcesportsapp/         # Project source code\n│       ├── GCEsportsApp.java\n│       ├── GCEsportsApp.form\n│       ├── Competition.java\n│       └── Team.java\n├── build.xml                 # Build configuration\n└── manifest.mf               # Manifest file for the JAR\n```\n\n### Data Storage\nThe application manages data through three CSV files:\n- `competitions.csv`: Contains details of previous competition results.\n- `players.csv`: Contains a list of players in each team.\n- `teams.csv`: Contains contact information for each team registered.\n\n### Creating New Releases\n- **Build the Application**: Use your IDE to compile and package the application into a `.jar` executable.\n\n- **Include CSV Files**: When the build is complete, ensure that the `data` directory containing the `.csv` files is copied to the `dist` folder to provide the persistent memory required by the application.\n\n## License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Acknowledgments\nThis project was developed as part of an assignment at TAFE Queensland for subject ICTPRG430.\n\nProject requirements and initial GUI design/codebase provided by Hans Telford.\n\n## Source Code\nThe source code for this project can be found in the GitHub repository: [https://github.com/LukeWait/gc-esports-app](https://www.github.com/LukeWait/gc-esports-app).\n\n## Dependencies\n- Java JDK 17\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukewait%2Fgc-esports-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukewait%2Fgc-esports-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukewait%2Fgc-esports-app/lists"}