{"id":25677922,"url":"https://github.com/savvy-bit/react-portfolio-template","last_synced_at":"2025-02-24T15:27:38.150Z","repository":{"id":279231157,"uuid":"938112638","full_name":"savvy-bit/react-portfolio-template","owner":"savvy-bit","description":"React + Vite + Tailwind CSS Portfolio Template.","archived":false,"fork":false,"pushed_at":"2025-02-24T14:15:52.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T14:35:41.525Z","etag":null,"topics":["portfolio","portfolio-template","portfolio-website","react","react-portfolio","react-portfolio-template","react-portfolio-website","tailwindcss","typescript","vite"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/savvy-bit.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":"2025-02-24T12:49:33.000Z","updated_at":"2025-02-24T14:23:23.000Z","dependencies_parsed_at":"2025-02-24T14:36:43.996Z","dependency_job_id":"84da3d61-37b5-43f7-9736-a5705c6d73d6","html_url":"https://github.com/savvy-bit/react-portfolio-template","commit_stats":null,"previous_names":["savvy-bit/react-portfolio-template"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savvy-bit%2Freact-portfolio-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savvy-bit%2Freact-portfolio-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savvy-bit%2Freact-portfolio-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savvy-bit%2Freact-portfolio-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/savvy-bit","download_url":"https://codeload.github.com/savvy-bit/react-portfolio-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240502640,"owners_count":19811845,"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":["portfolio","portfolio-template","portfolio-website","react","react-portfolio","react-portfolio-template","react-portfolio-website","tailwindcss","typescript","vite"],"created_at":"2025-02-24T15:27:37.607Z","updated_at":"2025-02-24T15:27:38.136Z","avatar_url":"https://github.com/savvy-bit.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![thumbnail](https://awesomescreenshot.s3.amazonaws.com/image/6171274/53100357-9a5237efdc5e8fc11fee8bcff878d9d4.png?X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Credential=AKIAJSCJQ2NM3XLFPVKA%2F20250224%2Fus-east-1%2Fs3%2Faws4_request\u0026X-Amz-Date=20250224T140733Z\u0026X-Amz-Expires=28800\u0026X-Amz-SignedHeaders=host\u0026X-Amz-Signature=5985566598d0627063790b385ac7667effeccc5eb90158c077024962d06597c9)\n\n# React Vite Portfolio Template\n\nA lightweight, modern, and customizable portfolio template built with [React](https://reactjs.org/) and [Vite](https://vitejs.dev/). This template is designed to help developers quickly showcase their projects, skills, and personal information in a clean and responsive layout. It uses `pnpm` for fast and efficient package management and includes a `portfolio.json` file to easily manage your portfolio data.\n\n## Features\n- Built with React and Vite for fast development and optimal performance\n- Fully responsive design\n- Centralized portfolio data management via `portfolio.json`\n- Easy to customize and extend\n- Uses `pnpm` for lightweight and efficient dependency management\n\n## Prerequisites\nBefore you begin, ensure you have the following installed:\n- [Node.js](https://nodejs.org/) (v16 or higher recommended)\n- [pnpm](https://pnpm.io/) (install globally with `npm install -g pnpm`)\n\n## Getting Started\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-username/react-vite-portfolio-template.git\n   cd react-vite-portfolio-template\n   ```\n2. Install dependencies using `pnpm`:\n   ```bash\n   pnpm install\n   ```\n3. Customize the `portfolio.json` file located in the `/src/configs`:\n   ```json\n   {\n    \"name\": \"Your Name\",\n    \"title\": \"Your Job Title\",\n    \"bio\": \"A short bio about yourself\",\n    \"contacts\": {\n      \"github\": \"https://github.com/your-username\",\n      \"twitter\": \"https://twitter.com/your-username\"\n    },\n    \"meetingLink\": \"Calendly link\",\n    \"projects\": [\n        {\n        \"name\": \"Project Name\",\n        \"bio\": \"A short bio about the project\",\n        \"logo\": \"Project Logo\",\n        \"description\": \"The detailed descripion about the project\",\n        \"skills\": [\"Used skills in an array\"]\n      }\n    ],\n    \"skills\": [\"React\", \"Vite\", \"JavaScript\", \"CSS\"]\n   }\n   ```\n4. Build\n   ```bash\n   pnpm build\n   ```\n5. Run\n   ```bash\n   pnpm dev\n   ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavvy-bit%2Freact-portfolio-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavvy-bit%2Freact-portfolio-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavvy-bit%2Freact-portfolio-template/lists"}