Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tanmay-312/zmeet

ZMeet is a cutting-edge online meeting website built with Next.js 14, React 18, Clerk, Stream-io, Radix UI, Tailwind CSS, Shadcn UI, and TypeScript. It offers seamless collaboration and communication with a clean, responsive interface. Experience effortless virtual meetings with ZMeet's robust and scalable platform.
https://github.com/tanmay-312/zmeet

clerk google-meet live-streaming nextjs nextjs14 radix-ui reactjs18 shadcn-ui stream-io tailwindcss typescript video-conferencing zoom

Last synced: about 2 months ago
JSON representation

ZMeet is a cutting-edge online meeting website built with Next.js 14, React 18, Clerk, Stream-io, Radix UI, Tailwind CSS, Shadcn UI, and TypeScript. It offers seamless collaboration and communication with a clean, responsive interface. Experience effortless virtual meetings with ZMeet's robust and scalable platform.

Awesome Lists containing this project

README

        

# 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

- [Next.js 14](https://nextjs.org/)
- [React 18](https://reactjs.org/)
- [Clerk](https://clerk.dev/)
- [Stream-io](https://getstream.io/)
- [Radix UI](https://www.radix-ui.com/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Shadcn UI](https://shadcn.dev/)
- [TypeScript](https://www.typescriptlang.org/)

## Installation

1. Clone the repository:
```sh
git clone https://github.com/Tanmay-312/ZMeet.git
```
2. Navigate to the project directory:
```sh
cd ZMeet
```
3. Install dependencies:
```sh
npm install
```
4. Create a `.env` file and add your environment variables.

5. Run the development server:
```sh
npm run dev
```

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