{"id":29301437,"url":"https://github.com/sunjay-dev/portfolio-website","last_synced_at":"2026-04-27T16:31:46.422Z","repository":{"id":296853261,"uuid":"989695395","full_name":"sunjay-dev/Portfolio-website","owner":"sunjay-dev","description":"Portfolio Website created using Next.js and Tailwind CSS","archived":false,"fork":false,"pushed_at":"2026-01-30T14:45:00.000Z","size":4614,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-31T00:17:08.696Z","etag":null,"topics":["iconify","mern-stack","nodejs","reactjs","resend","tailwindcss"],"latest_commit_sha":null,"homepage":"https://sunjay.xyz","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/sunjay-dev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-24T16:25:59.000Z","updated_at":"2026-01-30T14:45:03.000Z","dependencies_parsed_at":"2025-06-03T01:14:58.365Z","dependency_job_id":"6733bccd-b786-4f49-8c6c-d08b328c8f5b","html_url":"https://github.com/sunjay-dev/Portfolio-website","commit_stats":null,"previous_names":["sunjay-dev/portfolio-website"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sunjay-dev/Portfolio-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FPortfolio-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FPortfolio-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FPortfolio-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FPortfolio-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunjay-dev","download_url":"https://codeload.github.com/sunjay-dev/Portfolio-website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjay-dev%2FPortfolio-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32345802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["iconify","mern-stack","nodejs","reactjs","resend","tailwindcss"],"created_at":"2025-07-06T22:10:23.788Z","updated_at":"2026-04-27T16:31:46.417Z","avatar_url":"https://github.com/sunjay-dev.png","language":"TypeScript","readme":"# Sunjay Kumar – Personal Portfolio\n\nThis is my personal developer portfolio website built using **Next JS**. It showcases my projects, skills, and experience as a full-stack software engineer.\n\n## Tech Stack USED IN WEBSITE\n\n![Next.js](https://img.shields.io/badge/next_js-%2320232a.svg?style=for-the-badge\u0026logo=nextdotjs) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white) ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white) ![Vercel](https://img.shields.io/badge/vercel-%23000000.svg?style=for-the-badge\u0026logo=vercel\u0026logoColor=white) [![Iconify](https://img.shields.io/badge/iconify-1769aa?style=for-the-badge\u0026logo=iconify\u0026logoColor=white)](https://iconify.design)\n\n## Features\n\n- Auto fetches new projects from GitHub\n- Responsive design\n- Clean UI built with Tailwind CSS\n- simple Animations\n- Dark mode ready\n- Icons powered by [Iconify](https://iconify.design) — browse thousands of icons at [icon sets](https://icon.ly)\n\n## Deployment (Run It Yourself)\n\nTo run this portfolio locally:\n\n\u003e To update portfolio content (like your name, skills, projects, etc.), edit the files inside the `src/data/` folder.\n\n### `.env`\n\nCreate a `.env` file :\n\n```env\nSENDER_EMAIL=your-sender-email@example.com\nRECEIVING_EMAIL=your-receiving-email@example.com\nRESEND_EMAIL_API_KEY=your-resend-api-key\n```\n\n### Running Locally\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/sunjay-dev/Portfolio-website.git\n   cd Portfolio-website\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n     pnpm install\n   ```\n\n3. **Run Project**\n\n   ```bash\n   pnpm run dev\n   ```\n\nYour portfolio should now be live at: `http://localhost:3000`\n\n---\n\n## Goals\n\n- \u003cdel\u003e Apply Dark Theme to components (6/6 done) \u003c/del\u003e\n- \u003cdel\u003e Migrate the website to React.js (100% done)\u003c/del\u003e\n- \u003cdel\u003e Explore and implement Next.js \u003c/del\u003e\n- Add 3d Feature using Three.js\n\n## License\n\nThis project is open-source and available under the MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunjay-dev%2Fportfolio-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunjay-dev%2Fportfolio-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunjay-dev%2Fportfolio-website/lists"}