{"id":22316355,"url":"https://github.com/anonymousknight07/ticketsphere","last_synced_at":"2026-04-05T23:35:36.717Z","repository":{"id":266163891,"uuid":"897579070","full_name":"anonymousknight07/TicketSphere","owner":"anonymousknight07","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-17T10:35:20.000Z","size":4754,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T01:49:45.114Z","etag":null,"topics":["appwrite","css","icons","react","tailwind"],"latest_commit_sha":null,"homepage":"https://ticketsecell.vercel.app/","language":"JavaScript","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/anonymousknight07.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-12-02T21:49:29.000Z","updated_at":"2025-01-17T10:35:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"cbecb21a-33bd-4e37-aa31-55cc61d3fccb","html_url":"https://github.com/anonymousknight07/TicketSphere","commit_stats":null,"previous_names":["anonymousknight07/ticketsphere"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonymousknight07%2FTicketSphere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonymousknight07%2FTicketSphere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonymousknight07%2FTicketSphere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anonymousknight07%2FTicketSphere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anonymousknight07","download_url":"https://codeload.github.com/anonymousknight07/TicketSphere/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245581560,"owners_count":20638998,"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":["appwrite","css","icons","react","tailwind"],"created_at":"2024-12-03T23:06:11.209Z","updated_at":"2025-12-30T23:24:41.899Z","avatar_url":"https://github.com/anonymousknight07.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TicketSphere - Event Ticketing Application for Entrepreneurship Cell of IARE\n![image](https://github.com/user-attachments/assets/d9b2dc95-f305-4937-baaa-bc19fc24c0c5)\n\n\n**TicketSphere** is a comprehensive event ticketing application designed for the **Entrepreneurship Cell (E-Cell)** of **IARE**. The platform enables users to explore and RSVP for events hosted by the E-Cell, including workshops, networking events, seminars, and more. This app provides a seamless way for attendees to register for events and manage their participation.\n\n## Tech Stack\n\n- **Next.js**: A powerful React framework that enables server-side rendering and static site generation for optimal performance and SEO.\n- **Tailwind CSS**: A utility-first CSS framework that allows for rapid styling and customization of the application with minimal effort.\n- **Appwrite Cloud**: A powerful backend-as-a-service (BaaS) platform that handles authentication, databases, file storage, and more, ensuring smooth backend operations for the app.\n- **React Toastify**: A simple library used to display notifications to users for various actions such as event registration, reminders, and errors.\n- **EmailJS**: A service used to send event-related emails such as confirmation of RSVP, reminders, and updates.\n\n## Features\n\n### 1. **Event Listing and Details**\n   - Users can view a list of upcoming events hosted by the Entrepreneurship Cell.\n   - Each event has detailed information including the event title, date, time, description, and the ability to RSVP.\n\n### 2. **RSVP Functionality**\n   - Attendees can register for events by RSVPing directly through the application.\n   - The platform ensures that only those who RSVP are counted as participants and can access the event.\n\n### 3. **Email Notifications**\n   - **EmailJS** is integrated to send automated email notifications when users RSVP for an event, confirming their participation and providing event details.\n   - Attendees will also receive reminders and updates about the event as the date approaches.\n\n### 4. **User Authentication and Registration**\n   - Users can create an account and log in securely using the **Appwrite Cloud** authentication system.\n   - Authentication is handled via email and password for easy user management.\n\n### 5. **Admin Panel (Future Enhancement)**\n   - The platform allows admins to add, update, or remove events directly from the dashboard, keeping the event listings current.\n\n## How to Use\n\n### 1. **Sign Up / Login**\n   - To get started, users need to sign up or log in to the application using their email and password.\n\n### 2. **Browse Events**\n   - After logging in, users can browse a list of upcoming events organized by the Entrepreneurship Cell of IARE.\n   - Each event includes information such as the event title, description, date, and time.\n\n### 3. **RSVP for Events**\n   - If you’re interested in attending an event, simply click on the \"RSVP\" button.\n   - Once your RSVP is confirmed, you’ll receive an email with event details and a confirmation of your attendance.\n\n### 4. **Email Reminders**\n   - As the event date approaches, the app will send reminder emails to ensure you don’t miss out.\n\n## Installation\n\n### Prerequisites:\n- **Node.js** (v16 or above)\n- **npm** or **yarn**\n\n### Steps to Set Up Locally:\n1. Clone the repository:\n```bash\n   git clone https://github.com/yourusername/ticketsphere.git\n```\n2. Navigate into the project directory:\n\n```bash\ncd ticketsphere\n```\n3. Install dependencies:\n\n```bash\nnpm install\nor\nyarn install\n```\n4. Set up environment variables:\n```bash\nCreate a .env.local file in the root of the project.\nAdd the necessary environment variables for Appwrite, EmailJS, and other configuration settings.\n```\n5. Run the development server:\n\n```bash\nnpm run dev\nor\nyarn dev\n```\nThis will start the app on http://localhost:3000.\n\n\n## Contributing\nWe welcome contributions to TicketSphere! Whether you’re fixing bugs, adding new features, or improving the documentation, feel free to fork the project and submit a pull request. Please ensure to follow the code style and include tests for any new features.\n\n## Steps to Contribute:\n- Fork the repository\n- Create a new branch for your feature/fix\n- Make your changes\n- Test your changes\n- Submit a pull request\n\n\n## Contact\nFor any questions or support, please contact us at ecelliare.ac.in.\n![transparentlogo](https://github.com/user-attachments/assets/07b16e6e-d07c-44d6-8b21-8717e7ff5d04)\n   \n   \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonymousknight07%2Fticketsphere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanonymousknight07%2Fticketsphere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanonymousknight07%2Fticketsphere/lists"}