{"id":26458715,"url":"https://github.com/sharadindudas/devtinder","last_synced_at":"2026-04-15T14:01:23.349Z","repository":{"id":283029943,"uuid":"950425889","full_name":"sharadindudas/devtinder","owner":"sharadindudas","description":"DevTinder is a developer networking platform with swipe-based matching, real-time chat, and secure authentication. 🚀","archived":false,"fork":false,"pushed_at":"2026-04-11T20:58:15.000Z","size":2701,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-11T22:24:29.081Z","etag":null,"topics":["daisyui","expressjs","javascript","mongodb","nodejs","prettier","reactjs","socket-io","tailwindcss","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://devtinder-remo.vercel.app","language":"TypeScript","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/sharadindudas.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-03-18T06:23:39.000Z","updated_at":"2026-03-19T18:17:36.000Z","dependencies_parsed_at":"2025-03-18T08:32:47.754Z","dependency_job_id":"35c10858-ecb2-40ea-ba71-bd39ba3b2473","html_url":"https://github.com/sharadindudas/devtinder","commit_stats":null,"previous_names":["sharadindudas/devtinder-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sharadindudas/devtinder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadindudas%2Fdevtinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadindudas%2Fdevtinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadindudas%2Fdevtinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadindudas%2Fdevtinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharadindudas","download_url":"https://codeload.github.com/sharadindudas/devtinder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharadindudas%2Fdevtinder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31844329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: 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":["daisyui","expressjs","javascript","mongodb","nodejs","prettier","reactjs","socket-io","tailwindcss","typescript","zustand"],"created_at":"2025-03-19T00:43:06.463Z","updated_at":"2026-04-15T14:01:23.344Z","avatar_url":"https://github.com/sharadindudas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 DevTinder – Connect with Developers Like Never Before!\n\n## 🔥 Overview\n\nDevTinder is a **developer networking platform** where tech enthusiasts can **connect, chat, and collaborate** based on mutual interest. Inspired by Tinder, it lets users **swipe left to ignore and right to connect**, with real-time chat features powered by **Socket.io**.\n\n🚀 **Live Demo**: [https://devtinder-remo.vercel.app](https://devtinder-remo.vercel.app)  \n📌 **GitHub Repository**: [DevTinder Repo](https://github.com/sharadindudas/devtinder)\n\n## ✨ Features\n\n✅ **JWT \u0026 Cookie-based Authentication** – Secure login and signup.  \n✅ **Swipeable Feed** – Browse developer profiles and swipe to connect.  \n✅ **Connection Requests** – Accept/reject connection requests easily.  \n✅ **Real-time Chat** – Powered by **Socket.io** with notification sounds.  \n✅ **Profile Management** – Edit and update your profile details.\n\n## 🛠 Tech Stack\n\n**Frontend:** React.js, TypeScript, Zustand, Tailwind CSS, DaisyUi  \n**Backend:** Node.js, Express.js, MongoDB, TypeScript, Socket.io  \n**Authentication:** JWT \u0026 Cookies\n\n## 📂 Project Structure\n\n```bash\ndevtinder/\n│── frontend/    # Frontend (React, TypeScript, Zustand, Tailwind CSS, DaisyUi)\n│── backend/     # Backend (Node.js, Express, MongoDB, TypeScript, Socket.io)\n│── README.md    # Documentation\n```\n\n## 🏗️ Setup \u0026 Installation\n\n### 1️⃣ Clone the repository\n\n```bash\ngit clone https://github.com/sharadindudas/devtinder.git\ncd devtinder\n```\n\n### 2️⃣ Install dependencies\n\n#### Frontend\n\n```bash\ncd frontend\nnpm install\nnpm run dev\n```\n\n#### Backend\n\n```bash\ncd backend\nnpm install\nnpm run dev\n```\n\n### 3️⃣ Setup environment variables\n\n-   Create a `.env` file in both **frontend** and **backend** folders.\n-   Add necessary environment variables as per the `.env.example`.\n\n## 🚀 Contributing\n\nContributions are welcome! Feel free to fork the repository and submit pull requests.\n\n## 🧠 Upcoming Features (Planned)\n\n🚧 **Online/Offline Status** – Show when a user is online or last seen.  \n💬 **Typing Indicator** – Show when the other user is typing (WhatsApp-style).  \n📎 **File Attachments in Chat** – Send and receive images, PDFs, or code snippets.  \n🎨 **UI/UX Improvements** – Make the interface sleeker and more interactive.  \n🎯 **Daily Match Suggestions** – Algorithmic suggestions based on mutual interests or languages.  \n📊 **Activity Stats** – Track profile views, swipe counts, and connection stats.  \n🛡️ **Reporting \u0026 Blocking** – Allow users to report/block inappropriate behavior.  \n🔔 **Push Notifications** – Real-time browser/mobile alerts for messages and connection requests.  \n📱 **Mobile Responsiveness / PWA** – Make it usable on mobile or even installable as an app.  \n💥 **Unit \u0026 Integration Tests** – Improve stability and reliability for production use.\n\n## 📫 Contact\n\n👨‍💻 **Author:** [Sharadindu Das](https://github.com/sharadindudas)  \n📧 **Email:** sharadindudas774@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharadindudas%2Fdevtinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharadindudas%2Fdevtinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharadindudas%2Fdevtinder/lists"}