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!
- 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.
ConnectX utilizes the following technologies and libraries:
Follow these steps to set up ConnectX on your local machine:
-
Clone the repository:
git clone https://github.com/your-username/connectx.git cd connectx
-
Install dependencies using Yarn:
yarn install
Alternatively, you can use npm:
npm install
-
Create a
.env
file in the root directory and add your AgoraSDK API Key:touch .env echo "REACT_APP_KEY=your_api_key" >> .env
-
Start the development server:
yarn start
Alternatively, you can use npm:
npm start
-
Open your web browser and navigate to
http://localhost:3000
to access ConnectX.
ConnectX is licensed under the MIT License.