Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.43 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.43 KB

ZMeet

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.

Features

  • 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.

Technologies Used

Installation

  1. Clone the repository:

    git clone https://github.com/Tanmay-312/ZMeet.git
  2. Navigate to the project directory:

    cd ZMeet
  3. Install dependencies:

    npm install
  4. Create a .env file and add your environment variables.

  5. Run the development server:

    npm run dev
  6. Open your browser and visit http://localhost:3000 to see the application in action.