This is a lightweight video conferencing application built with React and powered by ZEGOCLOUD. Users can join or create video rooms by sharing unique links.
- 🔗 Generate or enter a room ID to join a meeting
- 📹 Video conferencing powered by ZEGOCLOUD UIKit
- 🔐 Private rooms with dynamic UUID-based links
- 🧼 Minimal and responsive UI with Tailwind CSS
- ⚛️ Built with React and React Router
- React (Frontend)
- React Router DOM (Routing)
- ZEGOCLOUD UIKit Prebuilt (Video conferencing)
- Tailwind CSS (Styling)
- UUID (Unique room ID generation)
git clone https://github.com/yourusername/react-video-meeting.git
cd [meet-app]
Install Dependencies
npm install
Run the App
npm run dev
Frontend will run on http://localhost:5173/ (or your configured port)