{"id":32692973,"url":"https://github.com/zidvsd/portfolio","last_synced_at":"2026-04-12T01:37:09.157Z","repository":{"id":318793744,"uuid":"1074211583","full_name":"zidvsd/portfolio","owner":"zidvsd","description":"Personal Portfolio Website","archived":false,"fork":false,"pushed_at":"2026-03-10T10:07:48.000Z","size":7069,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-12T01:37:08.321Z","etag":null,"topics":["chartjs","day-js","keen-slider","lucide-react","marked-js","motion","nextjs","nodemailer","react","sonner","tailwindcss","toploader","typescript"],"latest_commit_sha":null,"homepage":"https://portfolio-five-sand-23.vercel.app","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/zidvsd.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-10-11T11:02:18.000Z","updated_at":"2026-03-10T10:07:52.000Z","dependencies_parsed_at":"2025-10-30T12:21:44.259Z","dependency_job_id":"f91a0e22-e47d-4351-8356-4d65ce8f3c7d","html_url":"https://github.com/zidvsd/portfolio","commit_stats":null,"previous_names":["zidvsd/portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zidvsd/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidvsd%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidvsd%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidvsd%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidvsd%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zidvsd","download_url":"https://codeload.github.com/zidvsd/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zidvsd%2Fportfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31701641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"ssl_error","status_checked_at":"2026-04-11T21:17:24.556Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chartjs","day-js","keen-slider","lucide-react","marked-js","motion","nextjs","nodemailer","react","sonner","tailwindcss","toploader","typescript"],"created_at":"2025-11-01T16:02:28.506Z","updated_at":"2026-04-12T01:37:09.149Z","avatar_url":"https://github.com/zidvsd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rashid Visda — Developer Portfolio\n\n\u003e A fast, minimal portfolio built with Next.js 15, TypeScript and Tailwind CSS 4.\n\n[![Next.js](https://img.shields.io/badge/next-15.5.4-blue?logo=next.js)](https://nextjs.org/)\n\n---\n\n## Demo\n\nLive demo: [https://portfolio-five-sand-23.vercel.app/](https://portfolio-five-sand-23.vercel.app/)\n\n## What this project does\n\nThis repository is a personal developer portfolio (website) that showcases projects, achievements, and analytics. It's implemented with the Next.js 15 App Router, TypeScript, Tailwind CSS, and several UI/analytics integrations (Chart.js, Lucide icons, Keen Slider, WakaTime \u0026 GitHub data fetchers).\n\nKey pages:\n\n- Home — featured projects and services (bento grid layout)\n- About — bio, work and education\n- Projects — dynamic project pages populated from GitHub/README files\n- Achievements — certificates and badges with search/filter\n- Dashboard — GitHub + WakaTime visualizations (Chart.js)\n- Contact — email form (Nodemailer) and social links\n\n## Why this is useful\n\n- Lightweight, responsive portfolio starter using modern Next.js features and Turbopack for fast builds\n- Dark/light theme support with Tailwind `dark` class\n- Example integrations for fetching and visualizing external developer data (GitHub, WakaTime)\n- Ready-to-deploy to Vercel or other Node.js hosts\n\n## Quick start (developer)\n\nRequirements\n\n- Node.js 18+ (recommended)\n- npm (or Yarn)\n\nInstall and run locally\n\n```bash\ngit clone --depth=1 https://github.com/zidvsd/portfolio.git\ncd portfolio\nnpm install\nnpm run dev\n```\n\nOpen http://localhost:3000 to view the app.\n\nBuild for production\n\n```bash\nnpm run build    # builds using Turbopack\nnpm start        # runs the production server\n```\n\nLinting\n\n```bash\nnpm run lint\n```\n\n## Environment variables\n\nCreate a `.env.local` at the project root with the following values when you need API integrations:\n\n```env\n# GitHub (optional)\nGITHUB_API_KEY=your_github_api_key\nGITHUB_USERNAME=your_github_username\n\n# WakaTime (optional)\nWAKATIME_API_KEY=your_wakatime_api_key\nWAKATIME_USERNAME=your_wakatime_username\n\n# Email (for contact form)\nMAIL_USER=your_email@gmail.com\nMAIL_PASS=your_app_specific_password\nMAIL_TO=recipient_email@gmail.com\n```\n\nNotes:\n\n- The app runs without these keys but features that fetch external data will be disabled or empty.\n\n## Project structure (high level)\n\n- `app/` — Next.js App Router pages and route handlers\n- `components/` — UI components and layout pieces (`layout/`, `section/`, `ui/`)\n- `data/` — JSON content used by the app (`navs.json`, `profile.json`, etc.)\n- `lib/` — small helper modules (GitHub/WakaTime fetchers, utils)\n- `public/` — static assets (images, icons)\n- `types/` — TypeScript types\n\nSee the `app/`, `components/`, and `lib/` folders for implementation details.\n\n## Deployment\n\n- The project is compatible with Vercel (recommended). Push to your GitHub repo and import the project to Vercel for automatic deployments.\n- Ensure environment variables are configured in your Vercel project settings.\n\n## Contributing \u0026 support\n\n- Bug reports and feature requests: open an issue in this repository.\n- Want to contribute? Please open a pull request. For larger contributions, create an issue first to discuss the change.\n- See `CONTRIBUTING.md` (if present) for contribution guidelines.\n\n## Maintainers\n\n- Primary: `zidvsd` (GitHub profile)\n\nFor direct contact see the `app/contact` page or the site contact information.\n\n## License\n\nThis project references a license file — see `LICENSE` in the repository root for full terms.\n\n---\n\nIf you'd like, I can also:\n\n- add a `CONTRIBUTING.md` template in the repo\n- add CI badges (GitHub Actions / Vercel) with working links\n- generate a short `docs/` folder with architecture notes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzidvsd%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzidvsd%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzidvsd%2Fportfolio/lists"}