Skip to content

javatcoding1/helixque-changes

Repository files navigation

Helixque Frontend

This is the frontend for Helixque, a professional real-time video chat application that connects people based on preferences, built with Next.js.

Getting Started

Make sure the backend server is running first (see main README for backend setup).

Then, run the frontend development server:

npm run dev

Open http://localhost:3000 (or the next available port) with your browser.

Important: You'll need to allow camera and microphone permissions for the application to work properly.

Key Components

  • app/page.tsx - Landing page
  • app/match/page.tsx - Device setup and preference-based user matching
  • components/RTC/DeviceCheck.tsx - Camera/microphone setup interface
  • components/RTC/Room.tsx - Main professional video chat room component

This project uses WebRTC for peer-to-peer video communication and Socket.IO for real-time signaling, enabling professional networking through video conversations.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published