Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emekankwo/quil_video_app
- Owner: EmekaNkwo
- Created: 2024-06-25T11:24:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-25T12:28:34.000Z (6 months ago)
- Last Synced: 2024-06-26T13:17:53.269Z (6 months ago)
- Topics: audio-call, clerkauth, getstream-io, nextjs, radix-ui, tailwindcss, video-call
- Language: TypeScript
- Homepage: https://quilchat.netlify.app/
- Size: 783 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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