{"id":13466535,"url":"https://github.com/said7388/github-portfolio","last_synced_at":"2025-04-06T07:11:43.475Z","repository":{"id":237900050,"uuid":"794013572","full_name":"said7388/github-portfolio","owner":"said7388","description":"Create a Portfolio Website using your GitHub username. This website template is constructed with next.js and tailwind CSS, allowing you to display your work and skills as a software developer.","archived":false,"fork":false,"pushed_at":"2024-07-27T18:32:16.000Z","size":13929,"stargazers_count":272,"open_issues_count":1,"forks_count":101,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T05:09:43.020Z","etag":null,"topics":["developer-portfolio","gitfolio","github","github-pages","github-portfolio","github-profile","portfolio","portfolio-website"],"latest_commit_sha":null,"homepage":"https://github.abusaid.me/","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/said7388.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-04-30T09:42:29.000Z","updated_at":"2025-03-08T15:56:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"135e7991-a7b9-49d9-82fc-8fde55f06c02","html_url":"https://github.com/said7388/github-portfolio","commit_stats":null,"previous_names":["said7388/github-portfolio"],"tags_count":1,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said7388%2Fgithub-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said7388%2Fgithub-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said7388%2Fgithub-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/said7388%2Fgithub-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/said7388","download_url":"https://codeload.github.com/said7388/github-portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445670,"owners_count":20939958,"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":["developer-portfolio","gitfolio","github","github-pages","github-portfolio","github-profile","portfolio","portfolio-website"],"created_at":"2024-07-31T15:00:45.739Z","updated_at":"2025-04-06T07:11:43.457Z","avatar_url":"https://github.com/said7388.png","language":"JavaScript","readme":"# GitHub Portfolio\n\n### If you're struggling to create a portfolio website that looks professional, you don't have to search any further. You can use this GitHub Portfolio template to create your very own personalized portfolio using just your GitHub username! The website is designed to be user-friendly and easily customizable, which makes it an ideal solution for developers and freelancers alike.\n\n---\n\n# Demo :movie_camera:\n\n![httpsgithub abusaid me](https://github.com/said7388/github-portfolio/assets/77630868/a331f996-1b4d-451a-941f-a15f5ae6de93)\n\n\n## View live preview [here](https://my-github-portfolio.netlify.app/)\n\n---\n\n# Installation :arrow_down:\n\n### You will need to download Git and Node to run this project\n\n- [Git](https://git-scm.com/downloads)\n- [Node](https://nodejs.org/en/download/)\n\n#### Make sure you have the latest version of both Git and Node on your computer.\n\n```\nnode --version\ngit --version\n```\n\n## \u003cbr /\u003e\n\n# Getting Started :dart:\n\n### Fork and Clone the repo\n\nTo Fork the repo click on the fork button at the top right of the page. Once the repo is forked open your terminal and perform the following commands\n\n```\ngit clone https://github.com/\u003cYOUR GITHUB USERNAME\u003e/github-portfolio.git\n\ncd github-portfolio\n```\n\n### Install packages from the root directory\n\n```bash\nnpm install\n# or\nyarn install\n```\n\nThen, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n---\n\n# Usage :joystick:\n\nIf you want to use Google Analytics, Please create a new `.env` file from `.env.example` file and provide the value.\n\nEg:\n\n```env\nNEXT_PUBLIC_GTM = \"\"\n```\n\n### Now, you have to customize user data in the `data` [folder](https://github.com/said7388/developer-portfolio/tree/main/data).\n\nEg:\n\n```javascript\nexport const userData = {\n  githubUser: \"said7388\",\n  devUsername: \"said7388\",\n  github: \"https://github.com/said7388\",\n  facebook: \"https://www.facebook.com/abusaid.riyaz/\",\n  linkedIn: \"https://www.linkedin.com/in/abu-said-bd/\",\n  twitter: \"https://twitter.com/said7388\",\n  stackOverflow: \"https://stackoverflow.com/users/16840768/abu-said\",\n  leetcode: \"https://leetcode.com/said3812/\",\n  resume:\n    \"https://drive.google.com/file/d/1eyutpKFFhJ9X-qpQGKhUNnVRkB5Wer00/view?usp=sharing\",\n  skills: [\n    \"React\",\n    \"NextJS\",\n    \"Redux\",\n    \"Express\",\n    \"NestJS\",\n    \"MySql\",\n    \"MongoDB\",\n    \"Postgres\",\n    \"Docker\",\n    \"AWS\",\n  ],\n  timezone: \"+6\",\n};\n```\n\n---\n\n---\n\n# Packages Used :package:\n\n|   Used Package List   |\n| :-------------------: |\n|         next          |\n|  @next/third-parties  |\n|         axios         |\n|      react-icons      |\n| react-github-calendar |\n|         sass          |\n|      tailwindcss      |\n\n---\n\n## Disclaimer\n\nIn this repository, I have used some open source APIs. All credits go to the owners of those repositories.\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaid7388%2Fgithub-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaid7388%2Fgithub-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaid7388%2Fgithub-portfolio/lists"}