Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T05:46:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T14:11:42.250Z (3 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
![App Screenshot](src/assets/Devwindow.png)
A meet app which can used to create, join and schedule your meetings
![App Screenshot](src/assets/Why_DevMeets.png)
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![App Screenshot](src/assets/Dev_BuildTools.png)
## Deployment
To deploy this project run
```bash
npm install --global yarn
yarn install
yarn run
npm run dev
```