{"id":17358974,"url":"https://github.com/dun-sin/template-portfolio","last_synced_at":"2026-03-03T18:03:41.124Z","repository":{"id":62047319,"uuid":"490168455","full_name":"Dun-sin/template-portfolio","owner":"Dun-sin","description":"A template portfolio for you to use","archived":false,"fork":false,"pushed_at":"2023-10-27T08:45:25.000Z","size":742,"stargazers_count":54,"open_issues_count":0,"forks_count":20,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T16:49:00.341Z","etag":null,"topics":["hacktoberfest","portfolio-template","react","template","template-repository"],"latest_commit_sha":null,"homepage":"https://portfolio-template-olddunsin.vercel.app/","language":"JavaScript","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/Dun-sin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-05-09T06:54:41.000Z","updated_at":"2025-08-18T01:13:33.000Z","dependencies_parsed_at":"2022-10-25T17:00:41.745Z","dependency_job_id":"07c9f8d7-f15a-4074-95d8-92b2e8d4d3f7","html_url":"https://github.com/Dun-sin/template-portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Dun-sin/template-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dun-sin%2Ftemplate-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dun-sin%2Ftemplate-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dun-sin%2Ftemplate-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dun-sin%2Ftemplate-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dun-sin","download_url":"https://codeload.github.com/Dun-sin/template-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dun-sin%2Ftemplate-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["hacktoberfest","portfolio-template","react","template","template-repository"],"created_at":"2024-10-15T19:07:41.235Z","updated_at":"2026-03-03T18:03:41.105Z","avatar_url":"https://github.com/Dun-sin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# template-portfolio\nThis project gives you a template to use and edit for your portfolio instead of building form scratch\n\n## How to use\nClick [`Use this template`](https://github.com/Dun-sin/template-portfolio/generate) and it will create a new repo not a fork with all the files of this project for you\n\n![image](https://user-images.githubusercontent.com/78784850/198232353-35fa6d2f-5816-4818-9381-a5bf394b146a.png)\n\n\n## 🧑🏾‍💻 Demo\n\nCheck out the website: [Template](https://portfolio-template-olddunsin.vercel.app/)\n\n## 👇🏽 Prerequisites to use and contribute\n- [React.js](https://reactjs.org/) - to use\nBefore installation, please make sure you have already installed the following tools:\n\n- [Git](https://git-scm.com/downloads) - to contribute\n- [Node.js](https://nodejs.org/en/download/) - to contribute\n\n\n## 👌🏾 What you have to do to contribute\n\n- [Read the rules](https://github.com/Dun-sin/template-portfolio/blob/main/CONTRIBUTING.md#rules)\n- [Follow the installation Steps](#%EF%B8%8F-installation-steps)\n- [Follow the contributing Steps](#-after-making-a-change)\n\n## 🛠️ Installation Steps\n\n1. [Fork](https://github.com/Dun-sin/template-portfolio/fork) the project. Click on the \u003ca href=\"https://github.com/Dun-sin/template-portfolio/fork\"\u003e\u003cimg src=\"https://i.imgur.com/G4z1kEe.png\" height=\"15\" width=\"15\"\u003e\u003c/a\u003e icon in the top right to get started\n2. Clone the project, you can use the following command:\n\n```bash\ngit clone https://github.com/\u003cyour-github-username\u003e/template-portfolio\n```\n\n3. Navigate to the project directory\n\n```bash\ncd template-portfolio\n```\n\n4. Install dependencies with npm install\n\n```bash\nnpm install\n```\n\n5. Run the project\n\n```bash\nnpm start\n```\n\n## 🥂 After making a change\n\n1. Create a new branch\n\n```bash\ngit checkout -b YourBranchName\n```\n\n2. Add it to staging area\n\n\u003e NOTE: don't commit the package.json\n\n```bash\ngit add \u003cpath to the file you worked on\u003e\n```\n\n3. Commit your changes with\n\n```bash\ngit cz\n```\n\n4. Push your changes\n\n```bash\ngit push\n```\n\n## 👨‍👩‍👦 Community\n\nDon't forget to join the discord community - [Join us](https://discord.com/invite/ufcysW9q23)\n\n## 👩🏽‍💻 Contributing\n\n- Contributions make the open source community such an amazing place to learn, inspire, and create.\n- Any contributions you make are greatly appreciated.\n- Check out our [contribution guidelines](/CONTRIBUTING.md) for more information.\n\n## 🛡️ License\n\nThis template is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 💪🏽 Thanks to all Contributors\n\nThanks a lot for spending your time helping template grow. Thanks a lot! Keep rocking🍻\n\n[![Contributors](https://contrib.rocks/image?repo=Dun-sin/template-portfolio)](https://github.com/Dun-sin/template-portfolio/graphs/contributors)\n\n## 🙏🏽 Support\n\nThis project needs a star️ from you. Don't forget to leave a star✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdun-sin%2Ftemplate-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdun-sin%2Ftemplate-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdun-sin%2Ftemplate-portfolio/lists"}