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

https://github.com/burakorkmez/remote-interview-platform

Remote Interview Platform with Video Calls
https://github.com/burakorkmez/remote-interview-platform

Last synced: 19 days ago
JSON representation

Remote Interview Platform with Video Calls

Awesome Lists containing this project

README

          

✨ Video Calling Interview Platform ✨

![Demo App](/public/screenshot-for-readme.png)

Highlights:

- 🚀 Tech stack: Next.js & TypeScript, Stream, Convex, Clerk
- 🎥 Video Calls
- 🖥️ Screen Sharing
- 🎬 Screen Recording
- 🔒 Authentication & Authorization
- 💻 Server Components, Layouts, Server Actions
- 🎭 Client & Server Components
- 🛣️ Dynamic & Static Routes
- 🎨 Styling with Tailwind & Shadcn
- ✨ Server Actions

### Setup .env file

```js
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
CONVEX_DEPLOYMENT=
NEXT_PUBLIC_CONVEX_URL=
NEXT_PUBLIC_STREAM_API_KEY=
STREAM_SECRET_KEY=
```

### Run the app

```shell
npm run dev
```