Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faisalsaifii/devmeet
Video Conferencing App with built in Compiler
https://github.com/faisalsaifii/devmeet
expressjs reactjs socket-io tailwindcss
Last synced: 2 months ago
JSON representation
Video Conferencing App with built in Compiler
- Host: GitHub
- URL: https://github.com/faisalsaifii/devmeet
- Owner: faisalsaifii
- License: mit
- Created: 2022-10-30T14:36:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T11:39:04.000Z (10 months ago)
- Last Synced: 2024-05-02T01:44:10.561Z (8 months ago)
- Topics: expressjs, reactjs, socket-io, tailwindcss
- Language: JavaScript
- Homepage: https://developermeet.vercel.app
- Size: 1.86 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://developermeet.vercel.app)
## Preview
![Preview](https://developermeet.vercel.app/img/screenshot.png)
## 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
```bash
cd frontend
npm i
npm start
```Backend
```bash
cd backend
npm i
npm run dev
```