{"id":18797499,"url":"https://github.com/sufiankhan-dev/myportfolio","last_synced_at":"2025-04-13T16:32:12.140Z","repository":{"id":253150833,"uuid":"841115538","full_name":"sufiankhan-dev/myportfolio","owner":"sufiankhan-dev","description":"Software Developer Responsive Portfolio Template that helps you showcase your work and skills as a software developer. ⚡","archived":false,"fork":false,"pushed_at":"2025-02-01T08:28:21.000Z","size":39618,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T07:48:01.151Z","etag":null,"topics":["accertinity","developer-folio","developer-portfolio","hacktoberfest","hacktoberfest2024","myportfolio","nextjs","open-source","portfolio","portfolio-site","portfolio-template","portfolio-website","portfolios","react","reactjs-template","sentry-io","shadcn-ui","tailwindcss","template","typescript"],"latest_commit_sha":null,"homepage":"https://sufian-portfolio.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sufiankhan-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-11T17:25:25.000Z","updated_at":"2025-02-05T09:40:24.000Z","dependencies_parsed_at":"2025-02-01T09:33:17.537Z","dependency_job_id":null,"html_url":"https://github.com/sufiankhan-dev/myportfolio","commit_stats":null,"previous_names":["sufiankhan-dev/myportfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufiankhan-dev%2Fmyportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufiankhan-dev%2Fmyportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufiankhan-dev%2Fmyportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sufiankhan-dev%2Fmyportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sufiankhan-dev","download_url":"https://codeload.github.com/sufiankhan-dev/myportfolio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248743899,"owners_count":21154765,"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":["accertinity","developer-folio","developer-portfolio","hacktoberfest","hacktoberfest2024","myportfolio","nextjs","open-source","portfolio","portfolio-site","portfolio-template","portfolio-website","portfolios","react","reactjs-template","sentry-io","shadcn-ui","tailwindcss","template","typescript"],"created_at":"2024-11-07T22:08:26.411Z","updated_at":"2025-04-13T16:32:07.127Z","avatar_url":"https://github.com/sufiankhan-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modern Portfolio - Developer Portfolio ⚡️  [![GitHub](https://img.shields.io/github/license/sufiankhan-dev/myportfolio?color=blue)](https://github.com/sufiankhan-dev/myportfolio/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/sufiankhan-dev/myportfolio)](https://github.com/sufiankhan-dev/myportfolio/stargazers)  [![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)\n\nA sleek, responsive, and customizable portfolio for developers. Designed to showcase your skills, projects, and experience with an elegant, modern interface.\n\nCheck it out here: [Live Demo](https://sufian-portfolio.vercel.app/)\n\n\u003cp align=\"center\"\u003e\n  \u003ckbd\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/165e3afd-db7a-4695-b62c-9a7ba4e65652\"\u003e\u003c/img\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/dc72df07-dd22-46f3-a1de-b064f1684d95\"\u003e\u003c/img\u003e\n  \u003c/kbd\u003e\n\u003c/p\u003e\n\n---\n\n### Table of Contents\n\n- [Sections](#sections)\n- [Getting Started](#getting-started)\n- [How to Use](#how-to-use)\n- [Linking Your Sentry Account](#linking-your-sentry-for-error-handling)\n- [Customizing](#customizing)\n- [Deployment](#deployment)\n- [Technologies](#technologies-used)\n- [For the Future](#for-the-future)\n- [Contributors](#contributors)\n\n---\n\n### Sections\n\n✔️ **About Me**  \n✔️ **Skills**  \n✔️ **Projects**  \n✔️ **Experience**    \n✔️ **Contact**  \n\n---\n\n### Getting Started\n\nFollow these steps to run the portfolio on your local machine for development.\n\nRequirements:\n- **Node.js** v14 or higher\n- **Git** v2.17 or higher\n\n```bash\n# Clone this repository\ngit clone https://github.com/sufiankhan-dev/myportfolio.git\n\n# Navigate into the directory\ncd myportfolio\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n```\n\n---\n\n### How to Use\n\n1. **Edit Content**: Customize `app/data/index.ts` with your personal details.\n2. **Add Projects**: Update projects in `app/data/index.ts` to showcase them.\n3. **Modify Theme**: Adjust theme colors in to match your brand.\n\n\n### Linking Your Sentry For Error Handling\n\nGo to sentry, create a new project, create it's auth token and, create a `.env` file with your sentry token:\n\n```plaintext\nSENTRY_AUTH_TOKEN=your_token_here\n```\n\n### Customizing\n\nPersonalize the content by editing key files:\n\n*   **/src/data/index.ts** for content and information.\n    \n*   **/public** for assets.\n    \n\n### Deployment\n\nDeploy on your preferred platform:\n\n*   [Netlify](https://www.netlify.com/): Link repo and deploy.\n    \n*   [Vercel](https://vercel.com/): Import project, set environment, and deploy.\n    \n\n## Technologies Used\n\n- [React](https://reactjs.org/)\n- [Next.js](https://nextjs.org/)\n- [ShadCN UI](https://shadcn.dev/)\n- [Accertinity UI](https://accertinity.com/) \n- [Sentry](https://sentry.io/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [TypeScript](https://www.typescriptlang.org/)\n    \n\n## For the Future\nIf you can help us with these. Please don't hesitate to open a [pull request](https://github.com/sufiankhan-dev/myportfolio/pulls).\n\n- Connect with LinkedIn to get Summary, Skills, Education and Experience\n\n- Add a CMS (Sanity)\n\n- Add More Sections\n    \n\n### Contributors\n\nThanks to all the contributors who make this project better!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsufiankhan-dev%2Fmyportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsufiankhan-dev%2Fmyportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsufiankhan-dev%2Fmyportfolio/lists"}