faisalsaifii / DevMeet

Video Conferencing App with built in Compiler

Home Page:https://developermeet.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev Meet

Became tired of companies still using zoom or google meet to take coding interviews which have nowhere to code. They even make you code in google docs because of this. So this allows the companies to conduct their coding interviews with an in-built IDE which supports the majority of the languages.

Live Application

Preview

Preview

Usage

  • Enter your name
  • Copy your Meet ID
  • Share your Meet ID and ask them to paste your Meet ID and call you
  • You will get an invitation to join the call
  • Join the call
  • Start Coding
  • Voila 🎉

Run Locally

Frontend

cd frontend
npm i
npm start

Backend

cd backend
npm i
npm run dev

About

Video Conferencing App with built in Compiler

https://developermeet.vercel.app

License:MIT License


Languages

Language:JavaScript 93.3%Language:HTML 4.6%Language:CSS 2.1%