Study Group Matching Tool
Create a profile and find study partners for your subjects.
Your unique ID is: Loading...
Share this ID with friends so they can find you directly.
Could not load groups. Please check your connection.
`; groupListLoader.style.display = 'none'; }); } function renderGroupList(users) { const filterText = searchInput.value.toLowerCase(); const filteredUsers = users.filter(user => user.subject.toLowerCase().includes(filterText)); if (filteredUsers.length === 0) { groupList.innerHTML = `No matching groups found.
`; return; } groupList.innerHTML = filteredUsers.map(user => `${user.name}
${user.subject}
Availability: ${user.availability || 'Not specified'}
Style: ${user.style || 'Not specified'}
