ZMeet is a cutting-edge online meeting website designed for seamless collaboration and communication. Built with the latest technologies, ZMeet provides an intuitive and efficient platform for virtual meetings, whether for business, education, or casual catch-ups.
- User Authentication: Secure login and registration with Clerk.
- Real-Time Video call: Integrated video functionality using Stream-io.
- Accessible Components: Built with Radix UI for accessibility.
- Responsive Design: Styled with Tailwind CSS and Shadcn UI for a clean, modern interface.
- Robust and Scalable: Developed with TypeScript for reliability and scalability.
-
Clone the repository:
git clone https://github.com/Tanmay-312/ZMeet.git
-
Navigate to the project directory:
cd ZMeet
-
Install dependencies:
npm install
-
Create a
.env
file and add your environment variables. -
Run the development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
to see the application in action.