{"id":13620436,"url":"https://github.com/kaustubhai/portfolio-template","last_synced_at":"2025-04-14T19:32:10.223Z","repository":{"id":42970775,"uuid":"316593600","full_name":"kaustubhai/portfolio-template","owner":"kaustubhai","description":"An Open-Sourced Template for developers to show-off there skills. Made with ReactJS","archived":false,"fork":false,"pushed_at":"2021-08-27T06:17:49.000Z","size":97073,"stargazers_count":240,"open_issues_count":2,"forks_count":77,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-08T06:41:41.782Z","etag":null,"topics":["developer-portfolio","netlify","portfolio","portfolio-website","react","resume-template","resume-website","skills","template"],"latest_commit_sha":null,"homepage":"https://template-b41f4.web.app/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaustubhai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-27T20:25:52.000Z","updated_at":"2024-11-02T10:03:31.000Z","dependencies_parsed_at":"2022-09-09T13:11:46.572Z","dependency_job_id":null,"html_url":"https://github.com/kaustubhai/portfolio-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaustubhai%2Fportfolio-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaustubhai%2Fportfolio-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaustubhai%2Fportfolio-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaustubhai%2Fportfolio-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaustubhai","download_url":"https://codeload.github.com/kaustubhai/portfolio-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248946014,"owners_count":21187430,"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","netlify","portfolio","portfolio-website","react","resume-template","resume-website","skills","template"],"created_at":"2024-08-01T21:00:55.751Z","updated_at":"2025-04-14T19:32:06.958Z","avatar_url":"https://github.com/kaustubhai.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# Web Developer React Portfolio ⚡️ [![GitHub](https://img.shields.io/github/license/kaustubhai/portfolio-template?color=blue)](https://github.com/kaustubhai/portfolio-template/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/kaustubhai/portfolio-template)](https://github.com/kaustubhai/portfolio-template/stargazers)\n\n## A clean, beautiful and responsive react portfolio template for Developers!\n\n\n\u003cp align=\"center\"\u003e\n  \u003ckbd\u003e\n\u003cimg src=\"https://github.com/kaustubhai/portfolio-template/blob/master/public/portfolio-example.gif?raw=true\"\u003e\u003c/img\u003e\n  \u003c/kbd\u003e\n\u003c/p\u003e\n\n\nJust change `src/profile.js` to get your personal portfolio. Feel free to use it as-is or customize it as much as you want.\n\nTo Update the image go to `src/styles/images.css`  \nTo change colors, go to `src/styles/style.css`\n\nBut if you want to **contribute** and make this much better for other developer raise a [Issue](https://github.com/kaustubhai/portfolio-template/issues).\n\n\nIf you created something awesome and want to contribute then feel free to open an [pull request](https://github.com/kaustubhai/portfolio-template/pulls).\n\n## Table of Contents\n- [Sections](#sections)\n- [Getting Started](#getting-started)\n- [How to Use](#how-to-use)\n- [Change and Customize](#change-and-customize-every-section-according-to-your-need)\n- [Deployment](#deployment)\n- [For the Future](#for-the-future)\n## Sections\n✔️ Full screen Intro\\\n✔️ About Summary\\\n✔️ Skills\\\n✔️ Projects\\\n✔️ Miscellaneous activities\\\n✔️ Contact Form\\\n✔️ Social Profile\\\n\nTo view a live example, **[click here](https://kaustubhai.netlify.app/)**.\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\nYou'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer.\n\n```\nnode@v10.16.0 or higher\nnpm@6.9.0 or higher\ngit@2.17.1 or higher\n```\n\n\n## How To Use \n\nFrom your command line, clone and run developerFolio:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/kaustubhai/portfolio-template.git\n\n# Go into the repository\n$ cd portfolio-template\n\n# Install dependencies\n$ npm install\n\n#Start's development server\n$ npm start\n```\n\n## Change and customize every section according to your need.\n\n#### Personalize page content in `/src/profile.js` \u0026 modify it as per your need.\n\n```javascript\n/* Change this file to get your Personal Porfolio */\n\n\nconst header = { .... }\n\nconst about = { .... }\n\nconst skillsBar = { .... }\n\nconst projects = { .... }\n\nconst miscellaneous = { .... }\n\nconst contact = { .... }\n\nconst social = { .... }\n\n```\n\n\n## Deployment\nWhen you are done with the setup, you should host your website online.\nWe highly recommend to read through the [Deploying on Github Pages](https://create-react-app.dev/docs/deployment/#github-pages) docs for React.\n\n\n#### Deploying to Netlify\n\nYou could also host directly with Netlify by linking your own repository.\n\n[![Deploy To Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kaustubhai/portfolio-template)\n\nFor more information, read [hosting on Netlify](https://create-react-app.dev/docs/deployment/#netlify).\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/kaustubhai/portfolio-template/pulls).\n\n- Connect with Github API to get Pinned Projects directly\n\n- Add more Interactivity\n\n- Add More Sections\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaustubhai%2Fportfolio-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaustubhai%2Fportfolio-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaustubhai%2Fportfolio-template/lists"}