{"id":31294251,"url":"https://github.com/sanjanayadav07/quickchat","last_synced_at":"2026-04-12T06:34:20.895Z","repository":{"id":316045902,"uuid":"1061723266","full_name":"Sanjanayadav07/QuickChat","owner":"Sanjanayadav07","description":"## 📖 About    QuickChat is a real-time chat application built with the MERN stack and  Socket.io.   It allows users to sign up, update profiles with pictures, see online/offline status, and chat instantly with others.  ","archived":false,"fork":false,"pushed_at":"2025-09-22T11:44:27.000Z","size":1728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-22T12:04:05.554Z","etag":null,"topics":["authorization","axios-react","express","html-css-javascript","mognodb","nodejs","react-router","reactjs","responsive-design","socket-io","tailwind-css","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://quick-chat-sage.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/Sanjanayadav07.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-22T09:48:41.000Z","updated_at":"2025-09-22T11:48:06.000Z","dependencies_parsed_at":"2025-09-22T12:04:09.312Z","dependency_job_id":null,"html_url":"https://github.com/Sanjanayadav07/QuickChat","commit_stats":null,"previous_names":["sanjanayadav07/quickchat"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Sanjanayadav07/QuickChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanjanayadav07%2FQuickChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanjanayadav07%2FQuickChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanjanayadav07%2FQuickChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanjanayadav07%2FQuickChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sanjanayadav07","download_url":"https://codeload.github.com/Sanjanayadav07/QuickChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanjanayadav07%2FQuickChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276810919,"owners_count":25708883,"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-09-24T02:00:09.776Z","response_time":97,"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":["authorization","axios-react","express","html-css-javascript","mognodb","nodejs","react-router","reactjs","responsive-design","socket-io","tailwind-css","vercel-deployment"],"created_at":"2025-09-24T19:59:26.125Z","updated_at":"2025-09-24T19:59:28.022Z","avatar_url":"https://github.com/Sanjanayadav07.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💬 QuickChat - Real-time Chat Application ⚡\n\nQuickChat is a **⚡ real-time chat application** built with the **MERN stack** (🍃 MongoDB, 🚏 Express.js, ⚛️ React.js, 🟩 Node.js) and **📡 Socket.io**.  \nIt supports **🔑 user authentication, 🟢 online status, 🖼️ profile pictures, and 💬 real-time messaging**.\n\n---\n\n## ✨ Features ✨\n\n- 🔑 **User Authentication** (Signup/Login with JWT)  \n- 👤 **User Profiles** with profile picture  \n- 🟢 **Online/Offline User Status**  \n- 💬 **Real-time Messaging** using Socket.io  \n- 📸 **Image \u0026 File Uploads** (Cloudinary integration)  \n- 📱 **Responsive UI** with React  \n- 🔔 **Typing Indicators \u0026 Message Notifications**  \n\n---\n\n## 🛠️ Tech Stack 🛠️\n\n**🎨 Frontend:**  \n- ⚛️ React.js + ⚡ Vite  \n- 🎨 TailwindCSS / CSS  \n- 📡 Axios  \n\n**⚙️ Backend:**  \n- 🟩 Node.js  \n- 🚏 Express.js  \n- 🍃 MongoDB + 🧩 Mongoose  \n- 📡 Socket.io  \n- 🔐 JWT Authentication  \n- ☁️ Cloudinary (for media upload)  \n\n**☁️ Deployment:**  \n- ▲ Vercel (Frontend + Backend)  \n- 🍃 MongoDB Atlas (Database)  \n\n---\n📂 Project Structure \n```\nQuickChat/\n│\n├── client/ 🎨   # React frontend\n│   └── src/\n│       ├── components/\n│       ├── pages/\n│       └── context/\n│\n├── server/ ⚙️   # Node.js backend\n│   ├── routes/\n│   ├── models/\n│   ├── controllers/\n│   └── server.js\n│\n└── README.md 📖\n```\n\n## 🚀 Getting Started 🚀\n\n### 1️⃣ Clone the repository\n```bash\ngit clone https://github.com/\u003cyour-username\u003e/QuickChat.git\ncd QuickChat\n```\n## 2️⃣ Setup Backend\n```\ncd server\nnpm install\n```\nCreate a .env file inside server/:\n```\nMONGO_URI=your_mongodb_connection\nJWT_SECRET=your_jwt_secret\nCLOUDINARY_CLOUD_NAME=your_cloud_name\nCLOUDINARY_API_KEY=your_api_key\nCLOUDINARY_API_SECRET=your_api_secret\nPORT=5000\n```\nStart backend:\n```\nnpm start\n```\n## 3️⃣ Setup Frontend\n```\ncd ../client\nnpm install\nnpm run dev\n```\n## 📝 License 📜\n\nMIT License – Free to use \u0026 modify ✅\n\n## 👩‍💻 Author  \n\n**Sanjana Yadav**  \n🌐 [GitHub](https://github.com/Sanjanayadav07) | 💼 [LinkedIn](https://www.linkedin.com/in/sanjana-yadav007)  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjanayadav07%2Fquickchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanjanayadav07%2Fquickchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjanayadav07%2Fquickchat/lists"}