https://github.com/mrinalxdev/devmeets
A platform where all developers can have video calls . Manage all their invited meetings and for free time they can invest it in reading docs and assessing their skills through quiz.
https://github.com/mrinalxdev/devmeets
documentation documentation-site firebase firebase-auth javascript quiz react types typescript video-call zegocloud
Last synced: 6 months ago
JSON representation
A platform where all developers can have video calls . Manage all their invited meetings and for free time they can invest it in reading docs and assessing their skills through quiz.
- Host: GitHub
- URL: https://github.com/mrinalxdev/devmeets
- Owner: mrinalxdev
- Created: 2023-04-01T05:51:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T05:46:20.000Z (over 2 years ago)
- Last Synced: 2025-03-26T10:04:21.629Z (7 months ago)
- Topics: documentation, documentation-site, firebase, firebase-auth, javascript, quiz, react, types, typescript, video-call, zegocloud
- Language: TypeScript
- Homepage: https://dev-meets.vercel.app
- Size: 2.71 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

A meet app which can used to create, join and schedule your meetings

If you do a lot of meetings and gets lost in fields of links to find the your next meeting link, then this is a perfect app that can help you
## Deployment
To deploy this project run
```bash
npm install --global yarn
yarn install
yarn run
npm run dev
```