vidCALL is a modern video calling web application focused on simplicity, speed, and clean UI.
The project is currently in active development, starting with a polished landing page and routing setup.
- Responsive landing page with modern UI
- Glassmorphism-style video placeholder section
- Clean navigation with React Router
- Call-to-action flows for Register and Guest Join
- React
- Tailwind CSS
- React Router DOM
- Glassmorphism effect using Tailwind utilities
- Dark theme layout
- Reusable and responsive components
| Route | Description |
|---|---|
/ |
Landing Page |
/register |
User registration |
/login |
User login |
/guest |
Join as guest (username + link) |
- Get Started → Redirects to Register page
- Join as Guest → Join a call using username and meeting link
- Landing page completed
- Routing initialized
- Navbar implemented
- Authentication system
- Guest joining flow
- Video calling using WebRTC
- Protected routes
- Screen sharing
- Real-time chat
npm install
npm run dev