{"id":28533345,"url":"https://github.com/ranjeetraj444/ghostchitchat","last_synced_at":"2026-04-11T19:02:35.369Z","repository":{"id":297629545,"uuid":"996600324","full_name":"RanjeetRaj444/GhostChitChat","owner":"RanjeetRaj444","description":"A modern, feature-rich chat application built with React, Node.js, and MongoDB. ChitChat offers a seamless real-time messaging experience with a beautiful, responsive interface.","archived":false,"fork":false,"pushed_at":"2026-02-07T22:10:56.000Z","size":1221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-08T04:53:40.942Z","etag":null,"topics":["css","expressjs","html5","javascript","mongoose","nodejs","socket-io","taildwindcss","vitejs"],"latest_commit_sha":null,"homepage":"https://ghostchitchatapp.netlify.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/RanjeetRaj444.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-06-05T07:21:42.000Z","updated_at":"2026-02-07T22:11:00.000Z","dependencies_parsed_at":"2025-06-06T14:42:01.237Z","dependency_job_id":null,"html_url":"https://github.com/RanjeetRaj444/GhostChitChat","commit_stats":null,"previous_names":["ranjeetraj444/ghostchitchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RanjeetRaj444/GhostChitChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanjeetRaj444%2FGhostChitChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanjeetRaj444%2FGhostChitChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanjeetRaj444%2FGhostChitChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanjeetRaj444%2FGhostChitChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RanjeetRaj444","download_url":"https://codeload.github.com/RanjeetRaj444/GhostChitChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RanjeetRaj444%2FGhostChitChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31691503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"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":["css","expressjs","html5","javascript","mongoose","nodejs","socket-io","taildwindcss","vitejs"],"created_at":"2025-06-09T17:06:40.626Z","updated_at":"2026-04-11T19:02:35.361Z","avatar_url":"https://github.com/RanjeetRaj444.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# G-ChitChat - Real-time Chat Application\n\nA modern, feature-rich chat application built with React, Node.js, and MongoDB. G-ChitChat offers a seamless real-time messaging experience with a beautiful, responsive interface.\n\n![alt text](\u003cfrontend/src/assets/Screenshot 2025-06-05 144344.png\u003e)\n\n## ✨ Features\n\n- **Real-time Messaging**\n\n  - Instant message delivery\n  - Typing indicators\n  - Online/offline status\n  - Read receipts\n\n- **User Authentication**\n\n  - Secure signup/login\n  - JWT-based authentication\n  - Protected routes\n\n- **Modern UI/UX**\n\n  - Responsive design\n  - Dark/light mode\n  - Clean, intuitive interface\n  - Smooth animations\n\n- **Profile Management**\n  - Customizable avatars\n  - User bio\n  - Online status\n\n## 🚀 Tech Stack\n\n- **Frontend**\n\n  - React 18\n  - Vite\n  - Tailwind CSS\n  - Socket.IO Client\n\n- **Backend**\n  - Node.js\n  - Express\n  - MongoDB\n  - Socket.IO\n\n## 📦 Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/chitchat.git\n   cd chitchat\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Create a `.env` file in the root directory:\n\n   ```env\n   PORT=5000\n   NODE_ENV=development\n   CLIENT_URL=https://ghostchitchatapp.netlify.app\n   MONGO_URI=mongodb://localhost:27017/chatapp\n   JWT_SECRET=your_jwt_secret_key_change_in_production\n   ```\n\n4. Start the development servers:\n   ```bash\n   npm run dev:all\n   ```\n\n## 🛠️ Development\n\n- `npm run dev` - Start the Vite development server\n- `npm run server` - Start the Node.js backend server\n- `npm run dev:all` - Start both frontend and backend servers\n- `npm run build` - Build for production\n- `npm run preview` - Preview production build\n\n## 📱 Screenshots\n\n### Light Mode\n\n![alt text](\u003cfrontend/src/assets/Screenshot 2025-06-05 144523.png\u003e)\n\n### Dark Mode\n\n![alt text](\u003cfrontend/src/assets/Screenshot 2025-06-05 144344.png\u003e)\n\n## 🔒 Security\n\n- Passwords are hashed using bcrypt\n- JWT for secure authentication\n- Protected API routes\n- CORS enabled\n- Environment variables for sensitive data\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a new branch\n3. Make your changes\n4. Submit a pull request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👏 Acknowledgments\n\n- [React](https://reactjs.org/)\n- [Vite](https://vitejs.dev/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Socket.IO](https://socket.io/)\n- [MongoDB](https://www.mongodb.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjeetraj444%2Fghostchitchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franjeetraj444%2Fghostchitchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjeetraj444%2Fghostchitchat/lists"}