{"id":29024498,"url":"https://github.com/mozeel-v/connectly-app","last_synced_at":"2026-05-09T06:35:02.186Z","repository":{"id":300818031,"uuid":"1005555020","full_name":"Mozeel-V/connectly-app","owner":"Mozeel-V","description":"Connectly is a full-stack language learning app that enables users to connect with native speakers via real-time chat and video calls. ","archived":false,"fork":false,"pushed_at":"2025-06-23T19:27:50.000Z","size":1222,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T19:35:38.653Z","etag":null,"topics":["full-stack","mern-stack","socket-io","webrtc"],"latest_commit_sha":null,"homepage":"https://connectly-app-project.onrender.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mozeel-V.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-20T12:13:31.000Z","updated_at":"2025-06-23T19:29:35.000Z","dependencies_parsed_at":"2025-06-23T19:47:08.033Z","dependency_job_id":null,"html_url":"https://github.com/Mozeel-V/connectly-app","commit_stats":null,"previous_names":["mozeel-v/connectly-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mozeel-V/connectly-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mozeel-V%2Fconnectly-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mozeel-V%2Fconnectly-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mozeel-V%2Fconnectly-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mozeel-V%2Fconnectly-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mozeel-V","download_url":"https://codeload.github.com/Mozeel-V/connectly-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mozeel-V%2Fconnectly-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261997402,"owners_count":23242250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["full-stack","mern-stack","socket-io","webrtc"],"created_at":"2025-06-26T04:02:03.009Z","updated_at":"2026-05-09T06:35:02.133Z","avatar_url":"https://github.com/Mozeel-V.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 Connectly – Real-Time Language Exchange Platform\n\n![MERN Stack](https://img.shields.io/badge/MERN-Stack-brightgreen?style=for-the-badge\u0026logo=react)\n![Vite](https://img.shields.io/badge/Bundler-Vite-purple?style=for-the-badge\u0026logo=vite)\n![React Router](https://img.shields.io/badge/Routing-React%20Router-orange?style=for-the-badge\u0026logo=reactrouter)\n![Tailwind CSS](https://img.shields.io/badge/Styling-TailwindCSS-blue?style=for-the-badge\u0026logo=tailwindcss)\n![Socket.io](https://img.shields.io/badge/Realtime-Socket.io-black?style=for-the-badge\u0026logo=socketdotio)\n![Git](https://img.shields.io/badge/Version%20Control-Git-orange?style=for-the-badge\u0026logo=git)\n![Render](https://img.shields.io/badge/Deployed%20On-Render-3f3f3f?style=for-the-badge\u0026logo=render)\n![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)\n\nConnectly is a full-stack language learning app that enables users to connect with native speakers via real-time chat and video calls. Built with the MERN stack and deployed on Render, it ensures smooth peer-to-peer communication and responsive design.\n\nThe video calling feature is implemented using **WebRTC** along with the **Media Stream API** to allow camera and audio streaming.\n\n---\n\n## 🚀 Features\n\n- 🌍 Match with native speakers for immersive learning\n- 🗨️ Real-time messaging using **Socket.io**\n- 🎥 One-on-one video calls via **WebRTC** and **Stream API**\n- 🎨 Themed UI with **Tailwind CSS** and **DaisyUI**\n- 🔄 Optimized data handling with **TanStack Query**\n- 🔔 Toast notifications for seamless feedback\n\n---\n\n## 🧱 Tech Stack\n\n| Layer        | Tools \u0026 Frameworks                             |\n|--------------|------------------------------------------------|\n| **Frontend** | React, Vite, React Router, Tailwind CSS, DaisyUI |\n| **Backend**  | Node.js, Express.js                            |\n| **Database** | MongoDB                                        |\n| **Realtime** | WebRTC, Socket.io                              |\n| **State/Data** | TanStack Query, React Toaster               |\n| **Deployment** | Render                                       |\n\n---\n\n## ⚙️ Getting Started\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/Mozeel-V/connectly-app.git\n   cd connectly-app\n   ```\n\n2. **Install dependencies**\n   - Frontend:\n     ```bash\n     cd frontend\n     npm install\n     ```\n   - Backend:\n     ```bash\n     cd backend\n     npm install\n     ```\n\n3. **Environment Setup**\n   - Create `.env` files in both `/frontend` and `/backend` directories with your configuration as per .env.example given\n\n4. **Run locally**\n   - Start backend:\n     ```bash\n     cd backend\n     npm run dev\n     ```\n   - Start frontend:\n     ```bash\n     cd frontend\n     npm run dev\n     ```\n\n---\n\n## 🌍 Deployment\n\nThe full-stack app is deployed using **Render** for both frontend and backend. WebRTC signaling and Socket communication are optimized for low-latency user interactions.\n\nView the preview [here](https://connectly-app-project.onrender.com)\n\n---\n\n## 📄 License\nThis project is licensed under the MIT License.\n\n---\n\n## 👤 Author\nMozeel Vanwani | IIT Kharagpur CSE\n\nEmail: [vanwani.mozeel@gmail.com]","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozeel-v%2Fconnectly-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozeel-v%2Fconnectly-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozeel-v%2Fconnectly-app/lists"}