An open API service indexing awesome lists of open source software.

https://github.com/aryan007-bot/yoom

Yoom is a video conferencing tool for online meetings, screen sharing, and chat, widely used for work and education
https://github.com/aryan007-bot/yoom

clerk-authentication css3 html5 nextjs server stream tailwindcss

Last synced: 11 months ago
JSON representation

Yoom is a video conferencing tool for online meetings, screen sharing, and chat, widely used for work and education

Awesome Lists containing this project

README

          

# Zoom Clone - Beginner-Friendly Guide

## πŸ“‹ Table of Contents

1. πŸ€– [Introduction](#introduction)
2. βš™οΈ [Tech Stack](#tech-stack)
3. πŸ”‹ [Features](#features)

---

## πŸ€– Introduction

In this beginner-friendly tutorial, you’ll build a basic Zoom-like video conferencing app. We will use **Next.js**, **TypeScript**, **Tailwind CSS**, and a few other libraries to handle video calls, user authentication, and responsive design. This guide assumes you have a basic understanding of HTML, CSS, and JavaScript.

If you're new to these technologies, don’t worry! I’ll explain the necessary steps in a simple way.

---

## βš™οΈ Tech Stack

We will use the following tools to build the project:

- **Next.js**: A React-based framework for building web applications.
- **TypeScript**: A typed superset of JavaScript, which improves the reliability of your code.
- **Tailwind CSS**: A utility-first CSS framework to help with responsive design.
- **Clerk**: For handling user authentication.
- **GetStream**: For real-time features like chat and video calls.

---

## πŸ”‹ Features

### Basic Features for Beginners:

πŸ‘‰ **User Authentication**: Let users sign up, log in, and access the app using Clerk.
πŸ‘‰ **New Meeting**: Start a new meeting with video and audio support.
πŸ‘‰ **Join Meetings via Link**: Join a meeting by sharing a link.
πŸ‘‰ **Responsive Design**: The app will look good on all screen sizes.

---
![Screenshot 2024-10-07 090442](https://github.com/user-attachments/assets/45c97858-8439-434d-8086-4d0eeaaaf761)