{"id":21202240,"url":"https://github.com/harsh6754/portfolio","last_synced_at":"2026-04-09T13:52:39.275Z","repository":{"id":229650948,"uuid":"777274234","full_name":"harsh6754/Portfolio","owner":"harsh6754","description":"Hello Friend , My Name is  Harsh Agrawal  a Proffessional Full Stack Developer ","archived":false,"fork":false,"pushed_at":"2025-02-24T04:11:26.000Z","size":12648,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T04:30:09.471Z","etag":null,"topics":["boostrap","css","emailjs","full-stack","html-css-javascript","html5","javascript","nextjs","node-module","npm","npm-package","portfolio","portfolio-website","reactjs","tailwindcss","vite"],"latest_commit_sha":null,"homepage":"https://harsh6754.vercel.app/","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/harsh6754.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-03-25T14:41:34.000Z","updated_at":"2025-02-24T04:11:29.000Z","dependencies_parsed_at":"2025-02-24T04:36:14.398Z","dependency_job_id":null,"html_url":"https://github.com/harsh6754/Portfolio","commit_stats":null,"previous_names":["harsh6754/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh6754%2FPortfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh6754%2FPortfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh6754%2FPortfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harsh6754%2FPortfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harsh6754","download_url":"https://codeload.github.com/harsh6754/Portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243654847,"owners_count":20325973,"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":["boostrap","css","emailjs","full-stack","html-css-javascript","html5","javascript","nextjs","node-module","npm","npm-package","portfolio","portfolio-website","reactjs","tailwindcss","vite"],"created_at":"2024-11-20T20:15:05.677Z","updated_at":"2025-12-30T19:16:05.749Z","avatar_url":"https://github.com/harsh6754.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Developer Portfolio\n\n### Are you struggling to create a professional portfolio website? Look no further! You can use the Developer Portfolio template and create your very own personalized portfolio today! My website is designed to be user-friendly and easily customizable, making it perfect for both developers and freelancers.\n\n---\n\n# Demo :movie_camera:\n\n![](./public/image/screen.png)\n\n## View live preview [here](https://harsh6754.vercel.app/).\n\n---\n\n## Table of Contents :scroll:\n\n- [Sections](#sections-bookmark)\n- [Demo](#demo-movie_camera)\n- [Installation](#installation-arrow_down)\n- [Getting Started](#getting-started-dart)\n- [Usage](#usage-joystick)\n- [Packages Used](#packages-used-package)\n\n---\n\n# Sections :bookmark:\n\n- HERO SECTION\n- ABOUT ME\n- EXPERIENCE\n- SKILLS\n- PROJECTS\n- EDUCATION\n- BLOG\n- CONTACTS\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/developer-portfolio.git\n\ncd developer-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\nGoto [emailjs.com](https://www.emailjs.com/) and create a new account for the mail sending. In free trial you will get 200 mail per month. After setup `emailjs` account, Please create a new `.env` file from `.env.example` file.\n\nEg:\n\n```env\nNEXT_PUBLIC_EMAILJS_SERVICE_ID =\nNEXT_PUBLIC_EMAILJS_TEMPLATE_ID =\nNEXT_PUBLIC_EMAILJS_PUBLIC_KEY =\n```\n\n### Then, Customize data in the `utils/data` [folder](https://github.com/harsh/Portfolio/tree/main/utils/data).\n\nEg:\n\n```javascript\nexport const personalData = {\n  name: \"Harsh Agrawal\",\n  profile: \"/profile.png\",\n  designation: \"Full-Stack Software Developer\",\n  description: \"My name is Harsh Agrawal....\",\n  email: \"agrawalharsh1028@gmail.com\",\n  phone: \"+91-9636504390\",\n  address: \"\",\n  github: \"https://github.com/harsh6754\",\n  facebook: \"https://www.facebook.com\",\n  linkedIn: \"https://www.linkedin.com/in/harsh2810/\",\n  twitter: \"https://twitter.com\",\n  stackOverflow: \"https://stackoverflow.com/users/\",\n  leetcode: \"https://leetcode.com/h_agrawal6754/\",\n  devUsername: \"\",\n  resume: \"...\",\n};\n```\n\n`devUsername` Used for fetching blog from `dev.to`.\n\n---\n\n---\n\n# Packages Used :package:\n\n| Used Package List  |\n| :----------------: |\n|        next        |\n|  @emailjs/browser  |\n|    lottie-react    |\n| react-fast-marquee |\n|    react-icons     |\n|   react-toastify   |\n|        sass        |\n|    tailwindcss     |\n\n---\n# Portfolio\n\n\nhttps://github.com/user-attachments/assets/dbd021fa-574f-4380-9e70-e113a0610acf\n\n\n\n\nUploading Portfolio of Harsh Agrawal - Google Chrome 2025-02-24 17-07-20.mp4…\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsh6754%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharsh6754%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharsh6754%2Fportfolio/lists"}