Zoom Clone #3
utsavpatel562
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features ✨
🔒 User Authentication with Clerk
💬 Real-time messaging with GetStream
📹 Video conferencing
📱 Responsive UI with Tailwind CSS
⚡ Server-side rendering with Next.js
🚀 Deployment: Deployed using Vercel for seamless deployment and hosting.
Tech Stack 🛠️
Frontend: TypeScript, Next.js, Tailwind CSS, Shadcn
Backend: Node.js
Authentication: Clerk
Real-time Messaging: GetStream
Deployment: Vercel
Usage 🚀
User Authentication 🔐
Sign up or log in using Clerk for user authentication.
Messaging
Real-time messaging is enabled using GetStream.
Video Conferencing
Start or join a video call session.
Project Structure 🗂️
.
├── components # Reusable UI components
├── pages # Next.js pages
├── public # Static assets
├── styles # Tailwind CSS styles
├── utils # Utility functions
├── server # Node.js server code
├── .env.local # Environment variables
├── README.md # Project documentation
├── package.json # Project dependencies and scripts
└── tsconfig.json # TypeScript configuration
Beta Was this translation helpful? Give feedback.
All reactions