{
  "issues": [
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/178",
      "id": 3507199642,
      "node_id": "I_kwDOOTQ5d87RC56a",
      "number": 178,
      "title": "Allow manual entry for players and rounds on Create Room (in addition to icon/arrow selection)",
      "user": {
        "login": "voidcommit-afk",
        "id": 230678117,
        "node_id": "U_kgDODb_eZQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/230678117?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/voidcommit-afk",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 0,
      "created_at": "2025-10-12T13:31:21Z",
      "updated_at": "2025-10-12T13:31:21Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "On the Create Room page, the fields for ‘number of players’ and ‘number of rounds’ currently only allow changes via icon clicks. It would improve usability and accessibility if users could also enter values directly with the keyboard. Please consider switching to or adding number input fields that enforce min/max limits, with optional increment/decrement arrows.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/178/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/176",
      "id": 3505890664,
      "node_id": "I_kwDOOTQ5d87Q96Vo",
      "number": 176,
      "title": "Navbar logo in Sign In Page redirects to Home even without Login",
      "user": {
        "login": "anupa-rb",
        "id": 88531716,
        "node_id": "MDQ6VXNlcjg4NTMxNzE2",
        "avatar_url": "https://avatars.githubusercontent.com/u/88531716?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/anupa-rb",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-11T14:13:29Z",
      "updated_at": "2025-10-11T14:15:22Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "On the Sign In page, clicking the navbar logo redirects the user to the Home page even if they are not logged in. This allows unauthenticated users to access the Home page.\n\n![Image](https://github.com/user-attachments/assets/bb0a3789-12b7-4db1-b701-47b27214c2fc)",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/176/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/160",
      "id": 3483455937,
      "node_id": "I_kwDOOTQ5d87PoVHB",
      "number": 160,
      "title": "[Bug:] Server Fails to Store and Enforce the Host's Player Limit",
      "user": {
        "login": "Sansi-28",
        "id": 157406336,
        "node_id": "U_kgDOCWHUgA",
        "avatar_url": "https://avatars.githubusercontent.com/u/157406336?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Sansi-28",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-04T09:19:45Z",
      "updated_at": "2025-10-04T09:25:15Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "This vulnerability is a two-part failure on the server-side:\n\n1. The server ignores and discards the maximum player limit set by the host during room creation.\n2. The server fails to check if a room is full before allowing new players to join.\n\nPart 1: The Client-Side - Where the Rule is Set\n\nThe host sets a rule, but this is only happening in the user's browser.\n\nFile: client/src/pages/CreateRoom.jsx\n\n Evidence: In this file, the UI for setting the number of players is explicitly capped at a maximum of 12.\n    code Jsx\n\n            \n        [\n          { label: \"NO. OF PLAYERS\", value: players, set: setPlayers, max: 12 }, // <--- The UI limit is set here.\n          { label: \"NO. OF ROUNDS\", value: rounds, set: setRounds, max: 20 },\n        ].map(/* ... */)\n\n  \n\nWhen the host clicks \"Create Room,\" this number is sent to the server in the request payload.\ncode JavaScript\n\n                \n            const payload = {\n                // ...\n                players, // <--- The number set by the host (e.g., 8, 10, or 12) is sent here.\n                // ...\n            };\n        \n            const res = await fetch(\"https://guessync.onrender.com/api/room/create\", {\n                method: \"POST\",\n                // ...\n                body: JSON.stringify(payload),\n            });\n        \n      \n\nPart 2: The Server-Side - Where the Rule is Ignored\n\nThis is the core of the bug. The server receives the rule but does nothing with it.\n\n File: server/controllers/roomController.js\n\n  Function: createRoom\n\nEvidence of Failure 1 (Ignoring the Limit): The controller receives the players variable from the request body but never saves it to the database. It is immediately discarded.\n    code JavaScript\n\n    \n              // ... inside createRoom function in roomController.js\n              export const createRoom = async (req, res) => {\n                const {\n                  // ...\n                  players, // <--- This variable is received from the client...\n                  // ...\n                } = req.body;\n              \n                // ...\n              \n                const newRoom = new Room({\n                  // ...\n                  // ... But `players` is NEVER used here. It's not saved anywhere.\n                  settings: {\n                    rounds,\n                    duration,\n                    language: req.body.language || \"tamil\",\n                  },\n                  // ...\n                });\n                \n                await newRoom.save(); // The room is saved without its max player limit.\n                // ...\n              };\n              \n  \n\nFile: server/controllers/roomController.js\n\nFunction: joinRoom\n\n\nEvidence of Failure 2 (Not Checking for Full Room): When another user tries to join, this function checks if the room exists but has no logic to check the number of current players.\ncode JavaScript\n\n    \n                // ... inside joinRoom function in roomController.js\n                export const joinRoom = async (req, res) => {\n                  const { code, uid, name, avatar } = req.body;\n                \n                  try {\n                    const room = await Room.findOne({ code });\n                    // ... (checks if room exists, checks if user already joined) ...\n                \n                    // !!! --- CRITICAL FLAW IS HERE --- !!!\n                    // There is NO code here that checks:\n                    // if (room.players.length >= room.settings.maxPlayers)\n                    // It completely skips this vital check.\n                \n                    room.players.push({ uid, name, avatar }); // It adds the player unconditionally.\n                    await room.save();\n                \n                    res.json({ message: \"Joined room\", room });\n                  } catch (err) {\n                    // ...\n                  }\n                };\n                \n Part 2 : demo\nHere, the host sets limit as one but we can see in the below second image that two and more participants are able to wait in the room followed by participation.\n<img width=\"1876\" height=\"936\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e70d3172-ea06-4f79-bb58-2d61455edbc0\" />\n\n<img width=\"1876\" height=\"936\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/f0558dc8-da32-4f07-9dd1-b9591f47ee79\" />",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/160/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": [
        174
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/156",
      "id": 3483233259,
      "node_id": "I_kwDOOTQ5d87Pnevr",
      "number": 156,
      "title": "Bug: Navbar still shows \"Login\" after successful login instead of \"Logout\" [Hactoberfest]",
      "user": {
        "login": "aadiexii",
        "id": 150658600,
        "node_id": "U_kgDOCPreKA",
        "avatar_url": "https://avatars.githubusercontent.com/u/150658600?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/aadiexii",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 3,
      "created_at": "2025-10-04T05:09:47Z",
      "updated_at": "2025-10-05T05:18:48Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "## Description\nAfter logging in, the user session is active (login succeeds), but the navbar still shows the **Login** option instead of switching to **Logout**.\n\n## Steps to Reproduce\n1. Go to the app.\n2. Log in with valid credentials.\n3. Observe that the navbar still shows \"Login\".\n\n## Expected Behavior\n- Once logged in:\n  - The navbar should display **Logout** instead of **Login**.\n  - On clicking **Logout**, user data should be cleared from localStorage (or session storage).\n  - User should be redirected to the login page.\n\n## Actual Behavior\n- The user successfully logs in but still sees **Login** in the navbar.\n\n## Notes\nThis seems like a session handling / state management issue. \n\nI would like to work on the issue.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/156/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/154",
      "id": 3483214621,
      "node_id": "I_kwDOOTQ5d87PnaMd",
      "number": 154,
      "title": "Adding license in the readme file ",
      "user": {
        "login": "vinitjain2005",
        "id": 161056675,
        "node_id": "U_kgDOCZmHow",
        "avatar_url": "https://avatars.githubusercontent.com/u/161056675?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/vinitjain2005",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 0,
      "created_at": "2025-10-04T04:50:57Z",
      "updated_at": "2025-10-04T04:50:57Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "I will add the license and the badge in the readme file. I am a hacktoberfest contributer please assign these task to me.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/154/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/148",
      "id": 3481533152,
      "node_id": "I_kwDOOTQ5d87Pg_rg",
      "number": 148,
      "title": "Not able to give the hint generated",
      "user": {
        "login": "Pritesh-30",
        "id": 190011583,
        "node_id": "U_kgDOC1NYvw",
        "avatar_url": "https://avatars.githubusercontent.com/u/190011583?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Pritesh-30",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-03T15:24:05Z",
      "updated_at": "2025-10-03T16:45:50Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Bug\n<img width=\"1916\" height=\"907\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/6c33e26d-12ac-4fc5-a8a8-cb3b4553bad2\" />\nThe gemini api is not generating any hint ,I can work on it. Assign me this issue",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/148/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/146",
      "id": 3481202557,
      "node_id": "I_kwDOOTQ5d87Pfu99",
      "number": 146,
      "title": "adding logout option",
      "user": {
        "login": "anandshukla15",
        "id": 153289958,
        "node_id": "U_kgDOCSME5g",
        "avatar_url": "https://avatars.githubusercontent.com/u/153289958?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/anandshukla15",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 5,
      "created_at": "2025-10-03T13:51:41Z",
      "updated_at": "2025-10-05T05:19:59Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "as user login through credential , but still in home page login option showing, there must be logout option , which redirect them into login page again\n\n<img width=\"1781\" height=\"818\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c7f04c9e-07a4-4783-8e09-5f546dee6da1\" />",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/146/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/145",
      "id": 3481160189,
      "node_id": "I_kwDOOTQ5d87Pfkn9",
      "number": 145,
      "title": "Improve and add more to the about dev section",
      "user": {
        "login": "Dipanita45",
        "id": 132455672,
        "node_id": "U_kgDOB-Uc-A",
        "avatar_url": "https://avatars.githubusercontent.com/u/132455672?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Dipanita45",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-03T13:39:40Z",
      "updated_at": "2025-10-03T16:46:20Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": null,
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/145/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/140",
      "id": 3480131403,
      "node_id": "I_kwDOOTQ5d87PbpdL",
      "number": 140,
      "title": "[FEATURE] Implement AI-powered duplicate issue detection",
      "user": {
        "login": "sak23042006",
        "id": 138766433,
        "node_id": "U_kgDOCEVoYQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/138766433?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/sak23042006",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-03T07:40:40Z",
      "updated_at": "2025-10-03T07:42:28Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### 📌 Problem\nRepositories often get cluttered with duplicate issues, making it harder for maintainers to manage and wasting contributor effort. Manual duplicate detection is time-consuming and inconsistent.  \n\n### 💡 Proposed Solution\nIntegrate **seroski-dupbot** to automatically detect duplicate issues using embeddings and similarity scoring.  \n\n- **< 5** → Unique (no action).  \n- **5 – 8.5** → Potential duplicate (bot comments with related issues, flagged for review).  \n- **> 8.5** → Clear duplicate (bot comments, labels as `duplicate`, and auto-closes).  \n\n### 🧩 Benefits\n- Saves maintainers’ time.  \n- Reduces issue noise.  \n- Improves contributor experience.  \n\n---\n**Value:** A scalable and automated way to handle duplicates across repositories.  ",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/140/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": [
        143
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/139",
      "id": 3480007084,
      "node_id": "I_kwDOOTQ5d87PbLGs",
      "number": 139,
      "title": "Adding a footer section in every page",
      "user": {
        "login": "vanshikakhator",
        "id": 170328755,
        "node_id": "U_kgDOCicCsw",
        "avatar_url": "https://avatars.githubusercontent.com/u/170328755?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/vanshikakhator",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 2,
      "created_at": "2025-10-03T06:51:22Z",
      "updated_at": "2025-10-03T11:49:47Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Enhancing each page by adding footer section in your website.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/139/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/136",
      "id": 3479888245,
      "node_id": "I_kwDOOTQ5d87PauF1",
      "number": 136,
      "title": "Feature Proposal: Battle Royale Mode, Friend System, and Leaderboards",
      "user": {
        "login": "Akhilnair1306",
        "id": 111660827,
        "node_id": "U_kgDOBqfPGw",
        "avatar_url": "https://avatars.githubusercontent.com/u/111660827?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Akhilnair1306",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 0,
      "created_at": "2025-10-03T05:53:32Z",
      "updated_at": "2025-10-03T05:53:32Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Hi @yep-yogesh 👋, I’d love to contribute by implementing some new features that could enhance the competitive and social aspects of the game:\n\n**Battle Royale Mode**\n\n- Each round eliminates the lowest-scoring player until one remains.\n- Adds tension and a “last man standing” gameplay dynamic.\n\n**Friend System**\n\n- Allow users to add friends, invite them to private games, and track past games together.\n- Encourages retention and repeat play with a social layer.\n\n**Leaderboards**\n\n- Global, regional, and friend-only leaderboards.\n- Creates long-term competition and motivation for players to improve.\n\n**Why this is valuable:**\n\nThese features build on the multiplayer foundation and help improve engagement, replayability, and community.\nPlayers will have reasons to keep coming back beyond just one-off games.\n\n**Proposed Approach (High-Level):**\n\nBattle Royale Mode: Extend existing game state management to support round eliminations.\nFriend System: Leverage Firebase Auth for user IDs + a friends collection in MongoDB.\nLeaderboards: Aggregate scores and cache rankings periodically for performance.\n\n**Next Steps:**\nWould you be open to me starting work on these features (possibly one at a time, starting with Battle Royale mode)?\nI can draft a more detailed technical plan before implementation if needed.\n\nThanks for considering! 🚀",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/136/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/135",
      "id": 3479786117,
      "node_id": "I_kwDOOTQ5d87PaVKF",
      "number": 135,
      "title": "Redirect Logged-In Users to Home Page",
      "user": {
        "login": "yep-yogesh",
        "id": 171794586,
        "node_id": "U_kgDOCj1gmg",
        "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/yep-yogesh",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 8396305507,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Yw",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/help%20wanted",
          "name": "help wanted",
          "color": "008672",
          "default": true,
          "description": "Extra attention is needed"
        },
        "2": {
          "id": 9375103691,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy6yw",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Backend",
          "name": "Backend",
          "color": "2cbc93",
          "default": false,
          "description": "fixes or work need in backend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 8,
      "created_at": "2025-10-03T04:53:23Z",
      "updated_at": "2025-10-05T05:22:56Z",
      "closed_at": null,
      "author_association": "OWNER",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### Description  \nCurrently, all users land on the **Landing Page** by default, regardless of whether they are logged in or not.  \n\nTo improve user experience:  \n- **Logged-in users** should be taken **directly to the Home Page** (where they can immediately create/join a room with their details pre-filled).  \n- **New or logged-out users** should be shown the **Landing Page**, which includes:  \n  - Smooth animated background blobs.  \n  - Login button.  \n  - Explanation of what Guessync is and how to get started.  \n\nThis ensures a seamless experience for returning players, while still giving new users an introduction to the platform.  \n\n---\n\n### Expected Behavior  \n- On site load:  \n  - If **logged in** (valid session token present):  \n    - Redirect to `/landing`.  \n    - Pre-fill user details (username, avatar, user ID) in the input fields.  \n  - If **not logged in**:  \n    - Stay on `/`.  \n    - See animations, explanation of Guessync, and login option.  \n\n---\n\n### Current Behavior  \n- All users (new or logged in) start at the **Landing Page route - \"/\" **.  \n- Returning users must click **Login** again to access Home.  \n---\n\n### Deliverables  \n- Smooth redirect behavior implemented.  \n- Landing Page visible only to new/logged-out users.  \n- Logged-in users skip Landing and go directly to Home.  \n- Screenrecording of a tested flow for both states (new user vs returning user).  \n\n---\n\n### Logged In already\nDisplay this page on entry to site\n\n<img width=\"1920\" height=\"962\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/603b9f06-2132-4aa1-b09f-7ad31d4715b5\" />\n\n---\n\n### New user (Not logged in)\nDisplay this page on entry to site\n\n<img width=\"1920\" height=\"962\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/71e089aa-0f04-47db-ba38-c437b787b411\" />\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/135/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/134",
      "id": 3479758163,
      "node_id": "I_kwDOOTQ5d87PaOVT",
      "number": 134,
      "title": "Building Profile Page from scratch with the given UI",
      "user": {
        "login": "yep-yogesh",
        "id": 171794586,
        "node_id": "U_kgDOCj1gmg",
        "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/yep-yogesh",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305507,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Yw",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/help%20wanted",
          "name": "help wanted",
          "color": "008672",
          "default": true,
          "description": "Extra attention is needed"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9375103691,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy6yw",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Backend",
          "name": "Backend",
          "color": "2cbc93",
          "default": false,
          "description": "fixes or work need in backend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 12,
      "created_at": "2025-10-03T04:34:53Z",
      "updated_at": "2025-10-05T22:08:27Z",
      "closed_at": null,
      "author_association": "OWNER",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### Description  \nWe need to design and implement the **Profile Page** for Guessync.  \nThis page will serve as the user’s personalized dashboard, showcasing their avatar, username, match history, and overall game stats.  \n\nThe page should be built from scratch based on the provided design reference (see attached image). It must include:  \n\n1. **User Header Section**  \n   - Avatar image (user’s chosen avatar from login/selection).  \n   - Username (large, bold text).  \n   - User tag/ID (auto-generated, e.g., `#YOG35H`, copy-to-clipboard functionality).  \n\n2. **Stats Section (Right Side)**  \n   - Trophy count: **Total Wins** (e.g., 46).  \n   - Controller icon: **Games Played** (e.g., 68).  \n   - Music icon: **Songs Guessed Correctly** (e.g., 144).  \n   - Fire icon: **Streaks / Leaderboard Placements** (e.g., 7).  \n   - Stopwatch icon: **Average Guess Time** (e.g., 1.9s).  \n   - Each stat should be inside a yellow/black card with an icon and value.  \n\n3. **Match History Table (Left Side)**  \n   - Title: **Match History** with clock/history icon.  \n   - Table columns:  \n     - **S. no.** (serial number)  \n     - **Date & Time** (match played)  \n     - **Party Name** (room name)  \n     - **Place** (rank/position)  \n     - **Points** (score earned)  \n   - Data should be scrollable if it exceeds the visible section.  \n   - Styling: Yellow background with black text, bold headers, alternating row highlights.  \n\n---\n\n### Expected Behavior  \n- Page matches the design reference.  \n- All data shown should be user-specific (based on logged-in account).  \n- Copy-to-clipboard for user ID works with a click.  \n- Stats are accurate and update when new games are played.  \n- Match History table correctly shows all past matches in descending order (most recent first).  \n<img width=\"1440\" height=\"856\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/1ea6a9eb-7825-4bfe-84fc-ecc18375fdfa\" />\n\n---\n\n### Current Behavior  \n- Profile page route exists.  \n- Profile page has under development placeholder. like this\n\n<img width=\"1920\" height=\"962\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/6d977460-8690-4f2f-86f4-1e4baac5e722\" />\n\n---\n\n### Steps to Implement  \n1. **Frontend (React + TailwindCSS)**  \n   - Build responsive layout (header, stats, match history).  \n   - Implement avatar display + username + tag.  \n   - Add stat cards with icons and values.  \n   - Build styled match history table.  \n\n2. **Backend (Node.js + MongoDB)**  \n   - Create functional endpoint.  \n   - Fetch user details (username, avatar, tag).  \n   - Aggregate stats.  \n   - Return match history list.  \n\n3. **Integration**  \n   - Connect frontend with backend API.  \n   - Ensure real-time updates if user finishes a new game (WebSocket or fetch refresh).  \n\n---\n\n\n### Deliverables  \n- Fully functional **Profile Page**.  \n- Connected backend API for dynamic data.  \n- Responsive design matching provided UI.  \n- Deployed and tested with sample user data.  \n\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/134/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/131",
      "id": 3479281084,
      "node_id": "I_kwDOOTQ5d87PYZ28",
      "number": 131,
      "title": "UI fix",
      "user": {
        "login": "rohith-0601",
        "id": 96645514,
        "node_id": "U_kgDOBcKxig",
        "avatar_url": "https://avatars.githubusercontent.com/u/96645514?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/rohith-0601",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 5,
      "created_at": "2025-10-02T23:29:04Z",
      "updated_at": "2025-10-03T11:04:21Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "<img width=\"1470\" height=\"956\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/314b6eb2-d21e-47d5-9272-9524f2b6caef\" />\nallow me to fix the ui of this buttons with proper spacing and responsiveness",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/131/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/130",
      "id": 3479271445,
      "node_id": "I_kwDOOTQ5d87PYXgV",
      "number": 130,
      "title": "Bug: Login button remains visible after successful login",
      "user": {
        "login": "thejon07",
        "id": 148666144,
        "node_id": "U_kgDOCNx3IA",
        "avatar_url": "https://avatars.githubusercontent.com/u/148666144?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/thejon07",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 5,
      "created_at": "2025-10-02T23:22:29Z",
      "updated_at": "2025-10-05T05:17:53Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "\n<img width=\"961\" height=\"465\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/b3d91b3a-d511-4724-8ebd-e939b65e2af9\" />\nAfter logging in successfully, the Login button is still visible in the top-right corner of the navbar. Instead, it should either disappear or change to something like Logout or show only the user avatar.\n\ni want to work on this issue.please assign me\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/130/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/124",
      "id": 3478515994,
      "node_id": "I_kwDOOTQ5d87PVfEa",
      "number": 124,
      "title": "Remove Navbar from Login Page and Signup Page",
      "user": {
        "login": "shubhamkumarmurmu",
        "id": 161462044,
        "node_id": "U_kgDOCZ-3HA",
        "avatar_url": "https://avatars.githubusercontent.com/u/161462044?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/shubhamkumarmurmu",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 6,
      "created_at": "2025-10-02T18:33:59Z",
      "updated_at": "2025-10-03T06:17:02Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": " ### Description  \nCurrently, the **navbar is visible on the login page and signup page**. This allows users to navigate to other pages **without authentication**, which creates a security and UX issue. \n\n<img width=\"1915\" height=\"896\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/1a2c113e-f17c-45d2-91f7-a585ae16361f\" />\n\n### Potential Problems\n-New users may think they can access the entire app without logging in since the navbar looks available.\n-The login page should be minimal and distraction-free, but a navbar adds unnecessary UI elements.\n\n### Suggested Solution  \n- Conditionally render the navbar component only on authenticated pages.  \n- Exclude navbar from routes like `/login` and `/register`.  \n\n###  Additional Context  \n-Add \"About Dev\" and \"How to Play\" links on the Home Page so that new users can easily access these pages. \n-The \"About Dev\" page will provide information about the developer/team, app purpose, and contact details.\n-The \"How to Play\" page will serve as a quick guide for beginners, explaining how to use or navigate the app.\n\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/124/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/120",
      "id": 3477399285,
      "node_id": "I_kwDOOTQ5d87PROb1",
      "number": 120,
      "title": "Dark Mode Toggle",
      "user": {
        "login": "OUMIMANDAL",
        "id": 198940409,
        "node_id": "U_kgDOC9uW-Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/198940409?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/OUMIMANDAL",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 4,
      "created_at": "2025-10-02T12:47:21Z",
      "updated_at": "2025-10-03T02:08:48Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Description:\nCurrently, the app only supports light mode. Adding a dark mode toggle would improve user experience, especially for night-time use.\n\nProposed Solution:\n\nAdd a theme switcher button (Light/Dark) in the navbar.\n\nStore preference in localStorage so it persists across sessions.\n\nUse CSS variables or Tailwind theme support for easy theming.\n\nExpected Behavior:\n\nUsers can switch between light and dark mode anytime.\n\nApp remembers their last choice even after refresh.\n\nAdditional Context:\n\nThis feature is common in modern web apps and increases accessibility/comfort.\n\nHello @yep-yogesh , I would like to work on this feature. Could you please assign this issue to me so I can implement the dark mode toggle with persistent user preference, for hacktoberfest ?\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/120/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/119",
      "id": 3477388477,
      "node_id": "I_kwDOOTQ5d87PRLy9",
      "number": 119,
      "title": "Currently, scores are tracked per room but there is no global or long-term leaderboard.",
      "user": {
        "login": "OUMIMANDAL",
        "id": 198940409,
        "node_id": "U_kgDOC9uW-Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/198940409?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/OUMIMANDAL",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 2,
      "created_at": "2025-10-02T12:44:20Z",
      "updated_at": "2025-10-02T15:17:07Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Proposed Solution:\n\nAdd a global leaderboard (all-time).\n\nAdd filters: Weekly / Monthly / All-time scores.\n\nDisplay player’s rank and progress (e.g., ↑ going up, ↓ going down).\n\nExpected Behavior:\n\nUsers see their standing beyond a single session.\n\nEncourages competitiveness and repeated gameplay.\n\nAdditional Context:\n\nCould be implemented by saving scores in DB with timestamps.\n\nSimple UI table in a separate “Leaderboard” page.\n@yep-yogesh  Kindly assign this to me, I’d like to work on the leaderboard improvements, for hacktoberfest",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/119/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/116",
      "id": 3477218918,
      "node_id": "I_kwDOOTQ5d87PQiZm",
      "number": 116,
      "title": "Add a CODE_OF_CONDUCT.md file to the repository",
      "user": {
        "login": "dimpal-yadav",
        "id": 177777929,
        "node_id": "U_kgDOCpitCQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/177777929?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/dimpal-yadav",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-02T11:48:42Z",
      "updated_at": "2025-10-02T19:17:33Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "\n🔍 Issue Description\nCurrently, the repository does not have a Code of Conduct.\nAdding a CODE_OF_CONDUCT.md file will set clear expectations for community behavior, help contributors feel welcome, and establish guidelines for respectful collaboration.\n\n✅ Why This is Needed\nEncourages a positive and inclusive environment\nHelps new contributors understand community standards\nOften required for Hacktoberfest and open-source projects\n\n📌 Expected Outcome\nA new CODE_OF_CONDUCT.md file in the project root\nBased on the Contributor Covenant v2.1 (standard widely used in open source)\nLinked from the README.md under Contributing section\n\n📝 Suggested Content\nIntroduction (Our Pledge)\nOur Standards (examples of positive/negative behavior)\nEnforcement Responsibilities\nScope\nEnforcement Guidelines\nContact information for reporting issues",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/116/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/115",
      "id": 3477207200,
      "node_id": "I_kwDOOTQ5d87PQfig",
      "number": 115,
      "title": "Add Contributors Section in README",
      "user": {
        "login": "dimpal-yadav",
        "id": 177777929,
        "node_id": "U_kgDOCpitCQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/177777929?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/dimpal-yadav",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-02T11:44:33Z",
      "updated_at": "2025-10-02T19:16:35Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Description:\nCurrent Problem:\nThe README.md currently lacks a Contributors section to recognize contributors and guide new ones.\n\nProposed Solution:\nAdd a Contributors section at the end of README\nInclude auto-generated contributor badge via contrib.rocks\nUpdate Table of Contents to include this new section\nKeep all existing content intact and improve formatting where necessary\n\nBenefits:\nRecognizes contributors\nMakes the repository more welcoming for new contributors\nImproves documentation readability and structure",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/115/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/114",
      "id": 3477196187,
      "node_id": "I_kwDOOTQ5d87PQc2b",
      "number": 114,
      "title": "Add Issue Template for Bug, Feature, and Enhancement",
      "user": {
        "login": "dimpal-yadav",
        "id": 177777929,
        "node_id": "U_kgDOCpitCQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/177777929?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/dimpal-yadav",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-02T11:40:22Z",
      "updated_at": "2025-10-03T04:27:33Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Description:\nCurrently, the repository does not have a standard issue template. This makes it a bit difficult for contributors to report bugs, suggest new features, or request enhancements in a consistent format.\n\nProposed Solution:\nAdd an Issue Template inside .github/ISSUE_TEMPLATE/issue_template.md.\nThe template should allow users to categorize their issue as:\nBug\nFeature Request\nEnhancement\nInclude sections like Description, Steps to Reproduce (for bugs), Expected Behavior, Suggested Solution, and Additional Context.\n\nBenefits:\nHelps maintainers quickly identify the type of issue.\nImproves clarity for contributors.\nMakes the project more contributor-friendly.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/114/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/113",
      "id": 3477194005,
      "node_id": "I_kwDOOTQ5d87PQcUV",
      "number": 113,
      "title": "Add Pull Request (PR) Template",
      "user": {
        "login": "dimpal-yadav",
        "id": 177777929,
        "node_id": "U_kgDOCpitCQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/177777929?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/dimpal-yadav",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-02T11:39:43Z",
      "updated_at": "2025-10-02T19:18:27Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Description:\nCurrently, the repository does not have a Pull Request (PR) template. This makes it harder for contributors to provide consistent information when opening PRs.\n\nProposed Solution:\nAdd a PR template file at .github/pull_request_template.md.\n\nThe template should include:\nDescription of changes\nRelated issues (Fixes #issue)\nScreenshots (if applicable)\nType of change (Bug fix, Feature, Enhancement, Documentation)\nChecklist (self-review, code style, documentation update)\n\nBenefits:\nEnsures all PRs have consistent structure.\nHelps maintainers review PRs faster.\nImproves contributor experience and professionalism of the project.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/113/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/112",
      "id": 3477190126,
      "node_id": "I_kwDOOTQ5d87PQbXu",
      "number": 112,
      "title": "Add a CONTRIBUTING.md file for Contribution Guidelines",
      "user": {
        "login": "dimpal-yadav",
        "id": 177777929,
        "node_id": "U_kgDOCpitCQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/177777929?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/dimpal-yadav",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-02T11:38:21Z",
      "updated_at": "2025-10-02T19:21:59Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "\n📝 Issue Description\nCurrently, the repository does not have a CONTRIBUTING.md file. This makes it difficult for new contributors to understand how to contribute properly.\n\n✅ Why Important?\nHelps contributors follow consistent practices\nReduces invalid/incorrect pull requests\nDefines coding style, commit message format, and PR guidelines\nExplains how to raise issues, branch naming, and testing requirements\n\n📎 Expected Solution\nCreate a new file CONTRIBUTING.md in the root of the project\n\nAdd sections such as:\nProject setup and prerequisites\nHow to fork and clone the repo\nBranch naming conventions\nCommit message format\nHow to raise issues and pull requests\nCode of Conduct reference",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/112/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/105",
      "id": 3476060479,
      "node_id": "I_kwDOOTQ5d87PMHk_",
      "number": 105,
      "title": "add dockerization",
      "user": {
        "login": "lakshita10341",
        "id": 146752640,
        "node_id": "U_kgDOCL9EgA",
        "avatar_url": "https://avatars.githubusercontent.com/u/146752640?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/lakshita10341",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 9375103691,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy6yw",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Backend",
          "name": "Backend",
          "color": "2cbc93",
          "default": false,
          "description": "fixes or work need in backend"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "lakshita10341",
        "id": 146752640,
        "node_id": "U_kgDOCL9EgA",
        "avatar_url": "https://avatars.githubusercontent.com/u/146752640?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/lakshita10341",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "lakshita10341",
          "id": 146752640,
          "node_id": "U_kgDOCL9EgA",
          "avatar_url": "https://avatars.githubusercontent.com/u/146752640?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/lakshita10341",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-02T05:15:57Z",
      "updated_at": "2025-10-02T07:22:19Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "currently the application is not dockerized, and needs manual setup which is time consuming, can i work on this issue\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/105/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": [
        157
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/101",
      "id": 3475901479,
      "node_id": "I_kwDOOTQ5d87PLgwn",
      "number": 101,
      "title": "Navbar Active State Indicator Missing",
      "user": {
        "login": "yep-yogesh",
        "id": 171794586,
        "node_id": "U_kgDOCj1gmg",
        "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/yep-yogesh",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "2": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 16,
      "created_at": "2025-10-02T03:59:09Z",
      "updated_at": "2025-10-03T14:40:17Z",
      "closed_at": null,
      "author_association": "OWNER",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### Description  \nCurrently, the navbar does not provide a clear active state indication for the page the user is currently on.  \nThis lack of visual feedback makes navigation less intuitive and reduces the overall user experience.  \n\nAdding a distinct active state (e.g., underline, highlight, or color change) will help users quickly identify their current location within the app.  \n\n---\n\n### Expected Behavior  \n- The active page link in the navbar should have a clear visual indicator.  \n- Possible indicators could include:  \n  - A glowing underline effect.  \n  - A change in text color (e.g., brighter yellow).  \n  - A subtle background highlight.  \n- This should update dynamically as the user navigates across pages.  \n\n---\n\n### Current Behavior  \n- The navbar items appear the same regardless of which page the user is on.  \n- Users cannot easily determine which page is currently active.  \n\n---\n\n### Steps to Reproduce  \n1. Open the Guessync app.  \n2. Navigate between pages (e.g., **Home**, **New Room**, **About Dev**, **How to Play**).  \n3. Observe that the navbar does not provide any visual cue about the active page.  \n\n<img width=\"1920\" height=\"962\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/0ddd17df-2882-4e20-9327-12246b78ec82\" />\n\n### Deliverables for PR\n- Screenrecording showcasing the active state for each page on the navbar",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/101/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/100",
      "id": 3475841981,
      "node_id": "I_kwDOOTQ5d87PLSO9",
      "number": 100,
      "title": "Avatar Selection Toggle Not Working",
      "user": {
        "login": "yep-yogesh",
        "id": 171794586,
        "node_id": "U_kgDOCj1gmg",
        "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/yep-yogesh",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9375170926,
          "node_id": "LA_kwDOOTQ5d88AAAACLs3Bbg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Fix",
          "name": "Fix",
          "color": "7b9313",
          "default": false,
          "description": "Fixes broken functionality with straightforward approach"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "GAVIN-DMELLO",
        "id": 196908464,
        "node_id": "U_kgDOC7yVsA",
        "avatar_url": "https://avatars.githubusercontent.com/u/196908464?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/GAVIN-DMELLO",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "GAVIN-DMELLO",
          "id": 196908464,
          "node_id": "U_kgDOC7yVsA",
          "avatar_url": "https://avatars.githubusercontent.com/u/196908464?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/GAVIN-DMELLO",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 12,
      "created_at": "2025-10-02T03:25:28Z",
      "updated_at": "2025-10-02T08:40:04Z",
      "closed_at": null,
      "author_association": "OWNER",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### Description  \nCurrently, when a user selects an avatar, clicking the same avatar again does not deselect it.  \nFor a smoother user experience and intuitive behavior, selecting the same avatar twice should toggle its selection (deselect on second click).  \n\nThis enhancement will give users better control when choosing or changing their avatar.  \n\n---\n\n### Expected Behavior  \n- Clicking on an avatar highlights it as selected.  \n- Clicking the same avatar again should deselect it (removing the highlight).  \n\n---\n\n### Current Behavior  \n- Clicking an avatar highlights it.  \n- Clicking the same avatar again has no effect (it stays selected).  \n\n---\n\n### Steps to Reproduce  \n1. Open the **Login** page.  \n2. Select any avatar by clicking on it.  \n3. Click the same avatar again.  \n4. Observe that the avatar remains selected instead of being deselected.  \n\n\n### Selected\n<img width=\"1920\" height=\"962\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/3b692a55-b32c-48d6-9997-cfa36e3c5c8b\" />\n\n### Deselected\n\n<img width=\"1920\" height=\"962\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/041e4b98-6180-4abb-85d1-4cb5312efdfb\" />",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/100/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/99",
      "id": 3475402343,
      "node_id": "I_kwDOOTQ5d87PJm5n",
      "number": 99,
      "title": "Enhancement: Add Hacktoberfest 2025 Participation Banner to README.md",
      "user": {
        "login": "OminousZephyr",
        "id": 186918200,
        "node_id": "U_kgDOCyQlOA",
        "avatar_url": "https://avatars.githubusercontent.com/u/186918200?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/OminousZephyr",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 4,
      "created_at": "2025-10-01T22:45:27Z",
      "updated_at": "2025-10-02T07:42:42Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "# 📖 Description\nI would like to enhance the README.md by adding official Hacktoberfest 2025 branding at the top of the document. This will highlight that Guessync is participating in Hacktoberfest 2025 and help attract contributors from the open-source community.\n\n## ✅ Benefits\n- **Increases visibility** during Hacktoberfest and attracts potential contributors\n- **Shows community involvement** and commitment to open-source\n- **Creates a welcoming atmosphere** for new contributors joining during the event\n- **Improves discoverability** as participants search for Hacktoberfest projects\n\n## 💡 Proposed Changes\n- Add Hacktoberfest 2025 banner at the very top of README.md (before the Guessync demo GIF)\n- Include a participation announcement with link to Hacktoberfest website\n- Maintain all existing content and structure below the banner\n- Ensure mobile responsiveness and proper image sizing\n\n## 📸 Preview\n\nThe banner will appear at the top like this:\n\n<p align=\"center\">\n  <img src=\"https://hacktoberfest.com/_next/static/media/opengraph.6e804091.png\" alt=\"Hacktoberfest 2025\" width=\"800\" />\n</p>\n\n<p align=\"center\">\n  <strong>🎉 This project is officially participating in Hacktoberfest 2025! 🎉</strong><br/>\n  <a href=\"https://hacktoberfest.com\">Learn more about Hacktoberfest</a>\n</p>\n\n---\n\n## ✅ Checklist\n\n -Add Hacktoberfest banner to the top of README.md\n -Include participation announcement with proper formatting\n -Add link to official Hacktoberfest website\n -Verify all images render correctly on GitHub\n -Ensure proper spacing and visual hierarchy\n -Test mobile responsiveness\n\n## 🙋‍♂️ About Me\nI'm a Hacktoberfest 2025 contributor passionate about improving open-source documentation and making projects more accessible to the community. I'd love to work on this enhancement!\n## ⏱️ Timeline\nIf approved, I can submit a PR with these changes within 24- 48 hours.\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/99/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/98",
      "id": 3474312155,
      "node_id": "I_kwDOOTQ5d87PFcvb",
      "number": 98,
      "title": "Add a Light Mode toggle",
      "user": {
        "login": "Nikhil210206",
        "id": 177778414,
        "node_id": "U_kgDOCpiu7g",
        "avatar_url": "https://avatars.githubusercontent.com/u/177778414?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Nikhil210206",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 8,
      "created_at": "2025-10-01T16:39:13Z",
      "updated_at": "2025-10-07T10:54:26Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Currently the website only has dark and yellow theme, I would like to add a white and yellow theme as it will be given a choice for the users to select. \n\nI would love to contribute to this issue in Hacktober fest 2025",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/98/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/97",
      "id": 3474301422,
      "node_id": "I_kwDOOTQ5d87PFaHu",
      "number": 97,
      "title": "Improve accessibility: semantic structure, ARIA roles, and full keyboard navigation",
      "user": {
        "login": "farazmirzax",
        "id": 166146926,
        "node_id": "U_kgDOCeczbg",
        "avatar_url": "https://avatars.githubusercontent.com/u/166146926?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/farazmirzax",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-10-01T16:35:29Z",
      "updated_at": "2025-10-02T05:16:15Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### Summary\nEnhance the app’s accessibility to meet basic WCAG 2.1 AA practices: proper semantics, focus order, ARIA where needed, and visible focus states.\n\n### Problems Observed\n- Non-semantic div/spans used where buttons/headings appropriate.\n- Missing alt text on images/icons.\n- Inconsistent or invisible focus outlines.\n- No skip-to-content link.\n- Keyboard trap risk in modals (if any).\n- Lack of aria-live region for dynamic score / status updates.\n\n### Proposed Tasks\n- Replace clickable div/span with <button> or appropriate element.\n- Ensure heading hierarchy (h1 -> h2 -> h3).\n- Add alt text or aria-hidden=\"true\" for decorative icons.\n- Global visible focus style (outline offset, contrast).\n- Add skip link: \"Skip to main content\".\n- Manage focus on route/page change (focus main heading).\n- Provide aria-live=\"polite\" region for game status updates.\n- Ensure all interactive elements reachable via Tab and activatable by Enter/Space.\n- Add role=\"alert\" or polite live region for error messages.\n- Document accessibility decisions in README (new section).\n\n### Acceptance Criteria\n- Full navigation achievable using only keyboard.\n- No console a11y warnings (basic lint pass).\n- Lighthouse accessibility score ≥ 95.\n- Screen reader announces game state changes (score, win/lose).\n- Focus outline always visible (meets 3:1 contrast).\n\n### Request\nAssign to me for Hacktoberfest.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/97/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/96",
      "id": 3473864877,
      "node_id": "I_kwDOOTQ5d87PDvit",
      "number": 96,
      "title": "User list in waiting room is not updating when another user join the room",
      "user": {
        "login": "siddxharth1",
        "id": 91618085,
        "node_id": "U_kgDOBXX7JQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/91618085?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/siddxharth1",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305507,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Yw",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/help%20wanted",
          "name": "help wanted",
          "color": "008672",
          "default": true,
          "description": "Extra attention is needed"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9375103691,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy6yw",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Backend",
          "name": "Backend",
          "color": "2cbc93",
          "default": false,
          "description": "fixes or work need in backend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 13,
      "created_at": "2025-10-01T14:31:27Z",
      "updated_at": "2025-10-03T20:18:32Z",
      "closed_at": null,
      "author_association": "CONTRIBUTOR",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "<img width=\"1919\" height=\"865\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/159e6275-16bc-4ea0-bdec-d0110f05a494\" />\nIssue: \nWhen UserA creates a room and UserB joins the same room the users list for UserA doesn't update.\n\n\nSteps to Reproduce:\n1. UserA creates a room.\n2. UserB joins the same room.\n3. The user list on UserA’s side does not refresh with the new participant.\n\nExpected Behavior:\nWhen a new user joins the room, the user list for all existing participants (including UserA) should update in real time.\n\nI would like to work on this issue.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/96/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/88",
      "id": 3472116648,
      "node_id": "I_kwDOOTQ5d87O9Euo",
      "number": 88,
      "title": "ui break",
      "user": {
        "login": "Mukesh-ghildiyal",
        "id": 115055244,
        "node_id": "U_kgDOBtuajA",
        "avatar_url": "https://avatars.githubusercontent.com/u/115055244?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Mukesh-ghildiyal",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "1": {
          "id": 9375170926,
          "node_id": "LA_kwDOOTQ5d88AAAACLs3Bbg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Fix",
          "name": "Fix",
          "color": "7b9313",
          "default": false,
          "description": "Fixes broken functionality with straightforward approach"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 2,
      "created_at": "2025-10-01T05:39:30Z",
      "updated_at": "2025-10-02T12:43:24Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "<img width=\"1920\" height=\"1020\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/97a1da1d-2d4b-48fb-b389-599901ad0cfa\" />  in this given image ui is broken we need to use any scroll bar or something to create a more interactive ui.\n please assign me this task.\n\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/88/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/87",
      "id": 3472100429,
      "node_id": "I_kwDOOTQ5d87O9AxN",
      "number": 87,
      "title": "Convert Song image to svg for better stashing",
      "user": {
        "login": "JoeCelaster",
        "id": 177201829,
        "node_id": "U_kgDOCo_ipQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/177201829?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/JoeCelaster",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305484,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0TA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/bug",
          "name": "bug",
          "color": "d93f0b",
          "default": true,
          "description": "Something isn't working"
        },
        "1": {
          "id": 8396305507,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Yw",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/help%20wanted",
          "name": "help wanted",
          "color": "008672",
          "default": true,
          "description": "Extra attention is needed"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "pranjalarora98",
        "id": 40284562,
        "node_id": "MDQ6VXNlcjQwMjg0NTYy",
        "avatar_url": "https://avatars.githubusercontent.com/u/40284562?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/pranjalarora98",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "pranjalarora98",
          "id": 40284562,
          "node_id": "MDQ6VXNlcjQwMjg0NTYy",
          "avatar_url": "https://avatars.githubusercontent.com/u/40284562?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/pranjalarora98",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 9,
      "created_at": "2025-10-01T05:31:20Z",
      "updated_at": "2025-10-01T06:58:46Z",
      "closed_at": null,
      "author_association": "COLLABORATOR",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### What ?\n\nCurrently users or players can just take out the song poster and cheat easily. \n\n---\n\n### Why ?\n\nThis happens because the posters are (**.pneg or .jpg** ). \n\n---\n\n### How to Resolve ?\n\nWe can convert the image into **SVG**. So the image will be embedded in the web page and cannot be taken out or plagiarized. ",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/87/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/86",
      "id": 3472097642,
      "node_id": "I_kwDOOTQ5d87O9AFq",
      "number": 86,
      "title": "Landing page issue",
      "user": {
        "login": "Mukesh-ghildiyal",
        "id": 115055244,
        "node_id": "U_kgDOBtuajA",
        "avatar_url": "https://avatars.githubusercontent.com/u/115055244?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Mukesh-ghildiyal",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "Krishna-Sri-Charan",
        "id": 160278518,
        "node_id": "U_kgDOCY2n9g",
        "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Krishna-Sri-Charan",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "Krishna-Sri-Charan",
          "id": 160278518,
          "node_id": "U_kgDOCY2n9g",
          "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Krishna-Sri-Charan",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 9,
      "created_at": "2025-10-01T05:29:47Z",
      "updated_at": "2025-10-02T04:00:36Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "<img width=\"1920\" height=\"1020\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/bb7ef4a6-bd99-46d8-b45b-f4e47f944837\" />       check the image the welcome message is breaking the ui \"HELLO MUKU\". please assign me this task.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/86/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/85",
      "id": 3472019151,
      "node_id": "I_kwDOOTQ5d87O8s7P",
      "number": 85,
      "title": "Login page & button shown even after successfully logging in.",
      "user": {
        "login": "vatsalsinghkv",
        "id": 68834718,
        "node_id": "MDQ6VXNlcjY4ODM0NzE4",
        "avatar_url": "https://avatars.githubusercontent.com/u/68834718?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/vatsalsinghkv",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "1": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 7,
      "created_at": "2025-10-01T05:00:39Z",
      "updated_at": "2025-10-03T08:34:23Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "I wanna fix this issue:\nShowing login button and page even when I'm logged in is useless.\n\n<img width=\"1440\" height=\"816\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/959db045-5bd6-4d13-90bf-279d97abdc20\" />",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/85/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/84",
      "id": 3472016563,
      "node_id": "I_kwDOOTQ5d87O8sSz",
      "number": 84,
      "title": "UX: Non clickable element has 'pointer' cursor",
      "user": {
        "login": "vatsalsinghkv",
        "id": 68834718,
        "node_id": "MDQ6VXNlcjY4ODM0NzE4",
        "avatar_url": "https://avatars.githubusercontent.com/u/68834718?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/vatsalsinghkv",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 4,
      "created_at": "2025-10-01T04:58:52Z",
      "updated_at": "2025-10-02T15:29:50Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "This is a must requirement for good UX.\n- https://guessync.netlify.app/how-to-play page has steps which isn't clickable yet have 'cursor: pointer'.\n- Profile button on the navbar isn't accessible by the keyboard.\n\n<img width=\"1189\" height=\"259\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/67461edb-a1bd-4d92-80c3-4966c011e713\" />\n\nI want to fix these issues.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/84/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/83",
      "id": 3472012364,
      "node_id": "I_kwDOOTQ5d87O8rRM",
      "number": 83,
      "title": "UI/UX: Links & button lack focus states & hover cursor as pointer.",
      "user": {
        "login": "vatsalsinghkv",
        "id": 68834718,
        "node_id": "MDQ6VXNlcjY4ODM0NzE4",
        "avatar_url": "https://avatars.githubusercontent.com/u/68834718?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/vatsalsinghkv",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 5,
      "created_at": "2025-10-01T04:55:41Z",
      "updated_at": "2025-10-05T06:20:05Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "When we try to access the navlink with the keyboard, we get no focus state.\nEven hovering on clickable elements' pointer doesn't turn into a cursor.\n\nThis results in bad accessibility and usability.\n\n<img width=\"1438\" height=\"563\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e3996ee0-cebb-4c4c-8a15-3deedc24eef3\" />\n\nI'd love to improve the UX by taking care of these issues. Assign it to me",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/83/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": [
        109
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/79",
      "id": 3471848341,
      "node_id": "I_kwDOOTQ5d87O8DOV",
      "number": 79,
      "title": "UI: No spacing between two buttons",
      "user": {
        "login": "utsavdotdev",
        "id": 95236817,
        "node_id": "U_kgDOBa0y0Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/utsavdotdev",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9375170926,
          "node_id": "LA_kwDOOTQ5d88AAAACLs3Bbg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Fix",
          "name": "Fix",
          "color": "7b9313",
          "default": false,
          "description": "Fixes broken functionality with straightforward approach"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 19,
      "created_at": "2025-10-01T03:17:37Z",
      "updated_at": "2025-10-05T12:33:32Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### Description\nTwo adjacent buttons are rendered without spacing, making them appear stuck together.\n\n### Expected Result\nProper margin or padding should be added between the buttons for clear separation.\n\n### Screenshot\n![Image](https://github.com/user-attachments/assets/50a8ac26-ddfc-4ded-adc8-94c42c2f9378)",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/79/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/78",
      "id": 3471844633,
      "node_id": "I_kwDOOTQ5d87O8CUZ",
      "number": 78,
      "title": "UI: Profile picture not showing",
      "user": {
        "login": "utsavdotdev",
        "id": 95236817,
        "node_id": "U_kgDOBa0y0Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/utsavdotdev",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305484,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0TA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/bug",
          "name": "bug",
          "color": "d93f0b",
          "default": true,
          "description": "Something isn't working"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9375103691,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy6yw",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Backend",
          "name": "Backend",
          "color": "2cbc93",
          "default": false,
          "description": "fixes or work need in backend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 9,
      "created_at": "2025-10-01T03:15:22Z",
      "updated_at": "2025-10-02T00:48:20Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### Description\nThe user profile picture is missing and shows as blank or broken.\n\n### Expected Result\nProfile picture should be displayed properly.\n\n### Screenshot\n![Image](https://github.com/user-attachments/assets/24bcfed4-640d-41c0-989a-8937131600aa)\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/78/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/77",
      "id": 3471841590,
      "node_id": "I_kwDOOTQ5d87O8Bk2",
      "number": 77,
      "title": "Screen background color not filled while scrolling",
      "user": {
        "login": "utsavdotdev",
        "id": 95236817,
        "node_id": "U_kgDOBa0y0Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/utsavdotdev",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9375170926,
          "node_id": "LA_kwDOOTQ5d88AAAACLs3Bbg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Fix",
          "name": "Fix",
          "color": "7b9313",
          "default": false,
          "description": "Fixes broken functionality with straightforward approach"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "utsavdotdev",
        "id": 95236817,
        "node_id": "U_kgDOBa0y0Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/utsavdotdev",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "utsavdotdev",
          "id": 95236817,
          "node_id": "U_kgDOBa0y0Q",
          "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/utsavdotdev",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 8,
      "created_at": "2025-10-01T03:14:08Z",
      "updated_at": "2025-10-10T02:39:04Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "### Description\nThe background color does not extend fully when scrolling. Some parts of the screen show blank/white areas instead of the intended background.\n\n### Expected Result\nBackground should always fill the screen regardless of scrolling.\n\n### Screenshot/Video\nhttps://github.com/user-attachments/assets/db8caa7a-5831-4dcb-9267-2a3b3a30d9ca\n\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/77/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/75",
      "id": 3471476899,
      "node_id": "I_kwDOOTQ5d87O6oij",
      "number": 75,
      "title": "Navbar link hover cursor & logo navigation - Hacktoberfest",
      "user": {
        "login": "aadiexii",
        "id": 150658600,
        "node_id": "U_kgDOCPreKA",
        "avatar_url": "https://avatars.githubusercontent.com/u/150658600?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/aadiexii",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 6,
      "created_at": "2025-10-01T00:13:42Z",
      "updated_at": "2025-10-04T04:54:44Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Description:\nWhat happens now (the bugs):\n->When hovering over the navbar links, the cursor does not change to a pointer.\n->Clicking on the logo does not redirect to the home page.\n\nWhat you expected to happen:\n->The cursor should change to a pointer (cursor: pointer) when hovering over navbar links.\n->Clicking on the logo should redirect the user to the home page.\n\nScreenshot\n<img width=\"1919\" height=\"903\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e493b364-a952-4b91-9f9d-b724b2225510\" />\n\nI would like to work upon the issue!!",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/75/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/74",
      "id": 3471416719,
      "node_id": "I_kwDOOTQ5d87O6Z2P",
      "number": 74,
      "title": "Add Stylized 404 Not Found Page",
      "user": {
        "login": "yep-yogesh",
        "id": 171794586,
        "node_id": "U_kgDOCj1gmg",
        "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/yep-yogesh",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "Brijesh-Thakkar",
        "id": 184657905,
        "node_id": "U_kgDOCwGn8Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/184657905?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Brijesh-Thakkar",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "Brijesh-Thakkar",
          "id": 184657905,
          "node_id": "U_kgDOCwGn8Q",
          "avatar_url": "https://avatars.githubusercontent.com/u/184657905?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Brijesh-Thakkar",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 24,
      "created_at": "2025-09-30T23:45:02Z",
      "updated_at": "2025-10-02T07:59:59Z",
      "closed_at": null,
      "author_association": "OWNER",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "## Enhancement: Add a Themed, Responsive 404 Not Found Page  \n\n### Description  \nCurrently, when users navigate to an invalid or non-existent route in Guessync, the application displays a **blank white screen** instead of a proper 404 page.  \nTo improve user experience and maintain design consistency, a **stylized, visually appealing, and responsive 404 page** should be implemented.  \n\nThe contributor should first **share and get confirmation on the design mockup** (wireframe/sketch/screenshot) before starting the coding implementation.  \n\n---\n\n### Expected Behavior  \n- A custom 404 page should be displayed when the user navigates to any invalid route.  \n- The page should:  \n  - Match Guessync’s overall **theme, typography, and color scheme**.  \n  - Contain a **friendly message** (music-themed preferred, e.g., “Looks like you guessed the wrong song 🎶”).  \n  - Include a **clear navigation option** back to the Home page (button or link).  \n  - Be fully **responsive** for both mobile and desktop views.  \n  - Be visually appealing, with subtle animations or effects (e.g., fade-in, pulse, or soft glow).  \n\n---\n\n### Current Behavior  \n- Navigating to a non-existent route currently shows a **blank white screen**.  \n\n---\n\n### Steps to Reproduce  \n1. Open Guessync.  \n2. Navigate to a random invalid route, e.g. `/random-invalid-page`.  \n3. Observe that no 404 page is displayed (only a blank screen).  \n\n---\n\n### Acceptance Criteria  \n- A **NotFound component** is added with appropriate styling and theme integration.  \n- Design mockup is **shared and approved first** before code implementation.  \n- Fully responsive layout for both mobile and desktop.  \n- Contains at least one **navigation option back to the Home page**.  \n- Matches Guessync’s UI theme and branding.  \n- PR should include **2 screenshots**:  \n  1. 404 page – Desktop view  \n  2. 404 page – Mobile view  \n\n---\n\n### References  \n- Inspiration can be taken from modern, themed 404 pages (examples: Spotify, Netlify). \n- A playful, music-themed tone is preferred to stay consistent with Guessync.  \n<img width=\"1920\" height=\"955\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/16e93f6c-aea6-4bef-9eed-67727db442bd\" />\n\n<img width=\"1920\" height=\"955\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/889a7b3d-dd32-48b3-a6c8-e384d539d94e\" />",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/74/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/73",
      "id": 3471370317,
      "node_id": "I_kwDOOTQ5d87O6OhN",
      "number": 73,
      "title": "Displaying Github Repo Star Count",
      "user": {
        "login": "yep-yogesh",
        "id": 171794586,
        "node_id": "U_kgDOCj1gmg",
        "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/yep-yogesh",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "2": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "saanvi-kataria77",
        "id": 179392866,
        "node_id": "U_kgDOCrFRYg",
        "avatar_url": "https://avatars.githubusercontent.com/u/179392866?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/saanvi-kataria77",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "saanvi-kataria77",
          "id": 179392866,
          "node_id": "U_kgDOCrFRYg",
          "avatar_url": "https://avatars.githubusercontent.com/u/179392866?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/saanvi-kataria77",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 4,
      "created_at": "2025-09-30T23:22:10Z",
      "updated_at": "2025-10-01T03:45:23Z",
      "closed_at": null,
      "author_association": "OWNER",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "\n\n## Enhancement: Display GitHub Star Count on Landing and Home Pages  \n\n### Description  \nCurrently, Guessync’s landing page (before login) and home page (after login) do not display the GitHub star count.  \nTo improve visibility of the project’s community growth and encourage more contributions, the GitHub star count should be integrated into the UI in a **functional, visually appealing, and responsive way**.  \n\nThe star button must be **linked directly to the GitHub repository** and styled in the same Guessync theme, with a **subtle cool hover effect** for better interactivity.  \nDesign inspiration can be taken from Gumroad’s star display component (see reference images attached).  \n\n---\n\n### Expected Behavior  \n- Display GitHub star count on the **Landing Page (before login)** in a prominent position.  \n- Display GitHub star count on the **Home Page header (after login)**.  \n- The star count should:  \n  - Match Guessync’s color theme and design style.  \n  - Include a **subtle hover effect** (e.g., soft glow, scale-up, or underline animation).  \n  - Be **responsive** for both **mobile** and **desktop** views.  \n  - Link directly to the **Guessync GitHub repository** when clicked.  \n\n---\n\n### Current Behavior  \n- The GitHub star count is not currently displayed anywhere in the application.  \n\n---\n\n### Steps to Reproduce  \n1. Open Guessync’s landing page before login → no GitHub star count is visible.  \n2. Login and open the home page → no GitHub star count in the header.  \n\n---\n\n### Acceptance Criteria  \n- A working star count component is added.  \n- Fully responsive (tested in mobile + laptop/desktop views).  \n- Styled consistently with Guessync’s UI theme.  \n- **Hover effect applied** for interactivity.  \n- Star button links directly to the **Guessync GitHub repo**.  \n- PR should include **4 screenshots**:  \n  1. Landing Page (before login) – desktop view  \n  2. Landing Page (before login) – mobile view  \n  3. Home Page header (after login) – desktop view  \n  4. Home Page header (after login) – mobile view  \n\n---\n\n### References  \n- Gumroad star display style (reference images attached below). \n- https://gumroad.com/\n\n### Attachments  \n<img width=\"1600\" height=\"795\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/4be7b990-8a43-4c05-b797-34d572fcceb9\" />  \n<img width=\"1920\" height=\"964\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/eedc18f5-2875-4428-ac20-382bcacc3d9c\" />  \n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/73/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/72",
      "id": 3471005635,
      "node_id": "I_kwDOOTQ5d87O41fD",
      "number": 72,
      "title": "Navbar shows \"Login\" even after successful login – should display \"Logout\" -> [Hacktoberfest]",
      "user": {
        "login": "aadiexii",
        "id": 150658600,
        "node_id": "U_kgDOCPreKA",
        "avatar_url": "https://avatars.githubusercontent.com/u/150658600?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/aadiexii",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "1": {
          "id": 9375170926,
          "node_id": "LA_kwDOOTQ5d88AAAACLs3Bbg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Fix",
          "name": "Fix",
          "color": "7b9313",
          "default": false,
          "description": "Fixes broken functionality with straightforward approach"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 1,
      "created_at": "2025-09-30T20:39:33Z",
      "updated_at": "2025-09-30T23:25:11Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Description\n🐞 Current Behavior\nAfter logging into the app, the Login button in the top navbar still shows as \"Login\", even though the user is already authenticated.\n\n✅ Expected Behavior\nWhen the user is logged in → the navbar should display a \"Logout\" button.\nWhen the user is logged out → the navbar should display a \"Login\" button.\n\n<img width=\"1919\" height=\"903\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7919cfb9-e4e6-4150-8491-975f50141b96\" />\n\nI would like to work on this issue.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/72/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/71",
      "id": 3470389882,
      "node_id": "I_kwDOOTQ5d87O2fJ6",
      "number": 71,
      "title": "Add security.md",
      "user": {
        "login": "Dipanita45",
        "id": 132455672,
        "node_id": "U_kgDOB-Uc-A",
        "avatar_url": "https://avatars.githubusercontent.com/u/132455672?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Dipanita45",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305488,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0UA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/documentation",
          "name": "documentation",
          "color": "ff6e9a",
          "default": true,
          "description": "Improvements or additions to documentation"
        },
        "1": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 6,
      "created_at": "2025-09-30T17:25:27Z",
      "updated_at": "2025-10-04T16:01:43Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": null,
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/71/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/70",
      "id": 3470386947,
      "node_id": "I_kwDOOTQ5d87O2ecD",
      "number": 70,
      "title": "Improve the login page",
      "user": {
        "login": "Dipanita45",
        "id": 132455672,
        "node_id": "U_kgDOB-Uc-A",
        "avatar_url": "https://avatars.githubusercontent.com/u/132455672?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Dipanita45",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {},
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 9,
      "created_at": "2025-09-30T17:24:38Z",
      "updated_at": "2025-10-02T00:46:34Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": null,
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/70/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/68",
      "id": 3469691246,
      "node_id": "I_kwDOOTQ5d87Oz0lu",
      "number": 68,
      "title": "Add Contribution.md",
      "user": {
        "login": "yep-yogesh",
        "id": 171794586,
        "node_id": "U_kgDOCj1gmg",
        "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/yep-yogesh",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305488,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0UA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/documentation",
          "name": "documentation",
          "color": "ff6e9a",
          "default": true,
          "description": "Improvements or additions to documentation"
        },
        "1": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "ath34-tech",
        "id": 59201258,
        "node_id": "MDQ6VXNlcjU5MjAxMjU4",
        "avatar_url": "https://avatars.githubusercontent.com/u/59201258?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/ath34-tech",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "ath34-tech",
          "id": 59201258,
          "node_id": "MDQ6VXNlcjU5MjAxMjU4",
          "avatar_url": "https://avatars.githubusercontent.com/u/59201258?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/ath34-tech",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 7,
      "created_at": "2025-09-30T14:10:23Z",
      "updated_at": "2025-10-01T18:43:37Z",
      "closed_at": null,
      "author_association": "OWNER",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "The project currently doesn’t have a CONTRIBUTING.md file. Adding one will help new contributors understand how to set up the project locally, follow coding guidelines, raise issues, and submit pull requests.\n\nThe file should include:\nA welcome note encouraging contributions and stars ⭐\nSteps to fork, clone, branch, and raise PRs\nIssue and PR guidelines\nCoding standards (React + Tailwind, Node, MongoDB, Socket.IO)\nCommit message style (optional)\nQuick start setup instructions with placeholders for API keys\nThis will make contributing to Guessync smoother for newcomers and maintainers alike.\n\n\nAnalyse the project codebase and README.md and try adding this",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/68/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/67",
      "id": 3469685011,
      "node_id": "I_kwDOOTQ5d87OzzET",
      "number": 67,
      "title": "enabling paste feature on joining room textbox",
      "user": {
        "login": "Kumud2908",
        "id": 146000341,
        "node_id": "U_kgDOCLPJ1Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/146000341?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Kumud2908",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "2": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": null,
      "assignees": {},
      "milestone": null,
      "comments": 6,
      "created_at": "2025-09-30T14:09:12Z",
      "updated_at": "2025-10-01T10:16:04Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "At the moment, the JoinRoom component only allows users to enter the 6-digit room code by:\n\n--Clicking on the custom number pad, or\n\n--Typing digits via keyboard events (handleKeyDown).\n\nThere is no way to paste a code from the clipboard. If a user copies a room code (e.g., from a friend or message), they must manually re-type it digit by digit.\n i would like to woking on enabling the paste feature \ncan u assign it  to me ",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/67/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/66",
      "id": 3469598458,
      "node_id": "I_kwDOOTQ5d87Ozd76",
      "number": 66,
      "title": "Add Code of Conduct",
      "user": {
        "login": "Adez017",
        "id": 142787780,
        "node_id": "U_kgDOCILExA",
        "avatar_url": "https://avatars.githubusercontent.com/u/142787780?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Adez017",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305488,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0UA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/documentation",
          "name": "documentation",
          "color": "ff6e9a",
          "default": true,
          "description": "Improvements or additions to documentation"
        },
        "1": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "Adez017",
        "id": 142787780,
        "node_id": "U_kgDOCILExA",
        "avatar_url": "https://avatars.githubusercontent.com/u/142787780?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Adez017",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "Adez017",
          "id": 142787780,
          "node_id": "U_kgDOCILExA",
          "avatar_url": "https://avatars.githubusercontent.com/u/142787780?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Adez017",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 4,
      "created_at": "2025-09-30T13:51:10Z",
      "updated_at": "2025-10-05T06:20:30Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Hi @yep-yogesh , i would like to add the code of conduct to the project . it not only reframe the project but also set the boundaries or we can say instructions for contributors about do's and dont's . please take a look and assign ",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/66/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": [
        81
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/61",
      "id": 3468255801,
      "node_id": "I_kwDOOTQ5d87OuWI5",
      "number": 61,
      "title": "Enforce Stronger Passwords for User Accounts",
      "user": {
        "login": "SrinjoyeeDey",
        "id": 178504847,
        "node_id": "U_kgDOCqPEjw",
        "avatar_url": "https://avatars.githubusercontent.com/u/178504847?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/SrinjoyeeDey",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "SrinjoyeeDey",
        "id": 178504847,
        "node_id": "U_kgDOCqPEjw",
        "avatar_url": "https://avatars.githubusercontent.com/u/178504847?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/SrinjoyeeDey",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "SrinjoyeeDey",
          "id": 178504847,
          "node_id": "U_kgDOCqPEjw",
          "avatar_url": "https://avatars.githubusercontent.com/u/178504847?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/SrinjoyeeDey",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 3,
      "created_at": "2025-09-30T08:53:16Z",
      "updated_at": "2025-10-06T06:57:58Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "## Description:\nHi  @yep-yogesh 👋, I noticed that currently, users can sign in and sign up with very weak passwords. While this is a gaming app, ensuring strong passwords is essential to protect user accounts and personal information 🛡.\n\n## Proposed Improvement:\n\n1. Password Strength Enforcement 💪: Require passwords to include:\n\n    At least 8 characters ✍\n    \n    Uppercase letters 🔠\n    \n    Lowercase letters 🔡\n    \n    Numbers 123\n\nSpecial characters !@#$%^&*\n\n2. Guidance for Users 📊: Optionally, display a password strength meter so users know how secure their password is.\n\n3. Security Benefits 🔒: Strong passwords help:\n\n    Protect user accounts from unauthorized access\n    \n    Maintain trust and credibility of the app\n    \n    Prevent potential breaches of sensitive data\n    \n---\n\n## Why This Matters 💡:\nEven in a gaming app, weak passwords can compromise users’ personal information and lead to account hijacking. Implementing a minimum standard ensures safety and builds confidence in the platform.\n\n### Request:\nI would be really grateful 🙏 if this issue could be assigned to me and give appropriate level for Hacktoberfest 🎃, as I would love to contribute and implement these improvements 🚀.\n\nThank you so much for considering! 🌸\n\n\n---",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/61/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": [
        152
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/60",
      "id": 3468118261,
      "node_id": "I_kwDOOTQ5d87Ot0j1",
      "number": 60,
      "title": "Game room page not mobile responsive",
      "user": {
        "login": "Zaki-Mohd",
        "id": 181067270,
        "node_id": "U_kgDOCsreBg",
        "avatar_url": "https://avatars.githubusercontent.com/u/181067270?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Zaki-Mohd",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "Zaki-Mohd",
        "id": 181067270,
        "node_id": "U_kgDOCsreBg",
        "avatar_url": "https://avatars.githubusercontent.com/u/181067270?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Zaki-Mohd",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "Zaki-Mohd",
          "id": 181067270,
          "node_id": "U_kgDOCsreBg",
          "avatar_url": "https://avatars.githubusercontent.com/u/181067270?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Zaki-Mohd",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 5,
      "created_at": "2025-09-30T08:16:53Z",
      "updated_at": "2025-10-04T08:40:04Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "# **Bug:** Mobile layout broken on “Guess the Song” game room  \n\n## **Description**  \nThe **game-room** page (https://guessync.netlify.app/game-room) has poor mobile responsiveness. Elements overlap or misalign, making it difficult to interact with the UI on small screens.  \n\n## **Steps to Reproduce**  \n1. Open https://guessync.netlify.app/game-room on a mobile device (or narrow the browser window).  \n2. Observe layout issues such as overlapping buttons, text misalignment, and elements being cut off.  \n\n## **Expected Behavior**  \n- The layout should adapt properly on mobile.  \n- Buttons, inputs, and text should be fully visible, aligned, and easy to interact with.  \n\n## **Screenshots**  \n\n![Image](https://github.com/user-attachments/assets/99c60541-bfee-498e-94ad-f064307b74c7)\n\n## **Possible Fix Suggestions**  \n- Adjust CSS breakpoints (`@media` queries) for small screen widths.  \n- Use flexbox/grid with wrapping to prevent overflow.  \n- Ensure buttons and input fields scale correctly with enough spacing.  ",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/60/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": [
        159
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/59",
      "id": 3468086272,
      "node_id": "I_kwDOOTQ5d87OtswA",
      "number": 59,
      "title": "Login option still visible after login (should be Logout)",
      "user": {
        "login": "Zaki-Mohd",
        "id": 181067270,
        "node_id": "U_kgDOCsreBg",
        "avatar_url": "https://avatars.githubusercontent.com/u/181067270?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Zaki-Mohd",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305484,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0TA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/bug",
          "name": "bug",
          "color": "d93f0b",
          "default": true,
          "description": "Something isn't working"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "Zaki-Mohd",
        "id": 181067270,
        "node_id": "U_kgDOCsreBg",
        "avatar_url": "https://avatars.githubusercontent.com/u/181067270?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Zaki-Mohd",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "Zaki-Mohd",
          "id": 181067270,
          "node_id": "U_kgDOCsreBg",
          "avatar_url": "https://avatars.githubusercontent.com/u/181067270?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Zaki-Mohd",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 3,
      "created_at": "2025-09-30T08:07:50Z",
      "updated_at": "2025-10-08T22:44:03Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "# **Bug:** Login option still visible after login  \n\n## **Description**  \nAfter successful login, the navigation menu (Hamburger/Nav bar) still shows **Login**.  \nIt should display **Logout** instead.  \n\n## **Expected Behavior**  \n- Once logged in, the nav bar should show **Logout** (and optionally user info).  \n\n## **Steps to Reproduce**  \n1. Open the app/website.  \n2. Log in with valid credentials.  \n3. Open the Hamburger menu/nav bar.  \n4. **Login** is still displayed instead of **Logout**.  \n\n## **Environment**  \n- Browser/App: [e.g., Chrome 129 / Android app version X.Y.Z]  \n- OS: [e.g., Windows 11 / Android 14 / iOS 18]  \n\n## **Possible Fix**  \nUpdate the authentication state check to dynamically replace **Login** with **Logout** after user login.  \n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/59/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/58",
      "id": 3467797241,
      "node_id": "I_kwDOOTQ5d87OsmL5",
      "number": 58,
      "title": "Sync selected avatar between selection page and dashboard display",
      "user": {
        "login": "Chiefpatwal",
        "id": 120747214,
        "node_id": "U_kgDOBzJ0zg",
        "avatar_url": "https://avatars.githubusercontent.com/u/120747214?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Chiefpatwal",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305484,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0TA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/bug",
          "name": "bug",
          "color": "d93f0b",
          "default": true,
          "description": "Something isn't working"
        },
        "1": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "2": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "Chiefpatwal",
        "id": 120747214,
        "node_id": "U_kgDOBzJ0zg",
        "avatar_url": "https://avatars.githubusercontent.com/u/120747214?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Chiefpatwal",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "Chiefpatwal",
          "id": 120747214,
          "node_id": "U_kgDOBzJ0zg",
          "avatar_url": "https://avatars.githubusercontent.com/u/120747214?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Chiefpatwal",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 2,
      "created_at": "2025-09-30T06:39:03Z",
      "updated_at": "2025-09-30T10:39:15Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "<img width=\"1390\" height=\"794\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/884360cd-c7bc-4820-b129-063ff8930016\" />\n\nCurrent Behavior\n\nCurrently, when a user selects an avatar during the selection/setup process, the chosen avatar is not reflected on the dashboard. The dashboard shows a different or default avatar instead of the user's selection.\n\nExpected Behavior\n\nUser selects an avatar on the avatar selection page\nSelection is saved immediately\nDashboard displays the exact same avatar that was selected\nAvatar persists across page reloads and sessions\n\ni would like to implement this assign me this task.\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/58/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/56",
      "id": 3467644266,
      "node_id": "I_kwDOOTQ5d87OsA1q",
      "number": 56,
      "title": "Join room Page In 100% computer view",
      "user": {
        "login": "AnirudhPhophalia",
        "id": 182049272,
        "node_id": "U_kgDOCtnZ-A",
        "avatar_url": "https://avatars.githubusercontent.com/u/182049272?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/AnirudhPhophalia",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "2": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "AnirudhPhophalia",
        "id": 182049272,
        "node_id": "U_kgDOCtnZ-A",
        "avatar_url": "https://avatars.githubusercontent.com/u/182049272?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/AnirudhPhophalia",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "AnirudhPhophalia",
          "id": 182049272,
          "node_id": "U_kgDOCtnZ-A",
          "avatar_url": "https://avatars.githubusercontent.com/u/182049272?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/AnirudhPhophalia",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 5,
      "created_at": "2025-09-30T05:34:10Z",
      "updated_at": "2025-10-02T05:26:33Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "<img width=\"1920\" height=\"992\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/5b6e2b90-9aa9-4a8e-91d9-fdc02f2bfb29\" />\n\n\nThe box is going out of page. It can be made correct by proper use of dimensions.\n\n\nI would like to work on this issue under hactoberfest.\n@yep-yogesh ",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/56/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/55",
      "id": 3467609024,
      "node_id": "I_kwDOOTQ5d87Or4PA",
      "number": 55,
      "title": "Toast Message Not Fully Visible on Mobile View",
      "user": {
        "login": "yep-yogesh",
        "id": 171794586,
        "node_id": "U_kgDOCj1gmg",
        "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/yep-yogesh",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9375170926,
          "node_id": "LA_kwDOOTQ5d88AAAACLs3Bbg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Fix",
          "name": "Fix",
          "color": "7b9313",
          "default": false,
          "description": "Fixes broken functionality with straightforward approach"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "AnirudhPhophalia",
        "id": 182049272,
        "node_id": "U_kgDOCtnZ-A",
        "avatar_url": "https://avatars.githubusercontent.com/u/182049272?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/AnirudhPhophalia",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "AnirudhPhophalia",
          "id": 182049272,
          "node_id": "U_kgDOCtnZ-A",
          "avatar_url": "https://avatars.githubusercontent.com/u/182049272?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/AnirudhPhophalia",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 6,
      "created_at": "2025-09-30T05:19:04Z",
      "updated_at": "2025-10-05T12:35:54Z",
      "closed_at": null,
      "author_association": "OWNER",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "**Issue Type:** Fix\n\n## Description\nThe toast notification that appears when copying the room code is not fully visible and lacks visual appeal on mobile devices. While the copy button itself works correctly, the feedback mechanism (toast message) needs improvement for better mobile user experience.\n\n## Current Behavior\n- Toast message may be cut off or partially visible on mobile screens\n- Toast positioning and styling not optimized for smaller viewports\n- Poor visual feedback for users on mobile devices when code is copied\n\n## Expected Behavior\n- Toast message should be fully visible within the mobile viewport\n- Message should be properly positioned (centered or appropriately aligned)\n- Styling should be visually appealing and match the app's design language\n- Toast should have appropriate size, padding, and readability on mobile\n- Animation should be smooth and not jarring on smaller screens\n\n## Steps to Reproduce\n1. Open the \"Create A New Room\" page on mobile device or mobile viewport\n2. Click the \"COPY\" button next to the room code (e.g., `730532`)\n3. Observe the toast notification that appears\n4. Notice the toast is not fully visible or lacks proper mobile styling\n\n<img width=\"402\" height=\"867\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/53c44b53-97df-46a9-8c40-e033cb9dd65a\" />\n\n## Visual Requirements\n- Toast must be fully contained within viewport (no overflow)\n- Appropriate font size for mobile (minimum 14px recommended)\n- Adequate padding and spacing\n\n## Proposed Solution\n- Add mobile-specific media queries for toast container\n- Adjust toast width, positioning, and z-index for mobile views\n- Optimize toast duration and animation for mobile\n- Ensure toast doesn't overlap with important UI elements\n- Test across different mobile screen sizes (320px - 768px)\n\n## Submission Requirements\n⚠️ **Important:** Pull requests must include:\n- **Before screenshot:** Current toast behavior on mobile\n- **After screenshot:** Improved toast implementation on mobile\n- PRs without before/after comparisons will not be reviewed\n\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/55/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/53",
      "id": 3467391016,
      "node_id": "I_kwDOOTQ5d87OrDAo",
      "number": 53,
      "title": "Navbar Logo Click Should Redirect to Home",
      "user": {
        "login": "yep-yogesh",
        "id": 171794586,
        "node_id": "U_kgDOCj1gmg",
        "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/yep-yogesh",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 8396305504,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0YA",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/good%20first%20issue",
          "name": "good first issue",
          "color": "0e2f53",
          "default": true,
          "description": "Good for newcomers"
        },
        "2": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "3": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "RakinduM",
        "id": 116582517,
        "node_id": "U_kgDOBvLodQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/116582517?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/RakinduM",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "RakinduM",
          "id": 116582517,
          "node_id": "U_kgDOBvLodQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/116582517?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/RakinduM",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 8,
      "created_at": "2025-09-30T03:37:19Z",
      "updated_at": "2025-10-02T05:19:33Z",
      "closed_at": null,
      "author_association": "OWNER",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "# Enhancement: Navbar Logo Click Should Redirect to Home\n\n---\n\n## **Description**\n\nCurrently, clicking the **Guessync logo** in the navbar does **not navigate** the user anywhere.  \nFor a better user experience and consistent web conventions, clicking the logo should redirect the user to the **Home page** of the application.\n\nThis small enhancement will improve usability across all pages and provide a familiar navigation pattern for users.\n\n---\n\n## **Expected Behavior**\n\n- Clicking the logo in the navbar should navigate the user to the home page (`/home` or `/`).\n- This functionality should work on **all pages** of the application, including:\n  - `CreateRoom`\n  - `JoinRoom`\n  - `GameRoom`\n  - `Profile`\n  - `WaitingRoom`, etc.\n\n---\n\n## **Current Behavior**\n\n- Clicking the logo currently has **no effect**.\n- Users must manually navigate using other links/buttons to reach the home page.\n\n---\n\n## **Steps to Reproduce**\n\n1. Open any page in Guessync (except HomePage).  \n2. Click on the **Guessync logo** in the navbar.  \n3. Observe that the page does not navigate to HomePage.\n\n<img width=\"1600\" height=\"801\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a36705e1-f83d-4269-b255-2856e9295e83\" />\n\n---\n",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/53/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/52",
      "id": 3465952411,
      "node_id": "I_kwDOOTQ5d87Oljyb",
      "number": 52,
      "title": "Improve Mouse-Follow Blur Accuracy on Landing Page",
      "user": {
        "login": "mitaliiiiii",
        "id": 141233593,
        "node_id": "U_kgDOCGsNuQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/141233593?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/mitaliiiiii",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": {
        "0": {
          "id": 8396305499,
          "node_id": "LA_kwDOOTQ5d88AAAAB9HV0Ww",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/enhancement",
          "name": "enhancement",
          "color": "24eaf8",
          "default": true,
          "description": "New feature or request"
        },
        "1": {
          "id": 9375102050,
          "node_id": "LA_kwDOOTQ5d88AAAACLsy0Yg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Frontend",
          "name": "Frontend",
          "color": "6c32a3",
          "default": false,
          "description": "fixes or work needed in frontend"
        },
        "2": {
          "id": 9376647854,
          "node_id": "LA_kwDOOTQ5d88AAAACLuRKrg",
          "url": "https://api.github.com/repos/yep-yogesh/Guessync/labels/Hacktoberfest",
          "name": "Hacktoberfest",
          "color": "e94b12",
          "default": false,
          "description": ""
        }
      },
      "state": "open",
      "locked": false,
      "assignee": {
        "login": "mitaliiiiii",
        "id": 141233593,
        "node_id": "U_kgDOCGsNuQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/141233593?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/mitaliiiiii",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "assignees": {
        "0": {
          "login": "mitaliiiiii",
          "id": 141233593,
          "node_id": "U_kgDOCGsNuQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/141233593?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/mitaliiiiii",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        }
      },
      "milestone": null,
      "comments": 6,
      "created_at": "2025-09-29T17:38:51Z",
      "updated_at": "2025-10-02T06:23:57Z",
      "closed_at": null,
      "author_association": "NONE",
      "active_lock_reason": null,
      "sub_issues_summary": {
        "total": 0,
        "completed": 0,
        "percent_completed": 0
      },
      "issue_dependencies_summary": {
        "blocked_by": 0,
        "total_blocked_by": 0,
        "blocking": 0,
        "total_blocking": 0
      },
      "body": "Description:\nThe landing page includes a UI effect where a yellow blur follows the mouse cursor. While visually appealing, the current implementation suffers from noticeable inaccuracy and lag, making the effect feel off compared to the actual cursor movement.\n\nProblems Observed:\n\nThe blur lags behind the mouse movement more than expected.\n\nAt slower speeds, the blur does not align exactly with the cursor.\n\nOn high-DPI or faster screens, the discrepancy becomes more visible.\n\nProposed Improvements:\n\nImprove Position Calculation:\n\nEnsure that the blur’s position is updated using precise mouse event coordinates (clientX, clientY) instead of approximations.\n\nConsider adjusting for page scroll offsets (pageX, pageY if needed).\n\nReduce Delay:\n\nIf smoothing (requestAnimationFrame or easing) is used, tweak parameters to make the blur feel more responsive while keeping smooth transitions.\n\nCross-Device Testing:\n\nVerify accuracy on different devices (laptops, desktops, touchpads, high-refresh-rate monitors).\n\nWhy this is needed:\n\nImproves the landing page’s first impression.\n\nCreates a more polished, professional, and responsive UI.\n\nMakes the effect feel natural and engaging instead of distracting.\n\nSuggested Implementation:\n\nReplace any setTimeout/setInterval with requestAnimationFrame for smoother updates.\n\nConsider adding a configurable parameter (e.g., “blur delay” or “easing factor”) so future contributors/designers can fine-tune responsiveness.",
      "closed_by": null,
      "reactions": {
        "url": "https://api.github.com/repos/yep-yogesh/Guessync/issues/52/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "performed_via_github_app": null,
      "state_reason": null,
      "linked_prs": []
    }
  ],
  "pulls": [
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/177",
      "id": 2907694912,
      "node_id": "PR_kwDOOTQ5d86tT-dA",
      "number": 177,
      "state": "open",
      "locked": false,
      "title": "docs: Architecture Diagram & API Docs Skeleton",
      "user": {
        "login": "voidcommit-afk",
        "id": 230678117,
        "node_id": "U_kgDODb_eZQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/230678117?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/voidcommit-afk",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Adds architecture overview placeholders (Mermaid), REST API endpoint skeletons, Mongoose model references, and Socket.IO event outlines to README. Contributors are invited to expand these sections with code, diagrams, and usage details.",
      "created_at": "2025-10-12T13:17:58Z",
      "updated_at": "2025-10-12T13:17:58Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "61198217e2399e1dd9e7fd77af96d3451300f6d1",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "voidcommit-afk:docs/architecture-api-readme",
        "ref": "docs/architecture-api-readme",
        "sha": "27952b17efeaffa60459415d1ce3f2a501689188",
        "user": {
          "login": "voidcommit-afk",
          "id": 230678117,
          "node_id": "U_kgDODb_eZQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/230678117?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/voidcommit-afk",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1069603924,
          "node_id": "R_kgDOP8DcVA",
          "name": "Guessync",
          "full_name": "voidcommit-afk/Guessync",
          "private": false,
          "owner": {
            "login": "voidcommit-afk",
            "id": 230678117,
            "node_id": "U_kgDODb_eZQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/230678117?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/voidcommit-afk",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/voidcommit-afk/Guessync",
          "created_at": "2025-10-04T08:59:04Z",
          "updated_at": "2025-10-12T12:52:06Z",
          "pushed_at": "2025-10-12T13:16:04Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3936,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "07c767981c9b767f49bbc5c256641223c25d6441",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/177"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/177"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/177"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/177/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/177/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/177/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/27952b17efeaffa60459415d1ce3f2a501689188"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/175",
      "id": 2906097265,
      "node_id": "PR_kwDOOTQ5d86tN4Zx",
      "number": 175,
      "state": "open",
      "locked": false,
      "title": "Chore: Update minor dependencies for improved security and maintenance",
      "user": {
        "login": "nurulain0",
        "id": 183794386,
        "node_id": "U_kgDOCvR60g",
        "avatar_url": "https://avatars.githubusercontent.com/u/183794386?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/nurulain0",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": null,
      "created_at": "2025-10-11T06:03:30Z",
      "updated_at": "2025-10-11T06:03:30Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "eee8b42f986dbf50448316140378304b3794e963",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "nurulain0:chore/dependency-updates-axios",
        "ref": "chore/dependency-updates-axios",
        "sha": "67c5980ebdf6b7b16bc9d1a2913ced16a1d7eb49",
        "user": {
          "login": "nurulain0",
          "id": 183794386,
          "node_id": "U_kgDOCvR60g",
          "avatar_url": "https://avatars.githubusercontent.com/u/183794386?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/nurulain0",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1074086136,
          "node_id": "R_kgDOQAVA-A",
          "name": "Guessync",
          "full_name": "nurulain0/Guessync",
          "private": false,
          "owner": {
            "login": "nurulain0",
            "id": 183794386,
            "node_id": "U_kgDOCvR60g",
            "avatar_url": "https://avatars.githubusercontent.com/u/183794386?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/nurulain0",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/nurulain0/Guessync",
          "created_at": "2025-10-11T05:55:08Z",
          "updated_at": "2025-10-11T06:47:51Z",
          "pushed_at": "2025-10-11T06:02:50Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3934,
          "stargazers_count": 1,
          "watchers_count": 1,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 1,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "07c767981c9b767f49bbc5c256641223c25d6441",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/175"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/175"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/175"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/175/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/175/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/175/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/67c5980ebdf6b7b16bc9d1a2913ced16a1d7eb49"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/174",
      "id": 2893885774,
      "node_id": "PR_kwDOOTQ5d86sfTFO",
      "number": 174,
      "state": "open",
      "locked": false,
      "title": "Fix: Server now stores and enforces room player limit",
      "user": {
        "login": "arjav007",
        "id": 111127105,
        "node_id": "U_kgDOBp-qQQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/111127105?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/arjav007",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "This PR resolves the bug where the server was not enforcing the maximum player limit for a room.\r\n\r\nChanges made:\r\n- Added `maxPlayers` field to the Room schema.\r\n- Updated `createRoom` controller to save the player limit.\r\n- Updated `joinRoom` controller to check if a room is full before allowing a new player to join.\r\n\r\nFixes #160",
      "created_at": "2025-10-07T12:51:48Z",
      "updated_at": "2025-10-07T12:51:48Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "3c7a62f151aadf63ac5da14b7e8b4737cc5ad5aa",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "arjav007:fix-navbar-auth-state",
        "ref": "fix-navbar-auth-state",
        "sha": "8e7c3b11cf341355896f80aac72cd69efe9aaa1a",
        "user": {
          "login": "arjav007",
          "id": 111127105,
          "node_id": "U_kgDOBp-qQQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/111127105?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/arjav007",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1070024261,
          "node_id": "R_kgDOP8dGRQ",
          "name": "Guessync-fork",
          "full_name": "arjav007/Guessync-fork",
          "private": false,
          "owner": {
            "login": "arjav007",
            "id": 111127105,
            "node_id": "U_kgDOBp-qQQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/111127105?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/arjav007",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/arjav007/Guessync-fork",
          "created_at": "2025-10-05T05:22:53Z",
          "updated_at": "2025-10-07T12:28:58Z",
          "pushed_at": "2025-10-07T12:42:27Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3974,
          "stargazers_count": 1,
          "watchers_count": 1,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 1,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 1,
          "watchers": 1,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "07c767981c9b767f49bbc5c256641223c25d6441",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/174"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/174"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/174"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/174/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/174/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/174/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/8e7c3b11cf341355896f80aac72cd69efe9aaa1a"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        1,
        160
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/173",
      "id": 2893601021,
      "node_id": "PR_kwDOOTQ5d86seNj9",
      "number": 173,
      "state": "open",
      "locked": false,
      "title": "Centralize CORS configuration for Express and Socket.IO using .env",
      "user": {
        "login": "tusharnain",
        "id": 100490977,
        "node_id": "U_kgDOBf1e4Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/100490977?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/tusharnain",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "# Centralize CORS configuration for Express and Socket.IO using `.env`\r\n\r\n## Description\r\nThis pull request centralizes the CORS configuration for both **Express** and **Socket.IO** into a single reusable module.  \r\nIt introduces environment-based origin management using the `.env` file for better flexibility across different environments.\r\n\r\n## Changes\r\n- Created `src/config/cors.js` to manage all CORS logic in one place  \r\n- Added `.env` variable `ALLOWED_ORIGINS` for dynamic allowed origins  \r\n- Applied shared CORS setup for both Express routes and Socket.IO  \r\n- Updated `server.js` to use `corsMiddleware()` and `socketCorsConfig`  \r\n- Improved maintainability, readability, and environment adaptability  \r\n\r\n## Environment Variables\r\n```env\r\nALLOWED_ORIGINS=http://localhost:5173,https://guessync.netlify.app\r\n",
      "created_at": "2025-10-07T11:11:55Z",
      "updated_at": "2025-10-07T11:17:54Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "63f1c681bc18c08d6f09cd852af74ef28168c615",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "tusharnain:refactor/cors-config",
        "ref": "refactor/cors-config",
        "sha": "03dbf947ee74399b03196373dda9102209a1adeb",
        "user": {
          "login": "tusharnain",
          "id": 100490977,
          "node_id": "U_kgDOBf1e4Q",
          "avatar_url": "https://avatars.githubusercontent.com/u/100490977?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/tusharnain",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1071303150,
          "node_id": "R_kgDOP9rJ7g",
          "name": "Guessync",
          "full_name": "tusharnain/Guessync",
          "private": false,
          "owner": {
            "login": "tusharnain",
            "id": 100490977,
            "node_id": "U_kgDOBf1e4Q",
            "avatar_url": "https://avatars.githubusercontent.com/u/100490977?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/tusharnain",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/tusharnain/Guessync",
          "created_at": "2025-10-07T06:54:08Z",
          "updated_at": "2025-10-07T06:54:08Z",
          "pushed_at": "2025-10-07T11:11:15Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3930,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "07c767981c9b767f49bbc5c256641223c25d6441",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/173"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/173"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/173"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/173/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/173/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/173/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/03dbf947ee74399b03196373dda9102209a1adeb"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/168",
      "id": 2888326948,
      "node_id": "PR_kwDOOTQ5d86sKF8k",
      "number": 168,
      "state": "open",
      "locked": false,
      "title": "Added Profile Page",
      "user": {
        "login": "RaunitArya",
        "id": 154257872,
        "node_id": "U_kgDOCTHJ0A",
        "avatar_url": "https://avatars.githubusercontent.com/u/154257872?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/RaunitArya",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "This PR addresses the Issue #134 Building Profile Page from scratch with the given UI. \r\n\r\nChanges Made:\r\n\r\n- Created a Profile Page for the user \r\n- Profile Page shows all the necessary information of the user (wins, games played, songs guessed, streak, avg guess time, etc)\r\n- Also made the logo in the navbar a functionable button that will redirect user to landing page when clicked \r\n\r\n<img width=\"1882\" height=\"899\" alt=\"image\" src=\"https://github.com/user-attachments/assets/314e8010-6823-4c3e-96e1-938a7d2fe6ac\" />\r\n\r\n\r\n",
      "created_at": "2025-10-05T19:47:30Z",
      "updated_at": "2025-10-06T23:22:43Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": null,
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "RaunitArya:profile-page",
        "ref": "profile-page",
        "sha": "257052ee7301bd5ef6fd9f40697fc5e5a0b741ac",
        "user": {
          "login": "RaunitArya",
          "id": 154257872,
          "node_id": "U_kgDOCTHJ0A",
          "avatar_url": "https://avatars.githubusercontent.com/u/154257872?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/RaunitArya",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068673604,
          "node_id": "R_kgDOP7KqRA",
          "name": "Guessync",
          "full_name": "RaunitArya/Guessync",
          "private": false,
          "owner": {
            "login": "RaunitArya",
            "id": 154257872,
            "node_id": "U_kgDOCTHJ0A",
            "avatar_url": "https://avatars.githubusercontent.com/u/154257872?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/RaunitArya",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/RaunitArya/Guessync",
          "created_at": "2025-10-02T18:28:16Z",
          "updated_at": "2025-10-09T15:55:54Z",
          "pushed_at": "2025-10-09T15:19:32Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3941,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "2c9446e3c44f397b174105124cc3446edc04bf91",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/168"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/168"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/168"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/168/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/168/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/168/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/257052ee7301bd5ef6fd9f40697fc5e5a0b741ac"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        1
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/159",
      "id": 2886965910,
      "node_id": "PR_kwDOOTQ5d86sE5qW",
      "number": 159,
      "state": "open",
      "locked": false,
      "title": "Fix: Mobile layout broken on game-room page #60",
      "user": {
        "login": "Zaki-Mohd",
        "id": 181067270,
        "node_id": "U_kgDOCsreBg",
        "avatar_url": "https://avatars.githubusercontent.com/u/181067270?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Zaki-Mohd",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "# Fix: Game room page mobile responsiveness (#60)\r\n\r\n## 📝 Description\r\n\r\nThis PR addresses the mobile layout issues on the `/game-room` page. The previous three-column layout was not responsive, causing elements to overlap, misalign, and become unusable on small screens.\r\n\r\nThis fix implements a mobile-first, fully responsive design that stacks vertically on mobile devices and gracefully transitions back to the original three-column layout on desktops.\r\n\r\n## ✨ What's Fixed\r\n\r\n-   The rigid three-column layout now stacks into a single, scrollable column on mobile devices.\r\n-   Content is re-ordered for a better mobile user experience: **1. Game Area**, **2. Guess Box**, **3. Leaderboard**.\r\n-   Eliminated overlapping elements, ensuring all buttons, text, and inputs are fully visible and interactive.\r\n-   Adjusted font sizes, padding, and margins to be adaptive to different screen sizes.\r\n\r\n## 🛠️ How This Was Achieved\r\n\r\n-   Converted the main container to use a `flex-col` layout by default, switching to `lg:flex-row` on large screens.\r\n-   Used Tailwind CSS `order-*` utilities to change the visual sequence of the columns on mobile without altering the DOM structure.\r\n-   Replaced individual horizontal margins on the columns with a single `lg:gap-x-*` on the parent container for clean, consistent spacing on desktop.\r\n-   Applied responsive prefixes (`lg:`, `sm:`) to widths, padding, margins, and font sizes.\r\n\r\n## 📸 Before & After Screenshots\r\n\r\n**Before (Mobile View):**\r\n*Elements are overlapping and misaligned, making the page unusable.*\r\n\r\n<img width=\"269\" height=\"590\" alt=\"image\" src=\"https://github.com/user-attachments/assets/73c65e39-7f85-48ca-9a54-a3b3414d906f\" />\r\n\r\n\r\n**After (Mobile View):**\r\n*The layout is now stacked, aligned, and fully interactive.*\r\n\r\n\r\n<img width=\"395\" height=\"821\" alt=\"Screenshot 2025-10-04 132940\" src=\"https://github.com/user-attachments/assets/975e07ac-157c-4eec-a465-6ba35c3027b6\" />\r\n<img width=\"385\" height=\"813\" alt=\"Screenshot 2025-10-04 132947\" src=\"https://github.com/user-attachments/assets/dd82b217-dc80-4afe-8540-417ad5f26bc5\" />\r\n<img width=\"970\" height=\"570\" alt=\"Screenshot 2025-10-04 132930\" src=\"https://github.com/user-attachments/assets/211fd3d2-9764-4047-bb92-aae3841f8a51\" />\r\n<img width=\"1031\" height=\"848\" alt=\"Screenshot 2025-10-04 132959\" src=\"https://github.com/user-attachments/assets/598133a0-e60f-4533-a9d5-8bfcc11fbe4e\" />\r\n<img width=\"1919\" height=\"893\" alt=\"Screenshot 2025-10-04 133017\" src=\"https://github.com/user-attachments/assets/18f0fbb0-03d8-485e-95f8-ed3d8ac5a7c4\" />\r\n\r\n\r\n## 🧪 How to Test\r\n\r\n1.  Navigate to the `/game-room` page.\r\n2.  On a desktop, confirm the original three-column layout is unchanged.\r\n3.  Shrink the browser window or use developer tools to simulate a mobile device.\r\n4.  Verify that the layout stacks into a single vertical column.\r\n5.  Ensure there is no horizontal overflow and all elements are readable and clickable.\r\n\r\n## Related Issue\r\n\r\nCloses #60",
      "created_at": "2025-10-04T08:38:56Z",
      "updated_at": "2025-10-04T08:38:56Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "cf7f39d6cb28733c9624008a37c2ed193ceeef52",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Zaki-Mohd:fix/mobile-layout-game-room",
        "ref": "fix/mobile-layout-game-room",
        "sha": "47ecd6202b398539c4fc977cb73a9fdefa380ce0",
        "user": {
          "login": "Zaki-Mohd",
          "id": 181067270,
          "node_id": "U_kgDOCsreBg",
          "avatar_url": "https://avatars.githubusercontent.com/u/181067270?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Zaki-Mohd",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1069547419,
          "node_id": "R_kgDOP7__mw",
          "name": "Guessync",
          "full_name": "Zaki-Mohd/Guessync",
          "private": false,
          "owner": {
            "login": "Zaki-Mohd",
            "id": 181067270,
            "node_id": "U_kgDOCsreBg",
            "avatar_url": "https://avatars.githubusercontent.com/u/181067270?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Zaki-Mohd",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Zaki-Mohd/Guessync",
          "created_at": "2025-10-04T06:21:38Z",
          "updated_at": "2025-10-04T06:21:39Z",
          "pushed_at": "2025-10-04T08:31:00Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3919,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "96604e55519c95442bcde3c8dc9a88c23f97024c",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/159"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/159"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/159"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/159/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/159/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/159/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/47ecd6202b398539c4fc977cb73a9fdefa380ce0"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        6,
        60
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/157",
      "id": 2886818600,
      "node_id": "PR_kwDOOTQ5d86sEVso",
      "number": 157,
      "state": "open",
      "locked": false,
      "title": "feat: added docker support",
      "user": {
        "login": "lakshita10341",
        "id": 146752640,
        "node_id": "U_kgDOCL9EgA",
        "avatar_url": "https://avatars.githubusercontent.com/u/146752640?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/lakshita10341",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "closes #105 ",
      "created_at": "2025-10-04T05:17:02Z",
      "updated_at": "2025-10-09T20:54:35Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "44d03242c515429c07edd306cdcebb80b0606074",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "lakshita10341:docker",
        "ref": "docker",
        "sha": "a482e7a7be67e241541dd9a5244693424bbbbaed",
        "user": {
          "login": "lakshita10341",
          "id": 146752640,
          "node_id": "U_kgDOCL9EgA",
          "avatar_url": "https://avatars.githubusercontent.com/u/146752640?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/lakshita10341",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1069521153,
          "node_id": "R_kgDOP7-ZAQ",
          "name": "Guessync",
          "full_name": "lakshita10341/Guessync",
          "private": false,
          "owner": {
            "login": "lakshita10341",
            "id": 146752640,
            "node_id": "U_kgDOCL9EgA",
            "avatar_url": "https://avatars.githubusercontent.com/u/146752640?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/lakshita10341",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/lakshita10341/Guessync",
          "created_at": "2025-10-04T05:04:23Z",
          "updated_at": "2025-10-04T05:04:23Z",
          "pushed_at": "2025-10-04T05:15:50Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3920,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "96604e55519c95442bcde3c8dc9a88c23f97024c",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/157"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/157"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/157"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/157/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/157/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/157/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/a482e7a7be67e241541dd9a5244693424bbbbaed"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        1,
        105
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/152",
      "id": 2886756037,
      "node_id": "PR_kwDOOTQ5d86sEGbF",
      "number": 152,
      "state": "open",
      "locked": false,
      "title": "✨ Improve Signup Form: Show specific password validation errors",
      "user": {
        "login": "SrinjoyeeDey",
        "id": 178504847,
        "node_id": "U_kgDOCqPEjw",
        "avatar_url": "https://avatars.githubusercontent.com/u/178504847?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/SrinjoyeeDey",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "## 🚀 Summary:\r\n\r\nThis PR Fixes #61  the password validation in the Signup page by:\r\n\r\n✅ Displaying specific password validation errors (length, uppercase, lowercase) only when the user clicks SIGN-UP.\r\n\r\n❌ Preventing signup if any validation fails.\r\n\r\n📝 Showing field errors (name, email, avatar) alongside password errors for better UX.\r\n\r\n## 🛠 Changes Made:\r\n\r\n**Password Validation Refactor**\r\n\r\nEach failing password rule now generates a specific error message.\r\n\r\nExample: Password must contain at least one uppercase letter.\r\n\r\n**Validation Trigger**\r\n\r\nErrors are shown only on SIGN-UP click, keeping UI clean.\r\n\r\nPrevents form submission until all rules are satisfied.\r\n\r\n**Error Display**\r\n\r\nField and password errors are displayed individually in red, improving clarity.\r\n\r\nRemoved old checklist with green/red ticks.\r\n\r\n**Code Clean-Up**\r\n\r\nSimplified error state handling with errors object.\r\n\r\nRemoved unnecessary showErrors state for cleaner logic.\r\n\r\n## 🎨 UI/UX Improvements:\r\n\r\nUsers now see exactly which password rule failed.\r\n\r\nErrors appear after clicking SIGN-UP, avoiding confusion.\r\n\r\nForm submission is blocked until all validations pass.\r\n\r\n📸 Screenshots / GIFs:\r\n\r\n<img width=\"468\" height=\"355\" alt=\"image\" src=\"https://github.com/user-attachments/assets/1adc7730-6c93-4a26-aae5-8b7abcf41ee6\" />\r\n\r\n\r\n## ⚡ How to Test:\r\n\r\nNavigate to /signup.\r\n\r\nTry submitting an empty form → field errors should appear.\r\n\r\nEnter password failing each rule → see specific password error messages.\r\n\r\nFill all fields correctly → signup should succeed and redirect to /landing.\r\n\r\nTry Google signup → avatar selection required; error appears if missing.\r\n",
      "created_at": "2025-10-04T04:06:21Z",
      "updated_at": "2025-10-04T04:06:21Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "bf04a0ec9d018483c79e47b6f01af48a58df5d34",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "SrinjoyeeDey:signup-password-validation",
        "ref": "signup-password-validation",
        "sha": "90d93ed1fd00cdb81d6347a3dcbfbebb0f9b2449",
        "user": {
          "login": "SrinjoyeeDey",
          "id": 178504847,
          "node_id": "U_kgDOCqPEjw",
          "avatar_url": "https://avatars.githubusercontent.com/u/178504847?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/SrinjoyeeDey",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1069485107,
          "node_id": "R_kgDOP78MMw",
          "name": "Guessync_Hacktoberfest_Contribution",
          "full_name": "SrinjoyeeDey/Guessync_Hacktoberfest_Contribution",
          "private": false,
          "owner": {
            "login": "SrinjoyeeDey",
            "id": 178504847,
            "node_id": "U_kgDOCqPEjw",
            "avatar_url": "https://avatars.githubusercontent.com/u/178504847?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/SrinjoyeeDey",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/SrinjoyeeDey/Guessync_Hacktoberfest_Contribution",
          "created_at": "2025-10-04T02:59:02Z",
          "updated_at": "2025-10-04T02:59:02Z",
          "pushed_at": "2025-10-04T04:01:10Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3919,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "96604e55519c95442bcde3c8dc9a88c23f97024c",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/152"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/152"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/152"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/152/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/152/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/152/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/90d93ed1fd00cdb81d6347a3dcbfbebb0f9b2449"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        6,
        61
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/149",
      "id": 2885362415,
      "node_id": "PR_kwDOOTQ5d86r-yLv",
      "number": 149,
      "state": "open",
      "locked": false,
      "title": "Add footer section to all pages - Fixes #139add footer component to all pages-Issue #139",
      "user": {
        "login": "Shikha-9125",
        "id": 159366157,
        "node_id": "U_kgDOCX-8DQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/159366157?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Shikha-9125",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "## Summary\r\nAdded footer component to all pages as requested in #139\r\n\r\n## Changes\r\n- ✅ Created Footer component with logo, links, and social icons\r\n- ✅ Added Footer to all pages\r\n- ✅ Fixed scroll behavior (footer hidden on load, visible on scroll)\r\n- ✅ Fixed button visibility issues on CreateRoom and LandingPage\r\n- ✅ Responsive design (mobile, tablet, desktop)\r\n\r\n## Closes\r\n#139",
      "created_at": "2025-10-03T15:29:37Z",
      "updated_at": "2025-10-04T15:07:59Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "45c044f8419e05991b427d6b61d5b8c40aeb213b",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Shikha-9125:add-footer-section",
        "ref": "add-footer-section",
        "sha": "95acaeb1cbce4278e079feb2f4574a21cce564da",
        "user": {
          "login": "Shikha-9125",
          "id": 159366157,
          "node_id": "U_kgDOCX-8DQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/159366157?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Shikha-9125",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068593168,
          "node_id": "R_kgDOP7FwEA",
          "name": "Guessync_Hactoberfest",
          "full_name": "Shikha-9125/Guessync_Hactoberfest",
          "private": false,
          "owner": {
            "login": "Shikha-9125",
            "id": 159366157,
            "node_id": "U_kgDOCX-8DQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/159366157?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Shikha-9125",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Shikha-9125/Guessync_Hactoberfest",
          "created_at": "2025-10-02T16:03:36Z",
          "updated_at": "2025-10-02T16:03:36Z",
          "pushed_at": "2025-10-04T15:05:58Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3922,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "96604e55519c95442bcde3c8dc9a88c23f97024c",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/149"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/149"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/149"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/149/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/149/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/149/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/95acaeb1cbce4278e079feb2f4574a21cce564da"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        1
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/147",
      "id": 2885201965,
      "node_id": "PR_kwDOOTQ5d86r-LAt",
      "number": 147,
      "state": "open",
      "locked": false,
      "title": "Added Active Link Styling to Navbar and Scrollbar to New Room Page",
      "user": {
        "login": "RaunitArya",
        "id": 154257872,
        "node_id": "U_kgDOCTHJ0A",
        "avatar_url": "https://avatars.githubusercontent.com/u/154257872?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/RaunitArya",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "This PR addresses Issue #101: Navbar Active State Indicator Missing \r\n\r\nChanges Made:\r\n\r\n1. Navbar Active State\r\n\r\n- Implemented a distinct active link styling for the currently active page in the navbar.\r\n\r\n- Added a visual indicator (highlight and underline ) to help users easily identify their current location.\r\n\r\n2. New Room Page Enhancements\r\n\r\n- Added a scrollbar to the New Room page \r\n\r\nhttps://github.com/user-attachments/assets/7061f762-3bb3-4e7f-8e63-f015be9dcf1d",
      "created_at": "2025-10-03T14:38:11Z",
      "updated_at": "2025-10-05T19:53:31Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "4c24028269ea5a1464e7dd129c550dbb66ff063d",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "RaunitArya:navbar-styling",
        "ref": "navbar-styling",
        "sha": "5fec39ff058655158482bb7d5dcbb7fba5097306",
        "user": {
          "login": "RaunitArya",
          "id": 154257872,
          "node_id": "U_kgDOCTHJ0A",
          "avatar_url": "https://avatars.githubusercontent.com/u/154257872?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/RaunitArya",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068673604,
          "node_id": "R_kgDOP7KqRA",
          "name": "Guessync",
          "full_name": "RaunitArya/Guessync",
          "private": false,
          "owner": {
            "login": "RaunitArya",
            "id": 154257872,
            "node_id": "U_kgDOCTHJ0A",
            "avatar_url": "https://avatars.githubusercontent.com/u/154257872?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/RaunitArya",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/RaunitArya/Guessync",
          "created_at": "2025-10-02T18:28:16Z",
          "updated_at": "2025-10-09T15:55:54Z",
          "pushed_at": "2025-10-09T15:19:32Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3941,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "2c9446e3c44f397b174105124cc3446edc04bf91",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/147"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/147"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/147"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/147/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/147/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/147/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/5fec39ff058655158482bb7d5dcbb7fba5097306"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        1
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/144",
      "id": 2884476841,
      "node_id": "PR_kwDOOTQ5d86r7Z-p",
      "number": 144,
      "state": "open",
      "locked": false,
      "title": "Update Create room UI",
      "user": {
        "login": "Krishna-Sri-Charan",
        "id": 160278518,
        "node_id": "U_kgDOCY2n9g",
        "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Krishna-Sri-Charan",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Fix: #88 \r\nAdded scroll bar and make ui better \r\nbefore:\r\n<img width=\"1920\" height=\"1020\" alt=\"image\" src=\"https://github.com/user-attachments/assets/5e03c448-fde2-44d4-9c17-89194c9664fc\" />\r\n\r\nafter:\r\n<img width=\"1365\" height=\"635\" alt=\"image\" src=\"https://github.com/user-attachments/assets/3614a0c0-5f3b-495b-8ba1-270e114726c2\" />\r\n",
      "created_at": "2025-10-03T10:10:17Z",
      "updated_at": "2025-10-03T10:10:52Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "e3b6157a798531ae40c18c1952e8e6d33d7274c1",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Krishna-Sri-Charan:create-room-ui",
        "ref": "create-room-ui",
        "sha": "1aad4833be50f3f4d51a8e7792dbcc342b3ee4d0",
        "user": {
          "login": "Krishna-Sri-Charan",
          "id": 160278518,
          "node_id": "U_kgDOCY2n9g",
          "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Krishna-Sri-Charan",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067623871,
          "node_id": "R_kgDOP6Klvw",
          "name": "Guessync",
          "full_name": "Krishna-Sri-Charan/Guessync",
          "private": false,
          "owner": {
            "login": "Krishna-Sri-Charan",
            "id": 160278518,
            "node_id": "U_kgDOCY2n9g",
            "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Krishna-Sri-Charan",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Krishna-Sri-Charan/Guessync",
          "created_at": "2025-10-01T06:18:54Z",
          "updated_at": "2025-10-03T10:04:06Z",
          "pushed_at": "2025-10-03T10:06:14Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3913,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/144"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/144"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/144"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/144/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/144/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/144/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/1aad4833be50f3f4d51a8e7792dbcc342b3ee4d0"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        8
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/143",
      "id": 2884303192,
      "node_id": "PR_kwDOOTQ5d86r6vlY",
      "number": 143,
      "state": "open",
      "locked": false,
      "title": "[Feature] Integrated seroski-dupbot for duplicate detection in github issues",
      "user": {
        "login": "sak23042006",
        "id": 138766433,
        "node_id": "U_kgDOCEVoYQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/138766433?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/sak23042006",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "### 📌 Problem\r\nRepositories often get cluttered with duplicate issues, making it difficult for maintainers to manage and causing wasted effort for contributors. Manual duplicate detection is slow, inconsistent, and error-prone.  \r\n\r\n### 💡 Solution\r\nThis PR integrates **seroski-dupbot**, a bot that automatically detects duplicate issues using embeddings and similarity scoring.  \r\n\r\n**Behavior based on similarity score:**  \r\n- **< 5** → Unique: No action taken.  \r\n- **5 – 8.5** → Potential duplicate: Bot comments with related issues and flags for review.  \r\n- **> 8.5** → Clear duplicate: Bot comments, labels the issue as `duplicate`, and auto-closes it.  \r\n\r\n### 🧩 Benefits\r\n- Saves maintainers’ time by automating duplicate detection.  \r\n- Reduces noise in issue trackers.  \r\n- Improves contributor experience by providing instant feedback.  \r\n\r\n**Impact:** Provides a scalable, automated solution to handle duplicate issues across repositories, ensuring cleaner and more manageable issue tracking.\r\n\r\nCloses #140.\r\n",
      "created_at": "2025-10-03T09:01:00Z",
      "updated_at": "2025-10-04T09:43:14Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "95aadf3d46dbde8197155215fc97955ead438278",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "sak23042006:feat/seroski-bot",
        "ref": "feat/seroski-bot",
        "sha": "a81088faef1705c0710486a8e2081f91b183dbfb",
        "user": {
          "login": "sak23042006",
          "id": 138766433,
          "node_id": "U_kgDOCEVoYQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/138766433?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/sak23042006",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1069003003,
          "node_id": "R_kgDOP7ew-w",
          "name": "Guessync",
          "full_name": "sak23042006/Guessync",
          "private": false,
          "owner": {
            "login": "sak23042006",
            "id": 138766433,
            "node_id": "U_kgDOCEVoYQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/138766433?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/sak23042006",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "Open-src contribution",
          "fork": true,
          "url": "https://api.github.com/repos/sak23042006/Guessync",
          "created_at": "2025-10-03T08:49:12Z",
          "updated_at": "2025-10-03T08:49:12Z",
          "pushed_at": "2025-10-03T09:14:02Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3936,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/143"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/143"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/143"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/143/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/143/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/143/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/a81088faef1705c0710486a8e2081f91b183dbfb"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        1,
        140
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/142",
      "id": 2884222821,
      "node_id": "PR_kwDOOTQ5d86r6b9l",
      "number": 142,
      "state": "open",
      "locked": false,
      "title": "Logout button",
      "user": {
        "login": "Krishna-Sri-Charan",
        "id": 160278518,
        "node_id": "U_kgDOCY2n9g",
        "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Krishna-Sri-Charan",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Fix: #85 \r\n\r\n1. Navbar.jsx – Dynamic Login/Logout\r\n\r\n- Add logic to check if a user is logged in using localStorage.getItem(\"token\").\r\n- If the user is logged in:\r\n  - Show “Logout” instead of “Login”.\r\n  - On click → remove token and user from localStorage, then navigate to /login.\r\n- If the user is not logged in:\r\n  - Show “Login” button.\r\n  - On click → navigate to /login.\r\n- Apply this logic to both desktop navbar button and mobile dropdown menu button so the behavior stays consistent across devices.\r\n\r\nScreeshot:\r\n<img width=\"1365\" height=\"633\" alt=\"image\" src=\"https://github.com/user-attachments/assets/44f573e9-7ba7-4271-bc49-b599c3e21547\" />\r\n",
      "created_at": "2025-10-03T08:33:39Z",
      "updated_at": "2025-10-05T05:20:27Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": null,
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Krishna-Sri-Charan:logout-button",
        "ref": "logout-button",
        "sha": "a589483174ea21bba5639ec26ecb0566dee0e0dc",
        "user": {
          "login": "Krishna-Sri-Charan",
          "id": 160278518,
          "node_id": "U_kgDOCY2n9g",
          "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Krishna-Sri-Charan",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067623871,
          "node_id": "R_kgDOP6Klvw",
          "name": "Guessync",
          "full_name": "Krishna-Sri-Charan/Guessync",
          "private": false,
          "owner": {
            "login": "Krishna-Sri-Charan",
            "id": 160278518,
            "node_id": "U_kgDOCY2n9g",
            "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Krishna-Sri-Charan",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Krishna-Sri-Charan/Guessync",
          "created_at": "2025-10-01T06:18:54Z",
          "updated_at": "2025-10-03T10:04:06Z",
          "pushed_at": "2025-10-03T10:06:14Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3913,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/142"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/142"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/142"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/142/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/142/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/142/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/a589483174ea21bba5639ec26ecb0566dee0e0dc"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        8
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/141",
      "id": 2884181607,
      "node_id": "PR_kwDOOTQ5d86r6R5n",
      "number": 141,
      "state": "open",
      "locked": false,
      "title": "Redirect Logged-In Users to Home Page",
      "user": {
        "login": "Krishna-Sri-Charan",
        "id": 160278518,
        "node_id": "U_kgDOCY2n9g",
        "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Krishna-Sri-Charan",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Fix: #135 \r\n\r\n**Logged In already:**\r\n\r\nDisplay this page on entry to site\r\n<img width=\"1365\" height=\"674\" alt=\"image\" src=\"https://github.com/user-attachments/assets/2ce90708-248e-448c-854c-fe561acf26fe\" />\r\n\r\n---\r\n\r\n**New user (Not logged in):**\r\n\r\nDisplay this page on entry to site\r\n<img width=\"1920\" height=\"962\" alt=\"image\" src=\"https://github.com/user-attachments/assets/eed3b983-cb89-4e59-9e64-5afcb13cab48\" />\r\n\r\n",
      "created_at": "2025-10-03T08:16:13Z",
      "updated_at": "2025-10-03T08:18:34Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "f12478fcd9d6254179406c19331326cf2d520437",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Krishna-Sri-Charan:user",
        "ref": "user",
        "sha": "b4b509d83b80ee40670a624dd80479a4d7a8c896",
        "user": {
          "login": "Krishna-Sri-Charan",
          "id": 160278518,
          "node_id": "U_kgDOCY2n9g",
          "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Krishna-Sri-Charan",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067623871,
          "node_id": "R_kgDOP6Klvw",
          "name": "Guessync",
          "full_name": "Krishna-Sri-Charan/Guessync",
          "private": false,
          "owner": {
            "login": "Krishna-Sri-Charan",
            "id": 160278518,
            "node_id": "U_kgDOCY2n9g",
            "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Krishna-Sri-Charan",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Krishna-Sri-Charan/Guessync",
          "created_at": "2025-10-01T06:18:54Z",
          "updated_at": "2025-10-03T10:04:06Z",
          "pushed_at": "2025-10-03T10:06:14Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3913,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/141"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/141"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/141"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/141/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/141/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/141/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/b4b509d83b80ee40670a624dd80479a4d7a8c896"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        1
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/138",
      "id": 2883902128,
      "node_id": "PR_kwDOOTQ5d86r5Nqw",
      "number": 138,
      "state": "open",
      "locked": false,
      "title": "Added solution for issue 135",
      "user": {
        "login": "MalayathiGeetha",
        "id": 162792605,
        "node_id": "U_kgDOCbQEnQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/162792605?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/MalayathiGeetha",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Added solution for redirect after login",
      "created_at": "2025-10-03T06:05:34Z",
      "updated_at": "2025-10-03T06:14:16Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "382291741e29e14d5f80a07dc92973b6c759a07e",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "MalayathiGeetha:main",
        "ref": "main",
        "sha": "5dd09d20aa4003192fa3c4615963d9aa5cf3a070",
        "user": {
          "login": "MalayathiGeetha",
          "id": 162792605,
          "node_id": "U_kgDOCbQEnQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/162792605?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/MalayathiGeetha",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068921808,
          "node_id": "R_kgDOP7Zz0A",
          "name": "Guessync",
          "full_name": "MalayathiGeetha/Guessync",
          "private": false,
          "owner": {
            "login": "MalayathiGeetha",
            "id": 162792605,
            "node_id": "U_kgDOCbQEnQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/162792605?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/MalayathiGeetha",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/MalayathiGeetha/Guessync",
          "created_at": "2025-10-03T05:52:25Z",
          "updated_at": "2025-10-03T06:03:11Z",
          "pushed_at": "2025-10-03T06:03:08Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3908,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:frontend-pages",
        "ref": "frontend-pages",
        "sha": "8c5bb40d147b0d2fa259cfd9b7f93e996ac33f7b",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/138"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/138"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/138"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/138/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/138/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/138/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/5dd09d20aa4003192fa3c4615963d9aa5cf3a070"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/137",
      "id": 2883900222,
      "node_id": "PR_kwDOOTQ5d86r5NM-",
      "number": 137,
      "state": "open",
      "locked": false,
      "title": "Added solution for issue 135",
      "user": {
        "login": "MalayathiGeetha",
        "id": 162792605,
        "node_id": "U_kgDOCbQEnQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/162792605?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/MalayathiGeetha",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Added solution for redirection after login ",
      "created_at": "2025-10-03T06:04:20Z",
      "updated_at": "2025-10-03T06:13:24Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "95b6d3aa999880d0e02a2e5a9da799ee7b7c3fbc",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "MalayathiGeetha:main",
        "ref": "main",
        "sha": "5dd09d20aa4003192fa3c4615963d9aa5cf3a070",
        "user": {
          "login": "MalayathiGeetha",
          "id": 162792605,
          "node_id": "U_kgDOCbQEnQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/162792605?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/MalayathiGeetha",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068921808,
          "node_id": "R_kgDOP7Zz0A",
          "name": "Guessync",
          "full_name": "MalayathiGeetha/Guessync",
          "private": false,
          "owner": {
            "login": "MalayathiGeetha",
            "id": 162792605,
            "node_id": "U_kgDOCbQEnQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/162792605?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/MalayathiGeetha",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/MalayathiGeetha/Guessync",
          "created_at": "2025-10-03T05:52:25Z",
          "updated_at": "2025-10-03T06:03:11Z",
          "pushed_at": "2025-10-03T06:03:08Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3908,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/137"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/137"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/137"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/137/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/137/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/137/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/5dd09d20aa4003192fa3c4615963d9aa5cf3a070"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/129",
      "id": 2882846122,
      "node_id": "PR_kwDOOTQ5d86r1L2q",
      "number": 129,
      "state": "open",
      "locked": false,
      "title": "Add contributing guide",
      "user": {
        "login": "Dhanwantisatone",
        "id": 191073548,
        "node_id": "U_kgDOC2ONDA",
        "avatar_url": "https://avatars.githubusercontent.com/u/191073548?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Dhanwantisatone",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Added a CONTRIBUTING.md file to guide contributors on how to contribute to Guessync:\r\n- Forking, branching, and making changes\r\n- Commit message conventions\r\n- PR submission & review process\r\n- Reporting issues\r\n\r\nHelps maintain a consistent and welcoming contribution workflow \r\n",
      "created_at": "2025-10-02T19:45:30Z",
      "updated_at": "2025-10-02T19:45:30Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "c045040334755acd299239201f6fc6e4b7b1836c",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Dhanwantisatone:add-contributing-guide",
        "ref": "add-contributing-guide",
        "sha": "e1bde0d0c1cbdef85e047c0c6f203e7a14b2eb22",
        "user": {
          "login": "Dhanwantisatone",
          "id": 191073548,
          "node_id": "U_kgDOC2ONDA",
          "avatar_url": "https://avatars.githubusercontent.com/u/191073548?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Dhanwantisatone",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068679583,
          "node_id": "R_kgDOP7LBnw",
          "name": "Guessync",
          "full_name": "Dhanwantisatone/Guessync",
          "private": false,
          "owner": {
            "login": "Dhanwantisatone",
            "id": 191073548,
            "node_id": "U_kgDOC2ONDA",
            "avatar_url": "https://avatars.githubusercontent.com/u/191073548?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Dhanwantisatone",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Dhanwantisatone/Guessync",
          "created_at": "2025-10-02T18:39:40Z",
          "updated_at": "2025-10-02T18:39:40Z",
          "pushed_at": "2025-10-02T19:44:24Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3922,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/129"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/129"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/129"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/129/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/129/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/129/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/e1bde0d0c1cbdef85e047c0c6f203e7a14b2eb22"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/128",
      "id": 2882773181,
      "node_id": "PR_kwDOOTQ5d86r06C9",
      "number": 128,
      "state": "open",
      "locked": false,
      "title": "Add pr template",
      "user": {
        "login": "Dhanwantisatone",
        "id": 191073548,
        "node_id": "U_kgDOC2ONDA",
        "avatar_url": "https://avatars.githubusercontent.com/u/191073548?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Dhanwantisatone",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Added a standardized Pull Request template to guide contributors,  \r\nmaking it easier to submit well-structured PRs and maintain consistency.\r\n",
      "created_at": "2025-10-02T19:14:36Z",
      "updated_at": "2025-10-02T19:14:36Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "d63f382d76ecad2a77f1f57adcee37ea8f8ef2c8",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Dhanwantisatone:add-pr-template",
        "ref": "add-pr-template",
        "sha": "50e333f0ef105e0fd3c9690e674c3ab2f3ea166a",
        "user": {
          "login": "Dhanwantisatone",
          "id": 191073548,
          "node_id": "U_kgDOC2ONDA",
          "avatar_url": "https://avatars.githubusercontent.com/u/191073548?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Dhanwantisatone",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068679583,
          "node_id": "R_kgDOP7LBnw",
          "name": "Guessync",
          "full_name": "Dhanwantisatone/Guessync",
          "private": false,
          "owner": {
            "login": "Dhanwantisatone",
            "id": 191073548,
            "node_id": "U_kgDOC2ONDA",
            "avatar_url": "https://avatars.githubusercontent.com/u/191073548?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Dhanwantisatone",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Dhanwantisatone/Guessync",
          "created_at": "2025-10-02T18:39:40Z",
          "updated_at": "2025-10-02T18:39:40Z",
          "pushed_at": "2025-10-02T19:44:24Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3922,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/128"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/128"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/128"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/128/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/128/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/128/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/50e333f0ef105e0fd3c9690e674c3ab2f3ea166a"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/127",
      "id": 2882742626,
      "node_id": "PR_kwDOOTQ5d86r0yli",
      "number": 127,
      "state": "open",
      "locked": false,
      "title": "docs: add Contributor Code of Conduct",
      "user": {
        "login": "Dhanwantisatone",
        "id": 191073548,
        "node_id": "U_kgDOC2ONDA",
        "avatar_url": "https://avatars.githubusercontent.com/u/191073548?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Dhanwantisatone",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": " Added a new CODE_OF_CONDUCT.md to make Guessync more inclusive and contributor-friendly!  \r\n\r\n- Based on Contributor Covenant v2.1 with custom edits  \r\n- Encourages respect, collaboration, and creativity  \r\n- Ensures a safe, welcoming space for all contributors  \r\n\r\n",
      "created_at": "2025-10-02T19:00:42Z",
      "updated_at": "2025-10-02T19:00:42Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "21477a1e2c491596588e7cd6bacb7dc5edd27885",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Dhanwantisatone:add-code-of-conduct",
        "ref": "add-code-of-conduct",
        "sha": "39c914c31666250b59dccbb5effc1a789f62bb6a",
        "user": {
          "login": "Dhanwantisatone",
          "id": 191073548,
          "node_id": "U_kgDOC2ONDA",
          "avatar_url": "https://avatars.githubusercontent.com/u/191073548?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Dhanwantisatone",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068679583,
          "node_id": "R_kgDOP7LBnw",
          "name": "Guessync",
          "full_name": "Dhanwantisatone/Guessync",
          "private": false,
          "owner": {
            "login": "Dhanwantisatone",
            "id": 191073548,
            "node_id": "U_kgDOC2ONDA",
            "avatar_url": "https://avatars.githubusercontent.com/u/191073548?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Dhanwantisatone",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Dhanwantisatone/Guessync",
          "created_at": "2025-10-02T18:39:40Z",
          "updated_at": "2025-10-02T18:39:40Z",
          "pushed_at": "2025-10-02T19:44:24Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3922,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/127"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/127"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/127"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/127/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/127/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/127/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/39c914c31666250b59dccbb5effc1a789f62bb6a"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/123",
      "id": 2882328316,
      "node_id": "PR_kwDOOTQ5d86rzNb8",
      "number": 123,
      "state": "open",
      "locked": false,
      "title": "[FIX]: how-to-play page's interactivity",
      "user": {
        "login": "vatsalsinghkv",
        "id": 68834718,
        "node_id": "MDQ6VXNlcjY4ODM0NzE4",
        "avatar_url": "https://avatars.githubusercontent.com/u/68834718?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/vatsalsinghkv",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "fix #84 \r\n\r\nRemoved `cursor: pointer` from all the non-interactive elements in the page.\r\nFor professionalism and better accessibility.",
      "created_at": "2025-10-02T16:22:51Z",
      "updated_at": "2025-10-02T16:22:51Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "ebd6dee7405a2521d610b0eabcd4c0b9d0925f20",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "vatsalsinghkv:fix/how-to-play",
        "ref": "fix/how-to-play",
        "sha": "02778e5bbd4f6cb8fab8a60a386210678bebb3a6",
        "user": {
          "login": "vatsalsinghkv",
          "id": 68834718,
          "node_id": "MDQ6VXNlcjY4ODM0NzE4",
          "avatar_url": "https://avatars.githubusercontent.com/u/68834718?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/vatsalsinghkv",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068325943,
          "node_id": "R_kgDOP61cNw",
          "name": "Guessync",
          "full_name": "vatsalsinghkv/Guessync",
          "private": false,
          "owner": {
            "login": "vatsalsinghkv",
            "id": 68834718,
            "node_id": "MDQ6VXNlcjY4ODM0NzE4",
            "avatar_url": "https://avatars.githubusercontent.com/u/68834718?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/vatsalsinghkv",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/vatsalsinghkv/Guessync",
          "created_at": "2025-10-02T08:01:45Z",
          "updated_at": "2025-10-02T08:01:45Z",
          "pushed_at": "2025-10-02T16:20:45Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3924,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/123"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/123"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/123"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/123/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/123/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/123/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/02778e5bbd4f6cb8fab8a60a386210678bebb3a6"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        8
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/121",
      "id": 2882198797,
      "node_id": "PR_kwDOOTQ5d86ryt0N",
      "number": 121,
      "state": "open",
      "locked": false,
      "title": "Fix: Enhance JoinRoom Component with Better Error Handling and Performance",
      "user": {
        "login": "imaheshno1",
        "id": 133081040,
        "node_id": "U_kgDOB-6n0A",
        "avatar_url": "https://avatars.githubusercontent.com/u/133081040?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/imaheshno1",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "This PR introduces several improvements to the JoinRoom component, focusing on error handling, performance optimization, and user experience.\r\n\r\n## Changes\r\n- **Fixed Memory Leaks**:\r\n  - Added proper cleanup for socket event listeners\r\n  - Implemented timeout cleanup using `useRef`\r\n- **Improved Error Handling**:\r\n  - Added user authentication check before joining a room\r\n  - Enhanced error messages and their display\r\n  - Added loading states to prevent multiple submissions\r\n- **Performance Optimizations**:\r\n  - Memoized callbacks with `useCallback`\r\n  - Optimized re-renders\r\n  - Reduced unnecessary state updates\r\n- **UI/UX Improvements**:\r\n  - Disabled buttons during loading\r\n  - Added visual feedback for loading state\r\n  - Prevented navigation during loading\r\n  - Improved error message display\r\n- **Code Quality**:\r\n  - Better code organization and structure\r\n  - Added proper TypeScript-like type safety with JSDoc comments\r\n  - Improved code readability and maintainability\r\n\r\n## Testing\r\n- [x] Tested joining a room with valid code\r\n- [x] Verified error handling for invalid codes\r\n- [x] Checked loading states and button disabling\r\n- [x] Verified proper cleanup on unmount\r\n- [x] Tested keyboard navigation",
      "created_at": "2025-10-02T15:33:02Z",
      "updated_at": "2025-10-04T15:28:21Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "c6e32879b8f4df042a4ad62e2b9b7216298a647b",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "imaheshno1:main",
        "ref": "main",
        "sha": "03246e3cc1124569d355fe4434baca85587f4d5e",
        "user": {
          "login": "imaheshno1",
          "id": 133081040,
          "node_id": "U_kgDOB-6n0A",
          "avatar_url": "https://avatars.githubusercontent.com/u/133081040?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/imaheshno1",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068500231,
          "node_id": "R_kgDOP7AFBw",
          "name": "Guessync",
          "full_name": "imaheshno1/Guessync",
          "private": false,
          "owner": {
            "login": "imaheshno1",
            "id": 133081040,
            "node_id": "U_kgDOB-6n0A",
            "avatar_url": "https://avatars.githubusercontent.com/u/133081040?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/imaheshno1",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/imaheshno1/Guessync",
          "created_at": "2025-10-02T13:32:02Z",
          "updated_at": "2025-10-03T06:16:15Z",
          "pushed_at": "2025-10-03T06:16:11Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3909,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:concept-react-components",
        "ref": "concept-react-components",
        "sha": "716ede6f1341ab3e93a881e536ad920043bd8297",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/121"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/121"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/121"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/121/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/121/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/121/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/03246e3cc1124569d355fe4434baca85587f4d5e"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/118",
      "id": 2881568934,
      "node_id": "PR_kwDOOTQ5d86rwUCm",
      "number": 118,
      "state": "open",
      "locked": false,
      "title": " Fix: Landing Page Layout Breaking Issues",
      "user": {
        "login": "Krishna-Sri-Charan",
        "id": 160278518,
        "node_id": "U_kgDOCY2n9g",
        "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Krishna-Sri-Charan",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Fix: #86 \r\n\r\n**Problem:**\r\n- Landing page content was overflowing and breaking the layout\r\n- Aggressive scaling transforms causing unpredictable rendering across screen sizes\r\n\r\n**Changes:**\r\n✅ Fixed overflow issues by replacing h-screen overflow-hidden with min-h-screen\r\n✅ Removed excessive scale-[] transforms that caused layout breaks\r\n✅ Changed w-screen to w-full to prevent horizontal overflow\r\n✅ Added proper max-width constraints for better content containment\r\n✅ Improved responsive spacing and layout flow\r\n\r\n**Testing:**\r\n- Landing page renders correctly on mobile (320px - 640px)\r\n- Landing page renders correctly on tablet (640px - 1024px)\r\n- Landing page renders correctly on desktop (1024px+)\r\n\r\n**Files Changed:**\r\n- src/pages/LandingPage.jsx\r\n\r\n**Screenshots: (Before/After)**\r\nBefore:\r\n<img width=\"1365\" height=\"630\" alt=\"image\" src=\"https://github.com/user-attachments/assets/15c306ba-8f8a-4b9f-b464-149cd0cf2057\" />\r\nAfter:\r\n<img width=\"1365\" height=\"628\" alt=\"image\" src=\"https://github.com/user-attachments/assets/cb1c8029-a12f-4f18-8606-12d35dae7af2\" />\r\n",
      "created_at": "2025-10-02T12:07:45Z",
      "updated_at": "2025-10-02T16:51:20Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "da3c9c8398d5cc7c1d2861823c824e391279bded",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Krishna-Sri-Charan:landing-screen",
        "ref": "landing-screen",
        "sha": "80b9fc9496791b89a86e5010710bb5f498ea1577",
        "user": {
          "login": "Krishna-Sri-Charan",
          "id": 160278518,
          "node_id": "U_kgDOCY2n9g",
          "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Krishna-Sri-Charan",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067623871,
          "node_id": "R_kgDOP6Klvw",
          "name": "Guessync",
          "full_name": "Krishna-Sri-Charan/Guessync",
          "private": false,
          "owner": {
            "login": "Krishna-Sri-Charan",
            "id": 160278518,
            "node_id": "U_kgDOCY2n9g",
            "avatar_url": "https://avatars.githubusercontent.com/u/160278518?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Krishna-Sri-Charan",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Krishna-Sri-Charan/Guessync",
          "created_at": "2025-10-01T06:18:54Z",
          "updated_at": "2025-10-03T10:04:06Z",
          "pushed_at": "2025-10-03T10:06:14Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3913,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/118"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/118"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/118"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/118/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/118/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/118/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/80b9fc9496791b89a86e5010710bb5f498ea1577"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        8
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/110",
      "id": 2881263893,
      "node_id": "PR_kwDOOTQ5d86rvJkV",
      "number": 110,
      "state": "open",
      "locked": false,
      "title": "added a loader to prevent multiple clicks",
      "user": {
        "login": "APURVA122",
        "id": 176544829,
        "node_id": "U_kgDOCoXcPQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/176544829?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/APURVA122",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Added loader while creating room:\r\n\r\n- Full-screen semi-transparent background\r\n- Centered spinner with \"Creating Room...\" text\r\n- Disabled create button to prevent multiple clicks\r\n",
      "created_at": "2025-10-02T10:17:25Z",
      "updated_at": "2025-10-02T14:00:15Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "467dd049793c4597f96cb8b9ef2c27b6f300c58e",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "APURVA122:main",
        "ref": "main",
        "sha": "e90a3ee6d878ca317c929e106a8610cf816e93e0",
        "user": {
          "login": "APURVA122",
          "id": 176544829,
          "node_id": "U_kgDOCoXcPQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/176544829?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/APURVA122",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068352708,
          "node_id": "R_kgDOP63ExA",
          "name": "Guessync",
          "full_name": "APURVA122/Guessync",
          "private": false,
          "owner": {
            "login": "APURVA122",
            "id": 176544829,
            "node_id": "U_kgDOCoXcPQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/176544829?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/APURVA122",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/APURVA122/Guessync",
          "created_at": "2025-10-02T08:54:14Z",
          "updated_at": "2025-10-02T10:30:13Z",
          "pushed_at": "2025-10-02T10:30:09Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3926,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/110"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/110"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/110"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/110/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/110/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/110/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/e90a3ee6d878ca317c929e106a8610cf816e93e0"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/109",
      "id": 2881259685,
      "node_id": "PR_kwDOOTQ5d86rvIil",
      "number": 109,
      "state": "open",
      "locked": false,
      "title": "[fix] focus & hover state",
      "user": {
        "login": "vatsalsinghkv",
        "id": 68834718,
        "node_id": "MDQ6VXNlcjY4ODM0NzE4",
        "avatar_url": "https://avatars.githubusercontent.com/u/68834718?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/vatsalsinghkv",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "fixes #83 \r\n- Added focus state.\r\n- Converted clickable with 'navigate to' div & img to link.\r\n\r\n| Before | After |\r\n|--------|--------|\r\n| <img width=\"1438\" height=\"563\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/e3996ee0-cebb-4c4c-8a15-3deedc24eef3\" /> | <img width=\"1440\" height=\"818\" alt=\"Screenshot 2025-10-02 at 3 44 23 PM\" src=\"https://github.com/user-attachments/assets/51c67588-73b3-4cb4-b635-3218e30202db\" /> | \r\n",
      "created_at": "2025-10-02T10:15:50Z",
      "updated_at": "2025-10-02T16:18:13Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": null,
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "vatsalsinghkv:fix/focus",
        "ref": "fix/focus",
        "sha": "06507ec4a388a714deabfde5e49c26a5d564a57f",
        "user": {
          "login": "vatsalsinghkv",
          "id": 68834718,
          "node_id": "MDQ6VXNlcjY4ODM0NzE4",
          "avatar_url": "https://avatars.githubusercontent.com/u/68834718?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/vatsalsinghkv",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068325943,
          "node_id": "R_kgDOP61cNw",
          "name": "Guessync",
          "full_name": "vatsalsinghkv/Guessync",
          "private": false,
          "owner": {
            "login": "vatsalsinghkv",
            "id": 68834718,
            "node_id": "MDQ6VXNlcjY4ODM0NzE4",
            "avatar_url": "https://avatars.githubusercontent.com/u/68834718?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/vatsalsinghkv",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/vatsalsinghkv/Guessync",
          "created_at": "2025-10-02T08:01:45Z",
          "updated_at": "2025-10-02T08:01:45Z",
          "pushed_at": "2025-10-02T16:20:45Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3924,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/109"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/109"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/109"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/109/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/109/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/109/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/06507ec4a388a714deabfde5e49c26a5d564a57f"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        8,
        83
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/106",
      "id": 2880604745,
      "node_id": "PR_kwDOOTQ5d86rsopJ",
      "number": 106,
      "state": "open",
      "locked": false,
      "title": "improved mouse blob smoothness and better workflow",
      "user": {
        "login": "mitaliiiiii",
        "id": 141233593,
        "node_id": "U_kgDOCGsNuQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/141233593?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/mitaliiiiii",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "### Summary\r\nThis PR improves the responsiveness and user experience of the mouse-following blob effect on the landing page.\r\n\r\n### Changes Made\r\n- Increased blob movement speed for more accurate pointer following\r\n- Added snap-to-cursor threshold for better precision\r\n- Reduced blob size and increased highlight for better visibility\r\n- Removed background blobs for a cleaner, more modern look\r\n\r\n### Why\r\nThe previous blob effect felt sluggish and distracting due to background blobs. These changes make the interaction feel more natural, smooth, and visually appealing, enhancing the overall landing page experience.",
      "created_at": "2025-10-02T06:17:49Z",
      "updated_at": "2025-10-04T07:29:43Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": null,
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "mitaliiiiii:main",
        "ref": "main",
        "sha": "c1f46ed3ac8283221defd768f5e77a2eb03b3e94",
        "user": {
          "login": "mitaliiiiii",
          "id": 141233593,
          "node_id": "U_kgDOCGsNuQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/141233593?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/mitaliiiiii",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067282883,
          "node_id": "R_kgDOP51xww",
          "name": "Guessync",
          "full_name": "mitaliiiiii/Guessync",
          "private": false,
          "owner": {
            "login": "mitaliiiiii",
            "id": 141233593,
            "node_id": "U_kgDOCGsNuQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/141233593?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/mitaliiiiii",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/mitaliiiiii/Guessync",
          "created_at": "2025-09-30T16:26:07Z",
          "updated_at": "2025-10-02T06:15:36Z",
          "pushed_at": "2025-10-02T06:15:32Z",
          "homepage": "https://guessync.netlify.app/",
          "size": 3921,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/106"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/106"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/106"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/106/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/106/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/106/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/c1f46ed3ac8283221defd768f5e77a2eb03b3e94"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/103",
      "id": 2880453834,
      "node_id": "PR_kwDOOTQ5d86rsDzK",
      "number": 103,
      "state": "open",
      "locked": false,
      "title": "Refactor Navbar component to use Link for logo navigation",
      "user": {
        "login": "RakinduM",
        "id": 116582517,
        "node_id": "U_kgDOBvLodQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/116582517?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/RakinduM",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Added navigation route for Navbar logo and title to redirected to Home page\r\n<img width=\"1056\" height=\"349\" alt=\"Screenshot 2025-10-02 at 10 28 24\" src=\"https://github.com/user-attachments/assets/a6b61e14-fb41-4a97-8f62-3fc05984c78f\" />\r\n<img width=\"2048\" height=\"200\" alt=\"Untitled design (5)\" src=\"https://github.com/user-attachments/assets/2fbe94d6-a069-4d1d-b231-c09c56ca8161\" />\r\n",
      "created_at": "2025-10-02T05:06:17Z",
      "updated_at": "2025-10-06T15:11:32Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "b73e8075436f288b2f886a452465c504e0e84995",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "RakinduM:feature/navbar-logo-redirection",
        "ref": "feature/navbar-logo-redirection",
        "sha": "9e78f8ddd73b8a5f2f7f92daa42cc837a5dfbd71",
        "user": {
          "login": "RakinduM",
          "id": 116582517,
          "node_id": "U_kgDOBvLodQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/116582517?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/RakinduM",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068240177,
          "node_id": "R_kgDOP6wNMQ",
          "name": "Guessync",
          "full_name": "RakinduM/Guessync",
          "private": false,
          "owner": {
            "login": "RakinduM",
            "id": 116582517,
            "node_id": "U_kgDOBvLodQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/116582517?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/RakinduM",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/RakinduM/Guessync",
          "created_at": "2025-10-02T04:23:41Z",
          "updated_at": "2025-10-06T14:58:30Z",
          "pushed_at": "2025-10-06T15:08:22Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3946,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "9ba7ea43d8fcbac5bc5ccf4f14198927949e5368",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/103"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/103"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/103"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/103/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/103/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/103/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/9e78f8ddd73b8a5f2f7f92daa42cc837a5dfbd71"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/102",
      "id": 2880387420,
      "node_id": "PR_kwDOOTQ5d86rrzlc",
      "number": 102,
      "state": "open",
      "locked": false,
      "title": "fix: re-selecting the same avatar deselects it",
      "user": {
        "login": "izumiicxde",
        "id": 154342465,
        "node_id": "U_kgDOCTMUQQ",
        "avatar_url": "https://avatars.githubusercontent.com/u/154342465?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/izumiicxde",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": null,
      "created_at": "2025-10-02T04:31:06Z",
      "updated_at": "2025-10-06T15:41:32Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "59ff41f8cba1870a8f0b9dcab5c035e5a0acd708",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "izumiicxde:main",
        "ref": "main",
        "sha": "0d2d29bb5eb775618edeaaf2295b615b65bcec2d",
        "user": {
          "login": "izumiicxde",
          "id": 154342465,
          "node_id": "U_kgDOCTMUQQ",
          "avatar_url": "https://avatars.githubusercontent.com/u/154342465?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/izumiicxde",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1068232655,
          "node_id": "R_kgDOP6vvzw",
          "name": "Guessync",
          "full_name": "izumiicxde/Guessync",
          "private": false,
          "owner": {
            "login": "izumiicxde",
            "id": 154342465,
            "node_id": "U_kgDOCTMUQQ",
            "avatar_url": "https://avatars.githubusercontent.com/u/154342465?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/izumiicxde",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/izumiicxde/Guessync",
          "created_at": "2025-10-02T04:01:10Z",
          "updated_at": "2025-10-02T04:09:18Z",
          "pushed_at": "2025-10-02T04:09:15Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3919,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/102"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/102"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/102"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/102/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/102/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/102/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/0d2d29bb5eb775618edeaaf2295b615b65bcec2d"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/95",
      "id": 2878492183,
      "node_id": "PR_kwDOOTQ5d86rkk4X",
      "number": 95,
      "state": "open",
      "locked": false,
      "title": "changed button hoverstyles in homepage",
      "user": {
        "login": "jagadeesh-debug",
        "id": 118063840,
        "node_id": "U_kgDOBwmC4A",
        "avatar_url": "https://avatars.githubusercontent.com/u/118063840?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/jagadeesh-debug",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "\r\nhttps://github.com/user-attachments/assets/750e5674-240e-43a3-9c26-0337b5971247\r\n\r\n",
      "created_at": "2025-10-01T14:25:10Z",
      "updated_at": "2025-10-01T16:15:42Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": null,
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "jagadeesh-debug:main",
        "ref": "main",
        "sha": "d8af5a6a0fcc710b513b77c99d20878252476d78",
        "user": {
          "login": "jagadeesh-debug",
          "id": 118063840,
          "node_id": "U_kgDOBwmC4A",
          "avatar_url": "https://avatars.githubusercontent.com/u/118063840?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/jagadeesh-debug",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067882260,
          "node_id": "R_kgDOP6aXFA",
          "name": "Guessync",
          "full_name": "jagadeesh-debug/Guessync",
          "private": false,
          "owner": {
            "login": "jagadeesh-debug",
            "id": 118063840,
            "node_id": "U_kgDOBwmC4A",
            "avatar_url": "https://avatars.githubusercontent.com/u/118063840?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/jagadeesh-debug",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/jagadeesh-debug/Guessync",
          "created_at": "2025-10-01T14:22:32Z",
          "updated_at": "2025-10-01T14:48:06Z",
          "pushed_at": "2025-10-01T14:48:02Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3933,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/95"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/95"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/95"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/95/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/95/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/95/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/d8af5a6a0fcc710b513b77c99d20878252476d78"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/93",
      "id": 2878212228,
      "node_id": "PR_kwDOOTQ5d86rjgiE",
      "number": 93,
      "state": "open",
      "locked": false,
      "title": "Contribution.md added for issue#68",
      "user": {
        "login": "ath34-tech",
        "id": 59201258,
        "node_id": "MDQ6VXNlcjU5MjAxMjU4",
        "avatar_url": "https://avatars.githubusercontent.com/u/59201258?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/ath34-tech",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Fixed issue#68\r\n\r\nAdded a standard contribution.md , tried to keep tone fun and professional, can make it completely professional or completely fun.",
      "created_at": "2025-10-01T13:15:50Z",
      "updated_at": "2025-10-01T13:15:50Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "7d3236fc58c4986bd7ac27e66326c5654f6b7286",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "ath34-tech:main",
        "ref": "main",
        "sha": "9f91f6e7ca4c688f48423ba6d0c298443007c4a0",
        "user": {
          "login": "ath34-tech",
          "id": 59201258,
          "node_id": "MDQ6VXNlcjU5MjAxMjU4",
          "avatar_url": "https://avatars.githubusercontent.com/u/59201258?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/ath34-tech",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067830809,
          "node_id": "R_kgDOP6XOGQ",
          "name": "Guessync",
          "full_name": "ath34-tech/Guessync",
          "private": false,
          "owner": {
            "login": "ath34-tech",
            "id": 59201258,
            "node_id": "MDQ6VXNlcjU5MjAxMjU4",
            "avatar_url": "https://avatars.githubusercontent.com/u/59201258?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/ath34-tech",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/ath34-tech/Guessync",
          "created_at": "2025-10-01T13:02:32Z",
          "updated_at": "2025-10-01T13:14:40Z",
          "pushed_at": "2025-10-01T13:14:37Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3920,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/93"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/93"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/93"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/93/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/93/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/93/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/9f91f6e7ca4c688f48423ba6d0c298443007c4a0"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        6
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/92",
      "id": 2877533693,
      "node_id": "PR_kwDOOTQ5d86rg639",
      "number": 92,
      "state": "open",
      "locked": false,
      "title": "Refactor JoinRoom component styles for improved responsiveness and acessibility",
      "user": {
        "login": "AnirudhPhophalia",
        "id": 182049272,
        "node_id": "U_kgDOCtnZ-A",
        "avatar_url": "https://avatars.githubusercontent.com/u/182049272?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/AnirudhPhophalia",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "ISSUE #56 \r\nFixed responsive design issues on the /join-room page where the join room interface was overflowing outside the viewport on smaller screens and causing poor user experience across different device sizes.",
      "created_at": "2025-10-01T09:31:52Z",
      "updated_at": "2025-10-01T09:38:26Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": null,
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "AnirudhPhophalia:joinroomspacing",
        "ref": "joinroomspacing",
        "sha": "2d67e82cabb21f075ace5390ec6813508490fb61",
        "user": {
          "login": "AnirudhPhophalia",
          "id": 182049272,
          "node_id": "U_kgDOCtnZ-A",
          "avatar_url": "https://avatars.githubusercontent.com/u/182049272?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/AnirudhPhophalia",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1066892486,
          "node_id": "R_kgDOP5d8xg",
          "name": "Guessync",
          "full_name": "AnirudhPhophalia/Guessync",
          "private": false,
          "owner": {
            "login": "AnirudhPhophalia",
            "id": 182049272,
            "node_id": "U_kgDOCtnZ-A",
            "avatar_url": "https://avatars.githubusercontent.com/u/182049272?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/AnirudhPhophalia",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/AnirudhPhophalia/Guessync",
          "created_at": "2025-09-30T05:30:18Z",
          "updated_at": "2025-09-30T05:30:18Z",
          "pushed_at": "2025-10-01T09:30:16Z",
          "homepage": "https://guessync.netlify.app/",
          "size": 3919,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/92"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/92"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/92"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/92/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/92/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/92/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/2d67e82cabb21f075ace5390ec6813508490fb61"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        5
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/91",
      "id": 2877491084,
      "node_id": "PR_kwDOOTQ5d86rgweM",
      "number": 91,
      "state": "open",
      "locked": false,
      "title": "song_image.svg",
      "user": {
        "login": "GitHub-User9999",
        "id": 133979506,
        "node_id": "U_kgDOB_xdcg",
        "avatar_url": "https://avatars.githubusercontent.com/u/133979506?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/GitHub-User9999",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Song Image (SVG): A scalable vector version of the song image, optimized for high-quality, resolution-independent display, lightweight storage, and easy integration into projects.",
      "created_at": "2025-10-01T09:19:11Z",
      "updated_at": "2025-10-01T09:20:48Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "f618b1eae5f697127f2dadc30f4e4641739501de",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "GitHub-User9999:hacktoberfest-2025",
        "ref": "hacktoberfest-2025",
        "sha": "b0b2752f13ff368b0bf9a08549fa1cea5ce1f8a8",
        "user": {
          "login": "GitHub-User9999",
          "id": 133979506,
          "node_id": "U_kgDOB_xdcg",
          "avatar_url": "https://avatars.githubusercontent.com/u/133979506?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/GitHub-User9999",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067710892,
          "node_id": "R_kgDOP6P5rA",
          "name": "Guessync-hacktoberfest2025",
          "full_name": "GitHub-User9999/Guessync-hacktoberfest2025",
          "private": false,
          "owner": {
            "login": "GitHub-User9999",
            "id": 133979506,
            "node_id": "U_kgDOB_xdcg",
            "avatar_url": "https://avatars.githubusercontent.com/u/133979506?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/GitHub-User9999",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/GitHub-User9999/Guessync-hacktoberfest2025",
          "created_at": "2025-10-01T09:16:10Z",
          "updated_at": "2025-10-01T09:16:10Z",
          "pushed_at": "2025-10-01T09:18:48Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3920,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/91"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/91"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/91"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/91/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/91/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/91/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/b0b2752f13ff368b0bf9a08549fa1cea5ce1f8a8"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/90",
      "id": 2877402431,
      "node_id": "PR_kwDOOTQ5d86rga0_",
      "number": 90,
      "state": "open",
      "locked": false,
      "title": "Fix: Incorrect avatar image src path",
      "user": {
        "login": "utsavdotdev",
        "id": 95236817,
        "node_id": "U_kgDOBa0y0Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/utsavdotdev",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Fix #78 \r\n\r\nThis PR resolves an issue where the avatar image source (src) was set incorrectly during fetch, causing the image to fail to load.\r\n",
      "created_at": "2025-10-01T08:50:33Z",
      "updated_at": "2025-10-01T08:50:33Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "30a1213cc47a568c05fc47fa73c478a414af3736",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "utsavdotdev:avatar-issue",
        "ref": "avatar-issue",
        "sha": "080ed01ab1d105f0996219dd6714485f15c45f1b",
        "user": {
          "login": "utsavdotdev",
          "id": 95236817,
          "node_id": "U_kgDOBa0y0Q",
          "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/utsavdotdev",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067563670,
          "node_id": "R_kgDOP6G6lg",
          "name": "Guessync",
          "full_name": "utsavdotdev/Guessync",
          "private": false,
          "owner": {
            "login": "utsavdotdev",
            "id": 95236817,
            "node_id": "U_kgDOBa0y0Q",
            "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/utsavdotdev",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/utsavdotdev/Guessync",
          "created_at": "2025-10-01T03:33:04Z",
          "updated_at": "2025-10-01T03:33:04Z",
          "pushed_at": "2025-10-01T08:46:40Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3921,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/90"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/90"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/90"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/90/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/90/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/90/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/080ed01ab1d105f0996219dd6714485f15c45f1b"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        7
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/89",
      "id": 2876960440,
      "node_id": "PR_kwDOOTQ5d86reu64",
      "number": 89,
      "state": "open",
      "locked": false,
      "title": "Contributors Hall of Fame",
      "user": {
        "login": "cybernobie",
        "id": 30187430,
        "node_id": "MDQ6VXNlcjMwMTg3NDMw",
        "avatar_url": "https://avatars.githubusercontent.com/u/30187430?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/cybernobie",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "A dedicated space to recognize and celebrate everyone who has contributed to the growth of this project. Whether it’s code, documentation, design, testing, or ideas – every contribution matters. This hall of fame proudly showcases our amazing contributors, highlighting their efforts and giving them the credit they deserve.",
      "created_at": "2025-10-01T05:49:52Z",
      "updated_at": "2025-10-01T05:49:52Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "05986cb760a468471ffbfdff6db22a3ddff39837",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "cybernobie:main",
        "ref": "main",
        "sha": "9a5286711215bbdd28e3f692f00262b36db5dec4",
        "user": {
          "login": "cybernobie",
          "id": 30187430,
          "node_id": "MDQ6VXNlcjMwMTg3NDMw",
          "avatar_url": "https://avatars.githubusercontent.com/u/30187430?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/cybernobie",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067607988,
          "node_id": "R_kgDOP6JntA",
          "name": "Guessync",
          "full_name": "cybernobie/Guessync",
          "private": false,
          "owner": {
            "login": "cybernobie",
            "id": 30187430,
            "node_id": "MDQ6VXNlcjMwMTg3NDMw",
            "avatar_url": "https://avatars.githubusercontent.com/u/30187430?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/cybernobie",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/cybernobie/Guessync",
          "created_at": "2025-10-01T05:41:54Z",
          "updated_at": "2025-10-01T05:48:00Z",
          "pushed_at": "2025-10-01T05:47:57Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3932,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/89"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/89"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/89"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/89/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/89/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/89/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/9a5286711215bbdd28e3f692f00262b36db5dec4"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": []
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/81",
      "id": 2876840599,
      "node_id": "PR_kwDOOTQ5d86reRqX",
      "number": 81,
      "state": "open",
      "locked": false,
      "title": "Add Contributor Covenant Code of Conduct",
      "user": {
        "login": "Adez017",
        "id": 142787780,
        "node_id": "U_kgDOCILExA",
        "avatar_url": "https://avatars.githubusercontent.com/u/142787780?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/Adez017",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "This document outlines the community's Code of Conduct, including our pledge, standards of behavior, enforcement responsibilities, and consequences for violations.\r\n\r\nFixes #66 \r\n\r\nHi @yep-yogesh , take a look around .",
      "created_at": "2025-10-01T04:45:55Z",
      "updated_at": "2025-10-02T08:35:47Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": "1d2489e1e69809a11bca2c0efdd63f6216edbd64",
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "Adez017:main",
        "ref": "main",
        "sha": "982f0512e870860fc64021c97eb17139faf9e618",
        "user": {
          "login": "Adez017",
          "id": 142787780,
          "node_id": "U_kgDOCILExA",
          "avatar_url": "https://avatars.githubusercontent.com/u/142787780?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/Adez017",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067301041,
          "node_id": "R_kgDOP524sQ",
          "name": "Guessync",
          "full_name": "Adez017/Guessync",
          "private": false,
          "owner": {
            "login": "Adez017",
            "id": 142787780,
            "node_id": "U_kgDOCILExA",
            "avatar_url": "https://avatars.githubusercontent.com/u/142787780?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/Adez017",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/Adez017/Guessync",
          "created_at": "2025-09-30T16:56:48Z",
          "updated_at": "2025-10-01T04:49:52Z",
          "pushed_at": "2025-10-01T04:50:35Z",
          "homepage": "https://guessync.netlify.app/",
          "size": 3925,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": "JavaScript",
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/81"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/81"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/81"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/81/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/81/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/81/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/982f0512e870860fc64021c97eb17139faf9e618"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        6,
        66
      ]
    },
    {
      "url": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/80",
      "id": 2876765903,
      "node_id": "PR_kwDOOTQ5d86rd_bP",
      "number": 80,
      "state": "open",
      "locked": false,
      "title": "fix(ui): contain join room card within wrapper",
      "user": {
        "login": "utsavdotdev",
        "id": 95236817,
        "node_id": "U_kgDOBa0y0Q",
        "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/utsavdotdev",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "body": "Solve #77 \r\n\r\nThis PR fixes the issue where the screen background color was not filling completely when scrolling. The problem was due to incomplete height coverage in the container styling.\r\n\r\n### Result\r\n\r\nhttps://github.com/user-attachments/assets/6e86d7ef-7699-45ce-9971-cef17185488f\r\n\r\n",
      "created_at": "2025-10-01T04:00:41Z",
      "updated_at": "2025-10-13T05:18:43Z",
      "closed_at": null,
      "merged_at": null,
      "merge_commit_sha": null,
      "assignee": null,
      "assignees": {},
      "requested_reviewers": {},
      "requested_teams": {},
      "labels": {},
      "milestone": null,
      "draft": false,
      "head": {
        "label": "utsavdotdev:ui-issue",
        "ref": "ui-issue",
        "sha": "d4b2d5744be5ec3b7026145ca2ae7f81cc96b5b1",
        "user": {
          "login": "utsavdotdev",
          "id": 95236817,
          "node_id": "U_kgDOBa0y0Q",
          "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/utsavdotdev",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 1067563670,
          "node_id": "R_kgDOP6G6lg",
          "name": "Guessync",
          "full_name": "utsavdotdev/Guessync",
          "private": false,
          "owner": {
            "login": "utsavdotdev",
            "id": 95236817,
            "node_id": "U_kgDOBa0y0Q",
            "avatar_url": "https://avatars.githubusercontent.com/u/95236817?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/utsavdotdev",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": true,
          "url": "https://api.github.com/repos/utsavdotdev/Guessync",
          "created_at": "2025-10-01T03:33:04Z",
          "updated_at": "2025-10-01T03:33:04Z",
          "pushed_at": "2025-10-01T08:46:40Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3921,
          "stargazers_count": 0,
          "watchers_count": 0,
          "language": null,
          "has_issues": false,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 0,
          "archived": false,
          "disabled": false,
          "open_issues_count": 0,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {},
          "visibility": "public",
          "forks": 0,
          "open_issues": 0,
          "watchers": 0,
          "default_branch": "main"
        }
      },
      "base": {
        "label": "yep-yogesh:main",
        "ref": "main",
        "sha": "e58e6e1feabf9ea87355cfdb83ad1795e691efac",
        "user": {
          "login": "yep-yogesh",
          "id": 171794586,
          "node_id": "U_kgDOCj1gmg",
          "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/yep-yogesh",
          "type": "User",
          "user_view_type": "public",
          "site_admin": false
        },
        "repo": {
          "id": 959723895,
          "node_id": "R_kgDOOTQ5dw",
          "name": "Guessync",
          "full_name": "yep-yogesh/Guessync",
          "private": false,
          "owner": {
            "login": "yep-yogesh",
            "id": 171794586,
            "node_id": "U_kgDOCj1gmg",
            "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
            "gravatar_id": "",
            "url": "https://api.github.com/users/yep-yogesh",
            "type": "User",
            "user_view_type": "public",
            "site_admin": false
          },
          "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
          "fork": false,
          "url": "https://api.github.com/repos/yep-yogesh/Guessync",
          "created_at": "2025-04-03T08:49:03Z",
          "updated_at": "2025-10-11T14:14:34Z",
          "pushed_at": "2025-10-07T07:09:17Z",
          "homepage": "https://guessync.netlify.app",
          "size": 3942,
          "stargazers_count": 149,
          "watchers_count": 149,
          "language": "JavaScript",
          "has_issues": true,
          "has_projects": true,
          "has_downloads": true,
          "has_wiki": true,
          "has_pages": false,
          "has_discussions": false,
          "forks_count": 71,
          "archived": false,
          "disabled": false,
          "open_issues_count": 91,
          "license": {
            "key": "mit",
            "name": "MIT License",
            "spdx_id": "MIT",
            "url": "https://api.github.com/licenses/mit",
            "node_id": "MDc6TGljZW5zZTEz"
          },
          "allow_forking": true,
          "is_template": false,
          "web_commit_signoff_required": false,
          "topics": {
            "0": "expressjs",
            "1": "full-stack",
            "2": "fusejs",
            "3": "gemini-ai",
            "4": "hacktoberfest",
            "5": "hacktoberfest-accepted",
            "6": "hacktoberfest2025",
            "7": "hacktoberfest25",
            "8": "hactoberfest",
            "9": "mongodb",
            "10": "reactjs",
            "11": "spotify",
            "12": "youtube"
          },
          "visibility": "public",
          "forks": 71,
          "open_issues": 91,
          "watchers": 149,
          "default_branch": "main"
        }
      },
      "_links": {
        "self": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/80"
        },
        "html": {
          "href": "https://github.com/yep-yogesh/Guessync/pull/80"
        },
        "issue": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/80"
        },
        "comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/issues/80/comments"
        },
        "review_comments": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/80/comments"
        },
        "review_comment": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/comments{/number}"
        },
        "commits": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/pulls/80/commits"
        },
        "statuses": {
          "href": "https://api.github.com/repos/yep-yogesh/Guessync/statuses/d4b2d5744be5ec3b7026145ca2ae7f81cc96b5b1"
        }
      },
      "author_association": "NONE",
      "auto_merge": null,
      "active_lock_reason": null,
      "linked_issues": [
        7
      ]
    }
  ],
  "discussions": [],
  "details": {
    "id": 959723895,
    "node_id": "R_kgDOOTQ5dw",
    "name": "Guessync",
    "full_name": "yep-yogesh/Guessync",
    "private": false,
    "owner": {
      "login": "yep-yogesh",
      "id": 171794586,
      "node_id": "U_kgDOCj1gmg",
      "avatar_url": "https://avatars.githubusercontent.com/u/171794586?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/yep-yogesh",
      "type": "User",
      "user_view_type": "public",
      "site_admin": false
    },
    "description": "A full-stack, real-time multiplayer music guessing game built with React, Firebase Auth, Socket.IO, MongoDB, and Vite. Integrated with Spotify, YouTube, and GeminiAI to enable AI-powered hints, audio playback and fuzzy-matched answers.",
    "fork": false,
    "url": "https://api.github.com/repos/yep-yogesh/Guessync",
    "created_at": "2025-04-03T08:49:03Z",
    "updated_at": "2025-10-11T14:14:34Z",
    "pushed_at": "2025-10-07T07:09:17Z",
    "homepage": "https://guessync.netlify.app",
    "size": 3942,
    "stargazers_count": 149,
    "watchers_count": 149,
    "language": "JavaScript",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "has_discussions": false,
    "forks_count": 71,
    "archived": false,
    "disabled": false,
    "open_issues_count": 91,
    "license": {
      "key": "mit",
      "name": "MIT License",
      "spdx_id": "MIT",
      "url": "https://api.github.com/licenses/mit",
      "node_id": "MDc6TGljZW5zZTEz"
    },
    "allow_forking": true,
    "is_template": false,
    "web_commit_signoff_required": false,
    "topics": {
      "0": "expressjs",
      "1": "full-stack",
      "2": "fusejs",
      "3": "gemini-ai",
      "4": "hacktoberfest",
      "5": "hacktoberfest-accepted",
      "6": "hacktoberfest2025",
      "7": "hacktoberfest25",
      "8": "hactoberfest",
      "9": "mongodb",
      "10": "reactjs",
      "11": "spotify",
      "12": "youtube"
    },
    "visibility": "public",
    "forks": 71,
    "open_issues": 91,
    "watchers": 149,
    "default_branch": "main",
    "permissions": {
      "admin": false,
      "maintain": false,
      "push": false,
      "triage": false,
      "pull": true
    },
    "temp_clone_token": "",
    "network_count": 71,
    "subscribers_count": 1
  },
  "lastFetched": 1760366095405
}