{"id":20245705,"url":"https://github.com/lucasrznd/sorteador-educadora","last_synced_at":"2025-06-23T20:06:58.802Z","repository":{"id":173213888,"uuid":"650396624","full_name":"lucasrznd/sorteador-educadora","owner":"lucasrznd","description":"Prize Drawer App with Java Swing.","archived":false,"fork":false,"pushed_at":"2024-05-22T19:42:13.000Z","size":540,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T15:47:01.937Z","etag":null,"topics":["jasperreports","java","java-swing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucasrznd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-06-07T01:42:58.000Z","updated_at":"2024-05-22T19:42:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"510e7ba3-9838-4536-9a8c-655e8a47e5ff","html_url":"https://github.com/lucasrznd/sorteador-educadora","commit_stats":null,"previous_names":["lucasrznd/sorteador-educadora"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucasrznd/sorteador-educadora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Fsorteador-educadora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Fsorteador-educadora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Fsorteador-educadora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Fsorteador-educadora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasrznd","download_url":"https://codeload.github.com/lucasrznd/sorteador-educadora/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasrznd%2Fsorteador-educadora/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261548736,"owners_count":23175495,"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","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":["jasperreports","java","java-swing"],"created_at":"2024-11-14T09:23:24.567Z","updated_at":"2025-06-23T20:06:58.771Z","avatar_url":"https://github.com/lucasrznd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003ePrize Drawer with Java Swing\u003c/h2\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white)\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"#description\"\u003eDescription\u003c/a\u003e • \n \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e • \n \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n \u003ca href=\"#contribution\"\u003eContribution\u003c/a\u003e \n\u003c/p\u003e\n\n\u003ch2 id=\"description\"\u003e📙 Description\u003c/h2\u003e\nThis App is a desktop application developed in Java Swing to conduct simple raffles. It allows adding participants, choosing prizes, selecting the announcer, and conducting raffles easily and quickly.\n\n\u003ch2 id=\"features\"\u003e✨ Features\u003c/h2\u003e\n\n- **Participant Registration**: Add names and neighborhoods of participants to a table.\n- **Prize Selection**: Choose from the available prizes for the raffle.\n- **Announcer Selection**: Choose who will be the announcer responsible for the raffle.\n- **Raffle Execution**: Execute the raffle of participants and view the winner's name on the screen.\n- **Gift Voucher Generation**: Create a report using JasperReports containing information about the conducted raffle.\n\n### Technologies Used\n\n- **Java Swing**: Graphic library for creating user interfaces in Java.\n- **MySQL**: Database used to store participant and raffle data.\n- **JasperReports**: Reporting tool for Java.\n\n### Prerequisites\n\n- Java Development Kit 20 (JDK) installed\n- MySQL Server installed and configured\n- JasperReports libraries added to the project\n\n\u003ch2 id=\"installation\"\u003e🛠️ Installation\u003c/h2\u003e\n\n1. Clone this repository: git clone https://github.com/lucasrznd/sorteador-educadora.git\n2. Import the project into your Java IDE (I recommend NetBeans).\n3. Configure the **database credentials** in the connection file.\n4. Ensure that the **JasperReports** libraries are correctly configured.\n\n### Usage\n\n1. Run the application.\n2. Add participants to the table.\n3. Choose the prize and the announcer.\n4. Conduct the raffle by clicking on the corresponding button.\n5. Generate the Gift Voucher when necessary.\n\n### Screens\n\n\u003cdiv\u003e\n  \u003cimg src=\"https://github.com/lucasrznd/sorteador-educadora/blob/main/src/main/resources/images/readme/1.%20view-principal.png\" width=\"400px\" /\u003e\n  \u003cimg src=\"https://github.com/lucasrznd/sorteador-educadora/blob/main/src/main/resources/images/readme/3.%20view-valebrinde.png\" width=\"400px\" height=\"295px\" /\u003e\n\u003c/div\u003e\n\n\u003ch2 id=\"contribution\"\u003e🤝 Contribution\u003c/h2\u003e\n\nContributions are welcome! If you have suggestions, improvements, or find bugs, feel free to open an issue or submit a pull request.\n\n\u003ch2 id=\"author\"\u003e👨🏻‍💻 Author\u003c/h2\u003e\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lucasrznd\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/101664450?v=4\u0026v=\" width=\"115px;\" alt=\"Lucas Rezende\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLucas Rezende\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr/\u003e\u003ca title=\"Código\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasrznd%2Fsorteador-educadora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasrznd%2Fsorteador-educadora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasrznd%2Fsorteador-educadora/lists"}