{"id":22650762,"url":"https://github.com/sourav0010/tap-to-connect","last_synced_at":"2026-04-19T04:33:13.674Z","repository":{"id":266522797,"uuid":"898074454","full_name":"Sourav0010/Tap-To-Connect","owner":"Sourav0010","description":"Tap To Connect — A modern web application built with Next.js that allows users to create a personalized profile page to showcase and share all their social media links in one place. With an intuitive interface and seamless sharing options, users can connect with others effortlessly using a single, shareable link.","archived":false,"fork":false,"pushed_at":"2025-05-15T13:42:22.000Z","size":779,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T13:45:03.285Z","etag":null,"topics":["mongodb-atlas","mongoose-plugin","mongoose-schema","nextjs14","nextjs14-typescript","node-js","reaact","reactforms","typescript"],"latest_commit_sha":null,"homepage":"https://tap-to-connect.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/Sourav0010.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}},"created_at":"2024-12-03T18:36:51.000Z","updated_at":"2025-05-15T13:42:26.000Z","dependencies_parsed_at":"2024-12-04T18:20:21.468Z","dependency_job_id":"49fcbf1b-c59a-47c5-b79c-0628e183714c","html_url":"https://github.com/Sourav0010/Tap-To-Connect","commit_stats":null,"previous_names":["sourav0010/tap-to-connect"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sourav0010/Tap-To-Connect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav0010%2FTap-To-Connect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav0010%2FTap-To-Connect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav0010%2FTap-To-Connect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav0010%2FTap-To-Connect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sourav0010","download_url":"https://codeload.github.com/Sourav0010/Tap-To-Connect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav0010%2FTap-To-Connect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31995009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["mongodb-atlas","mongoose-plugin","mongoose-schema","nextjs14","nextjs14-typescript","node-js","reaact","reactforms","typescript"],"created_at":"2024-12-09T08:38:02.027Z","updated_at":"2026-04-19T04:33:13.656Z","avatar_url":"https://github.com/Sourav0010.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tap To Connect\n\n**Tap To Connect** is a modern web application built with Next.js that enables users to consolidate and manage all their social media profiles on a single, shareable page. The platform provides a sleek, user-friendly interface designed for simplicity and efficiency.\n\n## 🚀 Key Features\n\n-  **Comprehensive Profile Management**: Store, edit, and organize multiple social media profiles in a single location.\n-  **Effortless Sharing**: Share your entire suite of social media profiles through a single, convenient link.\n-  **Intuitive User Interface**: Experience a clean, modern, and fully responsive design for seamless usability.\n\n## 🛠️ Technology Stack\n\n-  **Framework**: [Next.js](https://nextjs.org/) — A leading React framework for production-grade applications.\n-  **Styling**: [ShadCN UI](https://shadcn.dev/) — Customizable and accessible UI components.\n-  **Database**: [MongoDB Atlas](https://account.mongodb.com) — For data storage and management.\n-  **Image Management**: [Cloudinary](https://cloudinary.com/) — Cloud-based image storage and optimization.\n-  **API Communication**: [Axios](https://axios-http.com/) — A promise-based HTTP client for streamlined API requests.\n-  **Language**: TypeScript — A statically-typed superset of JavaScript.\n\n## 📂 Project Structure\n\n```\n📦 Tap-To-Connect\n├── 📁 public\n├── 📁 src\n│   ├── 📁 app          # Next.js app components\n│   ├── 📁 components   # Reusable components\n│   ├── 📁 lib          # Utility functions\n│   ├── 📁 helpers      # Helper Functions / Methods\n│   ├── 📁 hooks        # Costume Hooks\n│   ├── 📁 types        # Type definitions\n│   ├── 📁 model        # Model Definations\n│   ├── 📁 schemas      # Defination of Schemas\n│   ├── 📁 context      # Global state management\n│   ├── 📁 utils        # Utility functions and helpers\n│   └── 📁 api          # API request logic using Axios\n├── 📄 .env             # Environment variables configuration\n├── 📄 next.config.js   # Next.js configuration file\n├── 📄 package.json     # Project metadata and dependencies\n└── 📄 README.md        # Project documentation\n```\n\n## ⚙️ Installation and Setup\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/Sourav0010/Tap-To-Connect.git\n   cd Tap-To-Connect\n   ```\n\n2. **Install Required Dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Configure Environment Variables**\n   Create a `.env` file in the root directory and add the required variables as shown below:\n\n   ```\n   RESEND\n   CLIENT_URL\n   MONOGO_URI\n   CLOUDINARY_CLOUD_NAME\n   CLOUDINARY_API_KEY\n   CLOUDINARY_API_SECRET\n   NEXTAUTH_SECRET\n   ```\n\n4. **Start the Development Server**\n   ```bash\n   npm run dev\n   ```\n   The application will be accessible at [http://localhost:3000](http://localhost:3000).\n\n## 🤝 Contributing\n\nWe welcome contributions from the community! Whether you'd like to report issues, suggest new features, or submit pull requests, please visit our [issues page](https://github.com/Sourav0010/Tap-To-Connect/issues) to get started.\n\n## 🙌 Acknowledgements\n\nSpecial thanks to the following technologies and libraries that made this project possible:\n\n-  [Next.js](https://nextjs.org/) — For its robust framework and server-side rendering capabilities.\n-  [Cloudinary](https://cloudinary.com/) — For providing cloud-based media management.\n-  [ShadCN UI](https://shadcn.dev/) — For offering elegant, accessible UI components.\n\n## 📞 Contact Information\n\nFor inquiries, suggestions, or feedback, feel free to get in touch via:\n\n-  **GitHub**: [Sourav0010](https://github.com/Sourav0010)\n\nWe value your input and look forward to your contributions. Happy coding! 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourav0010%2Ftap-to-connect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourav0010%2Ftap-to-connect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourav0010%2Ftap-to-connect/lists"}