{"id":27270173,"url":"https://github.com/aishwary-dixit1/web-chat","last_synced_at":"2026-04-07T21:31:09.360Z","repository":{"id":282684933,"uuid":"949330121","full_name":"aishwary-dixit1/Web-Chat","owner":"aishwary-dixit1","description":"Web Chat 💬 – A real-time messaging web app for seamless communication. Features instant messaging, user authentication, media sharing, and a sleek, responsive UI. Powered by Node.js, React, Socket.io, and MongoDB for fast and secure conversations. 🚀","archived":false,"fork":false,"pushed_at":"2025-03-16T10:23:58.000Z","size":123,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T15:44:16.420Z","etag":null,"topics":["authenitication","chat-app","daisy-ui","expressjs","jwt","mongodb","nodejs","react","real-time-messaging","socket-io","tailwindcss","webchat","websocket"],"latest_commit_sha":null,"homepage":"https://web-chat-4a1l.onrender.com/","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/aishwary-dixit1.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,"zenodo":null}},"created_at":"2025-03-16T07:47:40.000Z","updated_at":"2025-04-26T19:52:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"b03d9b11-f291-48fa-8a79-7cbb2426b961","html_url":"https://github.com/aishwary-dixit1/Web-Chat","commit_stats":null,"previous_names":["aishwary-dixit1/web-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aishwary-dixit1/Web-Chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aishwary-dixit1%2FWeb-Chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aishwary-dixit1%2FWeb-Chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aishwary-dixit1%2FWeb-Chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aishwary-dixit1%2FWeb-Chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aishwary-dixit1","download_url":"https://codeload.github.com/aishwary-dixit1/Web-Chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aishwary-dixit1%2FWeb-Chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["authenitication","chat-app","daisy-ui","expressjs","jwt","mongodb","nodejs","react","real-time-messaging","socket-io","tailwindcss","webchat","websocket"],"created_at":"2025-04-11T12:07:07.294Z","updated_at":"2026-04-07T21:31:09.126Z","avatar_url":"https://github.com/aishwary-dixit1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Web Chat** 💬🚀  \nA **real-time messaging web app** for instant and seamless communication. Stay connected with friends, colleagues, or communities through fast, secure, and interactive messaging.  \n\n🌍 **Live Demo:** [Web Chat](https://web-chat-4a1l.onrender.com) *(Deployed on Render)*\n\n\n---\n\n## **🚀 Features**  \n✅ **Real-time messaging** with WebSockets  \n✅ **User authentication** (JWT, OAuth)  \n✅ **Media sharing** (images, GIFs)  \n✅ **Dark mode support** 🌙  \n✅ **Online/Offline status**  \n✅ **User-friendly chat UI**  \n✅ **Responsive design for mobile \u0026 desktop**  \n\n---\n\n## **🚀 Upcoming Features**   \n✅ **Typing indicators \u0026 read receipts** (Coming soon!)   \n✅ **Voice messages**  \n✅ **End-to-end encryption**  \n\n---\n\n## **🛠 Tech Stack**  \n| **Technology**  | **Usage** |\n|---------------|----------|\n| **Frontend**  | React |\n| **Backend**   | Node.js / Express |\n| **Database**  | MongoDB |\n| **WebSockets** | Socket.io for real-time updates |\n| **Authentication** | JWT |\n| **Styling** | Tailwind CSS / Daisy UI |\n\n---\n\n## **📦 Installation \u0026 Setup**  \nFollow these steps to run the project locally.  \n\n### **1️⃣ Clone the repository**  \n```bash\ngit clone https://github.com/your-username/web-chat.git\ncd web-chat\n```\n\n### **2️⃣ Install dependencies**  \n```bash\nnpm run build\n```\n\n### **3️⃣ Set up environment variables** \nCreate a .env file in the root directory and add the following:\n```env\nPORT=5000\nMONGO_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret_key\nSOCKET_IO_ORIGIN=http://localhost:3000\n```\n\n### **4️⃣ Start the server**  \n```bash\nnpm run start\n```\n\n---\n\n## **🖥️ Screenshots**\n\n#### Chat Page\n![Screenshot 2025-03-16 153227](https://github.com/user-attachments/assets/7e137484-7a5c-413d-872a-c4574c51c51f)\n\n#### Profile Page\n![Screenshot 2025-03-16 153405](https://github.com/user-attachments/assets/8b8a1511-1d5a-4a95-b934-2812083733ac)\n\n#### Settings Page\n![Screenshot 2025-03-16 153426](https://github.com/user-attachments/assets/965aa888-1814-4429-9d4a-c53bced45680)\n\n#### Login Page\n![image](https://github.com/user-attachments/assets/7a38454c-a914-42e1-bd04-ad6ce995e7df)\n\n#### Signup Page\n![image](https://github.com/user-attachments/assets/2e7c9457-4c78-40b4-abcc-408644797dc5)\n\n\n\n\n---\n\n## **🛠 Contributing**\nWe welcome contributions! Follow these steps to contribute:\n1. Fork the repository\n2. Create a new branch (git checkout -b feature-branch)\n3. Make your changes and commit them (git commit -m \"Added new feature\")\n4. Push to the branch (git push origin feature-branch)\n5. Open a Pull Request\n\n---\n\n## **🐞 Bug Reports \u0026 Feature Requests**\nIf you encounter any issues or have feature requests, [please open an issue](https://github.com/aishwary-dixit1/Web-Chat/issues).\n\n---\n\n## **📄 License**\nThis project is open-source and available under the MIT License.\n\n---\n\n## **⭐ Support the Project**\nIf you like this project, please consider starring 🌟 the repository!\n\n---\n\n## **📧 Contact**\nFor any questions or inquiries, feel free to reach out:\n- 📩 Email: [mr.dixit17@gmail.com](mailto:mr.dixit17@gmail.com)\n- 🔗 GitHub: [aishwary-dixit1](https://github.com/aishwary-dixit1/)\n- 🔗 LinkedIn: [aishwary-dixit](www.linkedin.com/in/aishwary-dixit)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faishwary-dixit1%2Fweb-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faishwary-dixit1%2Fweb-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faishwary-dixit1%2Fweb-chat/lists"}