Skip to content

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.

Notifications You must be signed in to change notification settings

gauravxlokhande/MeetNexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/gauravxlokhande/meetnexus.git
  2. Navigate to the project directory:

    cd meetnexus
  3. Install the dependencies:

    npm install
  4. Replace your Zogocloud API keys In Meet.jsx:

    const appID = 1828215307;
    const serverSecret = "adf03c2edb7f07f2b4305e443b103f7c";
  5. Start the development server:

    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 file for details.

Contact

If you have any questions or suggestions, feel free to contact me at [[email protected]].

Screenshot 2024-07-18 123101 Screenshot 2024-07-18 123112 Screenshot 2024-07-18 123039 Screenshot 2024-07-18 123009 Screenshot 2024-07-18 122846 Screenshot 2024-07-18 122811 Screenshot 2024-07-18 122940

About

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published