NitinSohal / MeetCove

Home Page:https://meet-cove.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meet-Cove

Powered by React.js, the front-end ensures a seamless and interactive user experience, while Firebase serves as the database, enabling secure user authentication and data management. It incorporates WebRTC technology to facilitate efficient and high-quality audio and video communication between participants.

Screenshot

image

Installation

  1. Clone the repository from GitHub:
  git clone https://github.com/NitinSohal/MeetCove.git
  1. Navigate to the project directory:
  cd MeetCove
  1. Install the necessary dependencies:
  npm install
  1. Start the development server:
  npm start

Usage

  1. Open https://meet-cove.vercel.app/ in your web browser.
  2. When the app loads, an alert prompt will appear asking you to enter your name.
  3. Enter your name in the alert prompt and click the "Ok" button.
  4. If you are using the app without an ID you will create a new room for yourself. If you are using the app with an ID, you will join the room associated with that ID.
  5. Once you are in the room, you can share high-quality audio and video with the other users present in the room.
  6. Additionally, the app allows you to share your screen with other users in the room, enabling you to collaborate effectively.

Contributing

If you would like to contribute to the project, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature: git checkout -b feature/your-feature-name
  3. Commit your changes:
git commit -m "Add your commit message"
  1. Push your changes to your forked repository: git push origin feature/your-feature-name
  2. Create a pull request

Credits

Meet-Cove was created by Nitin Sohal.

About

https://meet-cove.vercel.app


Languages

Language:JavaScript 81.1%Language:CSS 10.4%Language:HTML 8.4%