MeetNexus is a web application for hosting and joining video call meetings. Users can host their meetings by logging into MeetNexus and share meeting links for others to join. This project is built using React.js, HTML, CSS, JavaScript, Sass, and integrates video call functionality using Zogocloud.
https://console.zegocloud.com
https://www.zegocloud.com/docs/uikit/callkit-web/quick-start/using-npm-package-manager
- User authentication and login
- Host meetings
- Join meetings via shared link
- Video call integration using Zogocloud
- Responsive design
- React.js
- HTML
- CSS
- JavaScript
- Sass
- Zogocloud
Before you begin, ensure you have met the following requirements:
- Node.js and npm installed on your machine. You can download them from nodejs.org.
-
Clone the repository:
git clone https://github.com/gauravxlokhande/meetnexus.git
-
Navigate to the project directory:
cd meetnexus
-
Install the dependencies:
npm install
-
Replace your Zogocloud API keys In Meet.jsx:
const appID = 1828215307; const serverSecret = "adf03c2edb7f07f2b4305e443b103f7c";
-
Start the development server:
npm run dev
-
Open your browser and navigate to your localhost
http://localhost:3000
.
- Login: Users can log in to MeetNexus to access the meeting features.
- Host a Meeting: After logging in, users can host a meeting and get a unique meeting link.
- Join a Meeting: Users can join a meeting by pasting the meeting link in the join meeting section.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or suggestions, feel free to contact me at [[email protected]].