{"id":24701249,"url":"https://github.com/anas727189/buzzchat","last_synced_at":"2026-02-12T16:06:58.274Z","repository":{"id":274288163,"uuid":"922429863","full_name":"ANAS727189/Buzzchat","owner":"ANAS727189","description":"🐝 BuzzChat: Real-time messaging app with React, Node.js, Socket.io. Secure auth, customizable themes, instant messaging. Full-stack modern chat solution! 💬🚀","archived":false,"fork":false,"pushed_at":"2025-01-28T08:41:10.000Z","size":766,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T04:06:51.339Z","etag":null,"topics":["cloudinary","daisyui","docker","docker-compose","express","javascript","mongodb","nodejs","reactjs","tailwindcss","zustand"],"latest_commit_sha":null,"homepage":"https://buzz-chat-qtdn.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/ANAS727189.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-01-26T07:13:59.000Z","updated_at":"2025-01-28T08:41:13.000Z","dependencies_parsed_at":"2025-07-03T09:42:47.340Z","dependency_job_id":null,"html_url":"https://github.com/ANAS727189/Buzzchat","commit_stats":null,"previous_names":["anas727189/buzzzchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ANAS727189/Buzzchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANAS727189%2FBuzzchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANAS727189%2FBuzzchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANAS727189%2FBuzzchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANAS727189%2FBuzzchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ANAS727189","download_url":"https://codeload.github.com/ANAS727189/Buzzchat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANAS727189%2FBuzzchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272936428,"owners_count":25018161,"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","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cloudinary","daisyui","docker","docker-compose","express","javascript","mongodb","nodejs","reactjs","tailwindcss","zustand"],"created_at":"2025-01-27T05:07:06.343Z","updated_at":"2025-12-30T19:52:07.356Z","avatar_url":"https://github.com/ANAS727189.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐝 BuzzChat\n\n## 🖍 Description\nBuzzChat is a modern, real-time messaging application built with React and Node.js, offering seamless communication with advanced features.\n\n---\n\n## 🚀 Features\n\n- 🔐 **Secure User Authentication**\n- 💬 **Real-Time Messaging**\n- 🌈 **Customizable Themes**\n- 👤 **User Profiles with Avatar Upload**\n- 🔄 **Online/Offline Status**\n- ⚡ **Typing Indicators**\n- 📱 **Responsive Design**\n\n---\n\n## 🕠 Technologies\n\n### **Frontend**\n- React\n- Zustand\n- Tailwind CSS\n- Daisy UI\n\n### **Backend**\n- Node.js\n- Express.js\n- MongoDB\n\n### **Real-time Communication**\n- Socket.io\n\n### **Authentication**\n- JSON Web Tokens (JWT)\n\n### **Image Upload**\n- Cloudinary\n\n---\n\n## 🏗️ Project Structure\n```\nbuzzchat/\n├── backend/       # Node.js server\n└── client/        # React frontend\n```\n\n---\n\n## 🚀 Quick Start\n\n### **Prerequisites**\n\nEnsure you have the following installed:\n- [Node.js](https://nodejs.org/) (v14+)\n- [MongoDB](https://www.mongodb.com/)\n- [Cloudinary Account](https://cloudinary.com/)\n\n### **Installation**\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/yourusername/buzzchat.git\n   cd buzzchat\n   ```\n\n2. **Install Dependencies:**\n   ```bash\n   # Backend\n   cd backend \u0026\u0026 npm install\n\n   # Frontend\n   cd ../client \u0026\u0026 npm install\n   ```\n\n### **Run the Application**\n\n1. **Start the Backend:**\n   ```bash\n   cd backend \u0026\u0026 npm start\n   ```\n\n2. **Start the Frontend:**\n   ```bash\n   cd client \u0026\u0026 npm run dev\n   ```\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! To get started:\n- Fork the repository.\n- Create a new branch for your feature or bug fix.\n- Submit a pull request.\n\nCheck the [issues page](https://github.com/yourusername/buzzchat/issues) for ideas or to report bugs.\n\n\nHappy chatting with BuzzChat! 🔌\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanas727189%2Fbuzzchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanas727189%2Fbuzzchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanas727189%2Fbuzzchat/lists"}