Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gauravxlokhande/meetnexus
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://github.com/gauravxlokhande/meetnexus
googlemeet javascript jsx meeting meetup-talk presentations reactjs reactjsprojects sass videocall videochat zoom-meetings
Last synced: 18 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/gauravxlokhande/meetnexus
- Owner: gauravxlokhande
- Created: 2024-07-17T12:41:42.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T09:13:09.000Z (6 months ago)
- Last Synced: 2024-11-11T07:41:55.307Z (3 months ago)
- Topics: googlemeet, javascript, jsx, meeting, meetup-talk, presentations, reactjs, reactjsprojects, sass, videocall, videochat, zoom-meetings
- Language: JavaScript
- Homepage: https://meetnexus.netlify.app/
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MeetNexus
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.
![Screenshot 2024-07-18 122658](https://github.com/user-attachments/assets/fae1eee9-9b8e-4e3e-ac76-381fa459dd0c)
### Zegocloud website
```
https://console.zegocloud.com
```
### documentation
```
https://www.zegocloud.com/docs/uikit/callkit-web/quick-start/using-npm-package-manager
```
## Table of Contents- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contact](#contact)## Features
- User authentication and login
- Host meetings
- Join meetings via shared link
- Video call integration using Zogocloud
- Responsive design## Technologies Used
- React.js
- HTML
- CSS
- JavaScript
- Sass
- Zogocloud## Getting Started
### Prerequisites
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](https://nodejs.org/).
### Installation
1. Clone the repository:
```sh
git clone https://github.com/gauravxlokhande/meetnexus.git
```2. Navigate to the project directory:
```sh
cd meetnexus
```3. Install the dependencies:
```sh
npm install
```4. Replace your Zogocloud API keys In Meet.jsx:
```sh
const appID = 1828215307;
const serverSecret = "adf03c2edb7f07f2b4305e443b103f7c";
```5. Start the development server:
```sh
npm run dev
```6. Open your browser and navigate to your localhost `http://localhost:3000`.
## Usage
1. **Login**: Users can log in to MeetNexus to access the meeting features.
2. **Host a Meeting**: After logging in, users can host a meeting and get a unique meeting link.
3. **Join a Meeting**: Users can join a meeting by pasting the meeting link in the join meeting section.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
If you have any questions or suggestions, feel free to contact me at [[email protected]].
![Screenshot 2024-07-18 123101](https://github.com/user-attachments/assets/cfb4d1ce-1f3d-4036-a7f3-4721714339a5)
![Screenshot 2024-07-18 123112](https://github.com/user-attachments/assets/d4c67c46-50c5-496d-9a5b-e19c28d61942)
![Screenshot 2024-07-18 123039](https://github.com/user-attachments/assets/aeefd540-3a09-4caf-b89d-454576f5cdd4)
![Screenshot 2024-07-18 123009](https://github.com/user-attachments/assets/11ba74ed-9f8f-4851-8db3-7904739c7b44)
![Screenshot 2024-07-18 122846](https://github.com/user-attachments/assets/990bf530-3295-4f3c-b967-8d3a5611f72e)
![Screenshot 2024-07-18 122811](https://github.com/user-attachments/assets/3cfc7404-6c47-4759-885c-2c49eba3f3d8)
![Screenshot 2024-07-18 122940](https://github.com/user-attachments/assets/c1ff12fb-e65b-4a3c-8261-9834f5e3a234)