{"id":14987549,"url":"https://github.com/yusha0123/yoom","last_synced_at":"2025-04-12T00:15:54.293Z","repository":{"id":234744756,"uuid":"787952344","full_name":"yusha0123/Yoom","owner":"yusha0123","description":"A Full stack video conferencing application!","archived":false,"fork":false,"pushed_at":"2024-05-08T11:25:47.000Z","size":931,"stargazers_count":28,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T00:15:48.895Z","etag":null,"topics":["clerk-auth","getstream-io","nextjs14","shadcn-ui","taildwindcss","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://yoom-yusha.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yusha0123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-17T13:51:02.000Z","updated_at":"2025-03-12T13:33:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc8e84e5-88fa-4f75-ac7b-fdee62264b61","html_url":"https://github.com/yusha0123/Yoom","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"b2282dcdc1eab3b8474cd64521d93fb672cb3bd4"},"previous_names":["yusha0123/zoom-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusha0123%2FYoom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusha0123%2FYoom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusha0123%2FYoom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yusha0123%2FYoom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yusha0123","download_url":"https://codeload.github.com/yusha0123/Yoom/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497818,"owners_count":21113984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerk-auth","getstream-io","nextjs14","shadcn-ui","taildwindcss","typescript","zustand"],"created_at":"2024-09-24T14:14:55.175Z","updated_at":"2025-04-12T00:15:54.251Z","avatar_url":"https://github.com/yusha0123.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eYoom - A Video Conferencing Application\u003c/h1\u003e\n\n## 📋 \u003ca name=\"table\"\u003eTable of Contents\u003c/a\u003e\n\n1. 🤖 [Introduction](#introduction)\n2. ⚙️ [Tech Stack](#tech-stack)\n3. 🔋 [Features](#features)\n4. 🤸 [Quick Start](#quick-start)\n\n## \u003ca name=\"introduction\"\u003e\u003c/a\u003e🤖 Introduction\n\nBuilt with the latest Next.js and TypeScript, this project replicates Zoom, a widely used video conferencing tool. It enables users to securely log in, create meetings and access various meeting functionalities such as recording, scheduling meetings, screen sharing, and managing participants.\n\n## \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e⚙️ Tech Stack\n\n- Next.js\n- TypeScript\n- Clerk\n- getstream\n- Shadcn/ui\n- Tailwind CSS\n\n## \u003ca name=\"features\"\u003e\u003c/a\u003e🔋 Features\n\n🔒 **Authentication**: Implements authentication and authorization features using Clerk, allowing users to securely log in via social sign-on or traditional email and password methods, while ensuring appropriate access levels and permissions within the platform.\n\n🎥 **New Meeting**: Quickly start a new meeting, configuring camera and microphone settings before joining.\n\n🎛️ **Meeting Controls**: Participants have full control over meeting aspects, including recording, emoji reactions, screen sharing, muting/unmuting, sound adjustments, grid layout, participant list view, and individual participant management (pinning, muting, unmuting, blocking, allowing video share).\n\n🚪 **Exit Meeting**: Participants can leave a meeting, or creators can end it for all attendees.\n\n📅 **Schedule Future Meetings**: Input meeting details (date, time) to schedule future meetings, accessible on the 'Upcoming Meetings' page for sharing the link or immediate start.\n\n📜 **Past Meetings List**: Access a list of previously held meetings, including details and metadata.\n\n📹 **View Recorded Meetings**: Access recordings of past meetings for review or reference.\n\n🏠 **Personal Room**: Users have a personal room with a unique meeting link for instant meetings, shareable with others.\n\n🔗 **Join Meetings via Link**: Easily join meetings created by others by providing a link.\n\n🔒 **Secure Real-time Functionality**: All interactions within the platform are secure and occur in real-time, maintaining user privacy and data integrity.\n\n📱 **Responsive Design**: Follows responsive design principles to ensure optimal user experience across devices, adapting seamlessly to different screen sizes and resolutions.\n\nand many more, including code architecture and reusability.\n\n## \u003ca name=\"quick-start\"\u003e\u003c/a\u003e🤸 Quick Start\n\nFollow these steps to set up the project locally on your machine.\n\n**Prerequisites**\n\nMake sure you have the following installed on your machine:\n\n- [Git](https://git-scm.com/)\n- [Node.js](https://nodejs.org/en)\n- [npm](https://www.npmjs.com/) (Node Package Manager)\n\n**Cloning the Repository**\n\n```bash\ngit clone https://github.com/yusha0123/Yoom\ncd Yoom\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusha0123%2Fyoom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyusha0123%2Fyoom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyusha0123%2Fyoom/lists"}