{"id":30208311,"url":"https://github.com/Sofiane-Bahmed/portfolio-template","last_synced_at":"2025-08-13T17:05:11.367Z","repository":{"id":303477031,"uuid":"1014376656","full_name":"Sofiane-Bahmed/portfolio-template","owner":"Sofiane-Bahmed","description":"A sleek, modern, and open-source developer portfolio template. Features beautiful animations, a      theme switcher, and is easily customizable. Fork it and create your own stunning portfolio in minutes  ","archived":false,"fork":false,"pushed_at":"2025-07-29T20:54:52.000Z","size":608,"stargazers_count":29,"open_issues_count":0,"forks_count":11,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-29T23:10:40.556Z","etag":null,"topics":["framer-motion","heroui","iconify","nextjs","open-source","portfolio-template","reatctjs","tailwindcss","typescript","webdevelopment"],"latest_commit_sha":null,"homepage":"https://portfolio-template-seven-murex.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/Sofiane-Bahmed.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,"zenodo":null}},"created_at":"2025-07-05T15:48:53.000Z","updated_at":"2025-07-29T20:54:56.000Z","dependencies_parsed_at":"2025-07-07T22:40:45.095Z","dependency_job_id":"9522ae45-00fe-4f04-913d-1266938e17b5","html_url":"https://github.com/Sofiane-Bahmed/portfolio-template","commit_stats":null,"previous_names":["sofiane-bahmed/portfolio-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sofiane-Bahmed/portfolio-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sofiane-Bahmed%2Fportfolio-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sofiane-Bahmed%2Fportfolio-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sofiane-Bahmed%2Fportfolio-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sofiane-Bahmed%2Fportfolio-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sofiane-Bahmed","download_url":"https://codeload.github.com/Sofiane-Bahmed/portfolio-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sofiane-Bahmed%2Fportfolio-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270278337,"owners_count":24557172,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["framer-motion","heroui","iconify","nextjs","open-source","portfolio-template","reatctjs","tailwindcss","typescript","webdevelopment"],"created_at":"2025-08-13T17:03:15.082Z","updated_at":"2025-08-13T17:05:11.303Z","avatar_url":"https://github.com/Sofiane-Bahmed.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Modern \u0026 Animated Portfolio Template\n\nThis is a modern, animated, and fully responsive portfolio template built with **nextjs**, **typescript**, **Tailwind CSS**, and **Framer Motion**. It's designed to be easily customizable and provides a great starting point for developers who want to create a stunning personal portfolio.\n\n\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://portfolio-template-seven-murex.vercel.app\" target=\"_blank\"\u003e\n    \u003cimg src=\"./public/github-cover.png\" alt=\"portfolio-template\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- **Modern UI/UX:** Clean and visually appealing design.\n- **Smooth Animations:** Engaging animations powered by Framer Motion.\n- **Responsive Design:** Looks great on all devices, from mobile to desktop.\n- **Easy to Customize:** All portfolio data is centralized in a single file for easy updates.\n- **Component-Based:** Built with reusable React components.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- npm or yarn\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/Sofiane-Bahmed/portfolio-template.git\n   cd portfolio-template\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Run the development server:**\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n   The application will be available at `http://localhost:3000`.\n\n### Building for Production\n\nTo create a production build, run:\n\n```bash\nnpm run build\n# or\nyarn build\n```\n\nThis will generate a `dist` directory with the optimized and minified files for deployment.\n\n## Customization\n\nAll the data for the portfolio (personal information, projects, skills, etc.) is located in `data/index.ts`. You can easily customize the content by modifying this file.\n\n### `data/index.ts`\n\nThis file exports a `DATA` object that contains all the information for your portfolio. Here's a breakdown of the structure:\n\n- `home`: Content for the home page, including the hero section, skills overview, and testimonials.\n- `about`: Information for the about page, including your profile, education, experience, and technologies.\n- `projects`: A list of your featured projects, including details, images, and links.\n- `contact`: Contact information and the Google Maps source for the contact page.\n- `morphingTexts`: The texts used in the morphing text animations on each page.\n- `navigation`: The links for the main navigation menu.\n- `footer`: Content for the footer, including social links and services.\n\nSimply update the values in this file to personalize your portfolio.\n\n**How to Add Your CV**\n\n1. `Upload Your CV` : Place your CV file in the `public` folder of the project.\n\n2. `Update the Download Link` : Modify the `href` attribute of the \"Download CV\" button in the `hero.tsx` file to point to your uploaded CV.\n\nHere's an example\n\n```hero.tsx\n            \u003cLink\n              download\n              aria-label=\"Download CV in PDF format\"\n              className=\"w-full sm:w-auto\"\n              href=\"/your-cv-filename.pdf\"\n            \u003e\n              \u003cButton\n                fullWidth\n                aria-label=\"Downoald CV\"\n                color=\"primary\"\n                endContent={\u003cIcon icon=\"lucide:download\" /\u003e}\n                size=\"lg\"\n                variant=\"shadow\"\n              \u003e\n                Download CV\n              \u003c/Button\u003e\n            \u003c/Link\u003e\n\n```\n\n## Contact Form Setup (Email.js)\n\nThis template uses [Email.js](https://www.emailjs.com/) for handling contact form submissions without a backend. To set it up:\n\n1.  **Create an Email.js account:** If you don't have one, sign up at [Email.js](https://www.emailjs.com/).\n\n2.  **Create a new Email Service:** Go to Email Services and add a new service (e.g., Gmail, Outlook). Follow the instructions to connect your email account.\n\n3.  **Create a new Email Template:** Go to Email Templates and create a new template. You can use the default template or customize it. Make note of your **Template ID**.\n\n    Here's an example template you can use:\n    \n```jsx\n\u003cdiv style=\"font-family: system-ui, sans-serif, Arial; font-size: 12px\"\u003e\n  \u003cdiv\u003e\n    A message by \u003cstrong\u003e{{name}}\u003c/strong\u003e ({{email}}) has been received with the subject\n    \"\u003cstrong\u003e{{subject}}\u003c/strong\u003e\". Kindly respond at your earliest convenience.\n  \u003c/div\u003e\n\n  \u003cdiv\n    style=\"\n      margin-top: 20px;\n      padding: 15px 0;\n      border-width: 1px 0;\n      border-style: dashed;\n      border-color: lightgrey;\n    \"\n  \u003e\n    \u003ctable role=\"presentation\"\u003e\n      \u003ctr\u003e\n        \u003ctd style=\"vertical-align: top\"\u003e\n          \u003cdiv\n            style=\"\n              padding: 6px 10px;\n              margin: 0 10px;\n              background-color: aliceblue;\n              border-radius: 5px;\n              font-size: 26px;\n            \"\n            role=\"img\"\n          \u003e\n            \u0026#x1F4E7;\n          \u003c/div\u003e\n        \u003c/td\u003e\n        \u003ctd style=\"vertical-align: top\"\u003e\n          \u003cdiv style=\"color: #2c3e50; font-size: 16px\"\u003e\n            \u003cstrong\u003e{{name}}\u003c/strong\u003e — \u003ca href=\"mailto:{{email}}\" style=\"color: #3498db\"\u003e{{email}}\u003c/a\u003e\n          \u003c/div\u003e\n          \u003cdiv style=\"color: #999999; font-size: 13px\"\u003e\u003cem\u003eSubject:\u003c/em\u003e {{subject}}\u003c/div\u003e\n          \u003cp style=\"font-size: 16px; margin-top: 10px\"\u003e{{message}}\u003c/p\u003e\n        \u003c/td\u003e\n      \u003c/tr\u003e\n    \u003c/table\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n\n```\n\n4.  **Get your Public Key:** You can find your Public Key under **Account** -\u003e **API Keys**.\n\n5.  **Configure Environment Variables:** Create a `.env.local` file in the root of your project (if it doesn't exist) and add the following environment variables:\n\n    ```\n    NEXT_PUBLIC_EMAILJS_SERVICE_ID=your_service_id\n    NEXT_PUBLIC_EMAILJS_TEMPLATE_ID=your_template_id\n    NEXT_PUBLIC_EMAILJS_PUBLIC_KEY=your_public_key\n    ```\n\n    Replace `your_service_id`, `your_template_id`, and `your_public_key` with the values from your Email.js account.\n\n6.  **Restart your development server:** After adding the environment variables, restart your development server (`npm run dev` or `yarn dev`) for the changes to take effect.\n\n## Technologies Used\n\n- **[Next.js](https://nextjs.org/):** A React framework for production.\n- **[React](https://react.dev/):** A JavaScript library for building user interfaces.\n- **[Tailwind CSS](https://tailwindcss.com/):** A utility-first CSS framework.\n- **[Framer Motion](https://www.framer.com/motion/):** A library for creating animations in React.\n- **[HeroUI](https://www.heroui.com/):** A React UI library for beautiful and accessible components.\n- **[Iconify](https://iconify.design/):** A library for using icons from various icon sets.\n- **[TypeScript](https://www.typescriptlang.org/):** A typed superset of JavaScript.\n\n\n## License\n\nThis project is licensed under the MIT License. See the `LICENSE` file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSofiane-Bahmed%2Fportfolio-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSofiane-Bahmed%2Fportfolio-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSofiane-Bahmed%2Fportfolio-template/lists"}