8000 GitHub - cturbides/ConnectX: Build experiences, ideas and thoughts online!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cturbides/ConnectX

Repository files navigation

ConnectX - Build Experiences, Ideas, and Thoughts with Video Calls

ConnectX is a simple web application for video and audio calls, allowing you to connect with others in the same room and exchange great ideas!

Features

  • Beautiful UI.
  • Real-time video and audio calls using Agora.io.
  • Seamless integration with React, Typescript, and TailwindCSS.
  • Scalable and maintainable codebase with ESLint for code quality.

Dependencies

ConnectX utilizes the following technologies and libraries:

Installation

Follow these steps to set up ConnectX on your local machine:

  1. Clone the repository:

    git clone https://github.com/your-username/connectx.git
    cd connectx
  2. Install dependencies using Yarn:

    yarn install

    Alternatively, you can use npm:

    npm install
  3. Create a .env file in the root directory and add your AgoraSDK API Key:

    touch .env
    echo "REACT_APP_KEY=your_api_key" >> .env
  4. Start the development server:

    yarn start

    Alternatively, you can use npm:

    npm start
  5. Open your web browser and navigate to http://localhost:3000 to access ConnectX.

License

ConnectX is licensed under the MIT License.

About

Build experiences, ideas and thoughts online!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0