{"id":17901528,"url":"https://github.com/radser2001/online-event-management-system","last_synced_at":"2026-04-08T11:32:30.754Z","repository":{"id":167657048,"uuid":"643090791","full_name":"Radser2001/Online-Event-Management-System","owner":"Radser2001","description":"Y2S2 IT Project (ITP)","archived":false,"fork":false,"pushed_at":"2023-05-21T09:21:06.000Z","size":8003,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:18:26.971Z","etag":null,"topics":["express","itp","materialui","mongodb","nodejs","reactjs","sliit","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Radser2001.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-05-20T04:36:40.000Z","updated_at":"2025-02-08T05:53:01.000Z","dependencies_parsed_at":"2023-07-25T14:31:51.160Z","dependency_job_id":null,"html_url":"https://github.com/Radser2001/Online-Event-Management-System","commit_stats":null,"previous_names":["radser2001/online-event-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Radser2001/Online-Event-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radser2001%2FOnline-Event-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radser2001%2FOnline-Event-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radser2001%2FOnline-Event-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radser2001%2FOnline-Event-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Radser2001","download_url":"https://codeload.github.com/Radser2001/Online-Event-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Radser2001%2FOnline-Event-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["express","itp","materialui","mongodb","nodejs","reactjs","sliit","tailwindcss"],"created_at":"2024-10-28T16:01:34.329Z","updated_at":"2026-04-08T11:32:30.716Z","avatar_url":"https://github.com/Radser2001.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UniEventPro\n\nUniEventPro is an Online Event Management System developed for the 2nd Year 2nd Semester ITP Module by a team of 8 members. The system is built using the MERN stack (MongoDB, ExpressJS, ReactJS, NodeJS) and utilizes TailwindCSS and MaterialUI for styling.\n\n## Responsibilities\n\nAs a member of the development team, my primary responsibility was to implement and maintain the **Partner Management** functionality. This involved designing and developing components, forms, views, and database interactions to effectively manage volunteers, sponsors, and speakers for events.\n\n## Partner Management\n\nThe Partner Management feature allows organizers to manage volunteers, sponsors, and speakers, while providing volunteers with various opportunities. Here's an overview of the functionality:\n\n\u003cdetails\u003e\n  \u003csummary style=\"font-size: 18px\"\u003eVolunteer Management \u003c/summary\u003e\n\n- **Read**: View available volunteer opportunities, detailed information about specific opportunities, submitted volunteer forms, application status, and schedule/assignments.\n\n- **Create**: Fill out a registration form to become a volunteer.\n\n- **Update**: Modify volunteer form information.\n\n- **Delete**: Remove volunteer form.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary style=\"font-size: 18px\"\u003e Organizer Management \u003c/summary\u003e\n\n- **Create**: Add sponsor details using a sponsor form, add speaker details using a speaker form, add opportunity details using a opportunity form.\n\n- **Read**: View registered volunteers, speakers, and sponsors, opportunities, as well as event-specific partners in a table view. Generate reports related to partners and opportunities.\n\n- **Update**: Update partner and opportunity details using an update form, and update the status of volunteer applications in a table.\n\n- **Delete**: Delete partners (speakers, sponsors, volunteers) and opportunities.\n\n\u003c/details\u003e\n\n\n\n## Tech Stack\n\n- MongoDB: Database to store event and partner data.\n- ExpressJS: Backend framework for handling API requests.\n- ReactJS: Frontend library for building user interfaces.\n- NodeJS: Server-side JavaScript runtime.\n- TailwindCSS: CSS framework for styling.\n- MaterialUI: UI component library for React.\n\n## Screenshots\n\n\u003cdetails\u003e\n  \u003csummary style=\"font-size: 16px\"\u003eVolunteer Management\u003c/summary\u003e\n  \n### View Available Volunteer Opportunities\n\n  ![View Available Volunteer Opportunities](Screenshots/OpportunitiesList.png)\n\n### Detailed Information about Specific Opportunities\n\n  ![Detailed Information about Specific Opportunities](Screenshots/OpportunityDetails.png)\n\n### Volunteer Registration Form\n\n  ![Volunteer Registration Form](Screenshots/VolunteerRegistrationForm.png)\n\n### Submitted Volunteer Forms\n\n  ![Submitted Volunteer Forms](Screenshots/AppliedOpportunities.png)\n\n### Update Submitted Volunteer Forms\n\n  ![Update Submitted Volunteer Forms](Screenshots/UpdateVolunteerForm.png)\n\n### Application Status and Schedule/Assignments\n\n  ![Application Status and Schedule/Assignments](Screenshots/schedulesAndAssignments.png)\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n  \u003csummary style=\"font-size: 16px\"\u003eOrganizer Management\u003c/summary\u003e\n\n ![Organization dashboard overview](Screenshots/OrgOverview.png)\n\n### Add Sponsor Details using Sponsor Form\n\n  ![Add Sponsor Details using Sponsor Form](Screenshots/AddSponsor.png)\n\n### Add Speaker Details using Speaker Form\n\n  ![Add Speaker Details using Speaker Form](Screenshots/AddSpeaker.png)\n\n### Create Opportunities using Opportunity Form\n\n  ![Create Opportunities using Opportunity Form](Screenshots/AddOpportunity.png)\n\n### View Event-Specific Registered Volunteers, Speakers, Sponsors and Opportunities\n\n  ![View Registered Speakers](Screenshots/EventSpeakers.png)\n  ![View Registered Sponsors](Screenshots/EventSponsors.png)\n  ![View Registered Opportunities](Screenshots/EventOpportunities.png)\n  ![View Registered Volunteers](Screenshots/EventVolunteers.png)\n  \n### Update Sponsor Details using Update Form\n\n  ![Update Sponsor Details using Update Form](Screenshots/UpdateSponsor.png)\n\n### Update Speaker Details using Update Form\n\n  ![Update Speaker Details using Update Form](Screenshots/UpdateSpeaker.png)\n\n### Update Opportunity Details using Update Form\n\n  ![Update Opportunity Details using Update Form](Screenshots/UpdateOpportunity.png)\n\n### Update the Status of Volunteer Applications in a Table\n\n  ![Update the Status of Volunteer Applications in a Table](Screenshots/UpdateVolunteerStatus.png)\n\n### Generate Reports related to Partners\n\n  ![Generate Reports related to Partners](Screenshots/Reports.png)\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradser2001%2Fonline-event-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradser2001%2Fonline-event-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradser2001%2Fonline-event-management-system/lists"}