{"id":18850583,"url":"https://github.com/manthanank/linktree-clone-angular","last_synced_at":"2025-09-03T12:32:14.644Z","repository":{"id":107827308,"uuid":"591615386","full_name":"manthanank/linktree-clone-angular","owner":"manthanank","description":"Linktree Clone in Angular","archived":false,"fork":false,"pushed_at":"2024-12-04T05:38:55.000Z","size":2329,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-25T19:44:13.358Z","etag":null,"topics":["angular","clone","clone-app","linktree"],"latest_commit_sha":null,"homepage":"https://linktree-clone-angular.vercel.app","language":"HTML","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/manthanank.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},"funding":{"github":["manthanank"],"open_collective":"manthanank","buy_me_a_coffee":"manthanank","patreon":"manthanank"}},"created_at":"2023-01-21T09:42:14.000Z","updated_at":"2024-12-04T05:38:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"d24349b3-080a-4efd-b709-fac603feb465","html_url":"https://github.com/manthanank/linktree-clone-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Flinktree-clone-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Flinktree-clone-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Flinktree-clone-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Flinktree-clone-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manthanank","download_url":"https://codeload.github.com/manthanank/linktree-clone-angular/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231882053,"owners_count":18440323,"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","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":["angular","clone","clone-app","linktree"],"created_at":"2024-11-08T03:29:59.945Z","updated_at":"2025-09-03T12:32:14.626Z","avatar_url":"https://github.com/manthanank.png","language":"HTML","readme":"# Linktree Clone in Angular\n\nA modern, responsive Linktree clone built with Angular 19. Create your own personal link hub with customizable profile and social media links.\n\n## Features ✨\n\n- 🎨 Modern and responsive design\n- 🔗 Customizable social media links\n- 📱 Mobile-first approach\n- 🚀 Fast and lightweight\n- 🌙 Clean UI with modern styling\n- 📊 SEO optimized\n\n## Setup 🛠️\n\n1. **Fork this project** to your GitHub account\n2. **Clone the repository** to your local machine:\n\n   ```bash\n   git clone https://github.com/manthanank/linktree-clone-angular.git\n   cd linktree-clone-angular\n   ```\n\n3. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n4. **Edit your profile data** in [public/data.json](public/data.json):\n   - Update your name, description, and profile picture\n   - Add your social media links and websites\n5. **Replace the profile picture**: Add your picture as `public/images/picture.webp`\n6. **Run the development server**:\n\n   ```bash\n   npm start\n   ```\n\n7. **Deploy to Vercel** and your Linktree Clone is ready!\n\n## Deploy 🚀\n\nDeploy your Linktree clone instantly with Vercel:\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/import?s=https%3A%2F%2Fgithub.com%2Fmanthanank%2Flinktree-clone-angular\u0026hasTrialAvailable=1\u0026showOptionalTeamCreation=false\u0026project-name=linktree-clone-angular\u0026framework=angular\u0026totalProjects=1\u0026remainingProjects=1)\n\n## Technology Stack 💻\n\n- **Angular 19** - Latest version with standalone components\n- **TypeScript** - Type-safe development\n- **SCSS** - Enhanced styling capabilities\n- **RxJS** - Reactive programming\n- **Vercel** - Deployment platform\n\n## Project Structure 📁\n\n```text\nsrc/\n├── app/\n│   ├── components/          # Reusable components\n│   ├── services/           # Angular services\n│   ├── models/             # TypeScript interfaces\n│   └── constants/          # App constants\n├── public/\n│   ├── data.json          # Profile configuration\n│   ├── images/            # Profile and preview images\n│   └── svg/               # Social media icons\n└── ...\n```\n\n## Demo 🌐\n\n**Live Demo:** [linktree-clone-angular.vercel.app](https://linktree-clone-angular.vercel.app/)\n\n## Development 🛠️\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- npm or yarn\n- Angular CLI (optional but recommended)\n\n### Development Server\n\nRun the development server:\n\n```bash\nnpm start\n```\n\nNavigate to `http://localhost:4200/`. The application will automatically reload when you change source files.\n\n### Building for Production\n\nBuild the project for production:\n\n```bash\nnpm run build\n```\n\nThe build artifacts will be stored in the `dist/` directory.\n\n## Contributing 🤝\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License 📄\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## Support ⭐\n\nIf you found this project helpful, please give it a star! Your support means a lot.\n\n## Author 👨‍💻\n\n### Manthan Ankolekar\n\n- Website: [manthanank.github.io](https://manthanank.github.io/)\n- GitHub: [@manthanank](https://github.com/manthanank)\n- LinkedIn: [manthanank](https://www.linkedin.com/in/manthanank)\n\n---\n\nBuilt with ❤️ using Angular 19\n","funding_links":["https://github.com/sponsors/manthanank","https://opencollective.com/manthanank","https://buymeacoffee.com/manthanank","https://patreon.com/manthanank"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanthanank%2Flinktree-clone-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanthanank%2Flinktree-clone-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanthanank%2Flinktree-clone-angular/lists"}