{"id":25417554,"url":"https://github.com/arnavsharma2711/code-with-companion","last_synced_at":"2025-05-05T21:25:52.970Z","repository":{"id":158677346,"uuid":"601268703","full_name":"arnavsharma2711/Code-with-Companion","owner":"arnavsharma2711","description":"A website where users can share a special URL and invite other people to join them for a video chat.","archived":false,"fork":false,"pushed_at":"2025-04-06T18:49:21.000Z","size":983,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T19:34:44.610Z","etag":null,"topics":["reactjs","socket-io","tailwindcss"],"latest_commit_sha":null,"homepage":"https://code-with-companion-arnavsharma2711.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arnavsharma2711.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-02-13T18:02:53.000Z","updated_at":"2025-04-06T18:49:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a93e9b3-a33a-4bb6-ad89-f10f73abf87c","html_url":"https://github.com/arnavsharma2711/Code-with-Companion","commit_stats":null,"previous_names":["arnavsharma2711/code-with-companion"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnavsharma2711%2FCode-with-Companion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnavsharma2711%2FCode-with-Companion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnavsharma2711%2FCode-with-Companion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnavsharma2711%2FCode-with-Companion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arnavsharma2711","download_url":"https://codeload.github.com/arnavsharma2711/Code-with-Companion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252578052,"owners_count":21770920,"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":["reactjs","socket-io","tailwindcss"],"created_at":"2025-02-16T18:00:06.342Z","updated_at":"2025-05-05T21:25:52.962Z","avatar_url":"https://github.com/arnavsharma2711.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤝 Code-with-Companion\n\n\u003e **Built with 💻 React.js | 🔌 Socket.io | 🎨 Tailwind CSS**\n\nWelcome to **Code-with-Companion** – a collaborative coding platform designed for real-time teamwork! Share a unique link to hop on a **video chat**, code together in a built-in editor, compile in multiple languages, brainstorm on a whiteboard, and even **record the entire session** to revisit later. 🎥💬👨‍💻\n\n🌐 **Live App**: [code-with-companion.vercel.app](https://code-with-companion-arnavsharma2711.vercel.app/)\n\n---\n\n## ⚙️ Prerequisites\n\nBefore running the app, make sure you have the following ready:\n\n- 🟢 Node.js installed\n- 📦 Required packages installed via:\n\n```bash\nnpm i\n```\n\n---\n\n## 🚀 Getting Started\n\nTo run the project locally in development mode:\n\n```bash\nnpm start\n```\n\nThen open your browser and visit: [http://localhost:3000](http://localhost:3000)\n\nThe app supports hot-reloading 🔁 and will show lint errors in the console if any.\n\n---\n\n## 🧠 Features at a Glance\n\n- 🔗 **Instant Room Sharing**: Get a unique URL to invite friends or teammates.\n- 🎥 **Video \u0026 Audio Chat**: Communicate seamlessly while coding together.\n- 👨‍💻 **Real-Time Collaborative Code Editor**: \n  - Supports 5 languages: `C`, `C++`, `Python 2.7`, `Python 3`, and `Java`\n  - Syncs code and input changes for everyone\n- 🖍️ **Interactive Whiteboard**: Visualize your thoughts and discuss ideas better.\n- 📹 **Session Recorder**: Record your session and download it for later use.\n- 💾 **Save Code Locally**: Keep your work saved with one click.\n- 📝 **Problem Statement Tab**: Focus on solving challenges collaboratively.\n\n---\n\n## 📸 Screenshots\n\n| Feature | Preview |\n|--------|---------|\n| 🏠 Home Screen | ![Home Screen](https://github.com/arnavsharma2711/Code-A-Thon-Programming-Pathshala/blob/main/Screenshots/Screen%20Recording.jpeg?raw=true) |\n| 🧑‍🏫 Whiteboard | ![Whiteboard](https://github.com/arnavsharma2711/Code-A-Thon-Programming-Pathshala/blob/main/Screenshots/WhiteBoard.jpeg?raw=true) |\n| 📑 Problem Statements | ![Problem Statements](https://github.com/arnavsharma2711/Code-A-Thon-Programming-Pathshala/blob/main/Screenshots/Problem%20Satements.jpeg?raw=true) |\n| 📼 Screen Recording Output | ![Screen Recorder Output](https://github.com/arnavsharma2711/Code-A-Thon-Programming-Pathshala/blob/main/Screenshots/Screen%20Recording%20Output.jpeg?raw=true) |\n| 🚫 User Video/Mic Off | ![User Video and Mic Off](https://github.com/arnavsharma2711/Code-A-Thon-Programming-Pathshala/blob/main/Screenshots/Video%20Off.jpeg?raw=true) |\n\n---\n\n## 🔮 Future Scope\n\nHere’s what’s coming next:\n\n1. ✍️ Add functionality for users to create and manage custom problem statements.\n2. 🎨 UI/UX improvements for a more polished experience.\n3. 🔐 Implement user authentication for personalized sessions.\n\n---\n\n## 📚 References \u0026 Docs\n\n- [React.js Docs](https://reactjs.org/docs/getting-started.html)\n- [React Router DOM](https://reactrouter.com/docs/en/v6)\n- [Socket.io](https://socket.io/)\n- [Tailwind CSS](https://tailwindcss.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnavsharma2711%2Fcode-with-companion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnavsharma2711%2Fcode-with-companion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnavsharma2711%2Fcode-with-companion/lists"}