Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emekankwo/quil_video_app

This is a Video/Audio Call App built with NextJs, RadixUI, TailwindCSS, GetStream.io, and Clerk. It allows users to schedule and join video and audio calls with their friends or colleagues.
https://github.com/emekankwo/quil_video_app

audio-call clerkauth getstream-io nextjs radix-ui tailwindcss video-call

Last synced: 18 days ago
JSON representation

This is a Video/Audio Call App built with NextJs, RadixUI, TailwindCSS, GetStream.io, and Clerk. It allows users to schedule and join video and audio calls with their friends or colleagues.

Awesome Lists containing this project

README

        

# QUILVIDEO CALL APP

## Overview [Live Demo](quilchat.netlify.app)

This is a Video/Audio Call App built with NextJs, RadixUI, TailwindCSS, GetStream.io, and Clerk. It allows users to schedule and join video and audio calls with their friends or colleagues.

## Logs

- Created a NextJs application
- Used TailwindCSS and RadixUI for styling of components and pages
- Used Clerk for verification and authentication of users
- Used GetStream.io for video and audio calls

## Dependencies

- NextJs
- RadixUI
- TailwindCSS
- GetStream.io
- Clerk

## Get Started

- Clone the repository
- Run `npm install` to install dependencies
- Run `npm run dev` to start the application
- Run `npm run test` to test the application