{"id":29787068,"url":"https://github.com/psparwez/minimal-portfolio","last_synced_at":"2026-05-02T17:32:22.975Z","repository":{"id":305182131,"uuid":"1020975558","full_name":"psparwez/minimal-portfolio","owner":"psparwez","description":"A simple and minimalistic website built with Next.js. It can be used as a template for your next portfolio website — for FREE. 💯","archived":false,"fork":false,"pushed_at":"2025-08-31T23:18:11.000Z","size":8420,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-01T01:21:33.111Z","etag":null,"topics":["dark-portfolio","minimal-portfolio","nextjs","nextjs-template","portfolio","portfolio-template","react-portfolio","reactjs","tailwindcss"],"latest_commit_sha":null,"homepage":"https://minimal-portfolio-ps.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/psparwez.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":".github/CODEOWNERS","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-07-16T17:21:26.000Z","updated_at":"2025-08-31T23:16:42.000Z","dependencies_parsed_at":"2025-07-18T19:55:49.311Z","dependency_job_id":"addf0f95-2df3-484e-af2e-d7db15571eef","html_url":"https://github.com/psparwez/minimal-portfolio","commit_stats":null,"previous_names":["psparwez/minimal-portfolio"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/psparwez/minimal-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psparwez%2Fminimal-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psparwez%2Fminimal-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psparwez%2Fminimal-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psparwez%2Fminimal-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psparwez","download_url":"https://codeload.github.com/psparwez/minimal-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psparwez%2Fminimal-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273867412,"owners_count":25182423,"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-09-06T02:00:13.247Z","response_time":2576,"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":["dark-portfolio","minimal-portfolio","nextjs","nextjs-template","portfolio","portfolio-template","react-portfolio","reactjs","tailwindcss"],"created_at":"2025-07-27T19:12:59.178Z","updated_at":"2026-05-02T17:32:22.969Z","avatar_url":"https://github.com/psparwez.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👋 Minimal Portfolio \n\nA sleek and minimal portfolio website built with **Next.js**, showcasing professional experience and projects in a clean, user-friendly design. 💯\n\n## 📸 Demo Screenshot\n\n![Image](./public/og_bannerr.jpeg)\n\n\u003cdiv align=\"center\"\u003e\n   \u003ca href=\"https://minimal-portfolio-ps.vercel.app\"\u003e\u003cstrong\u003e➥ Live Demo\u003c/strong\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n## 🚀 Getting Started\n\nFollow the steps below to run the project locally:\n\n### ✅ Prerequisites\n\nEnsure you have the following installed:\n\n* [Node.js](https://nodejs.org/) (v18 or later)\n* [pnpm](https://pnpm.io/) (recommended) or [npm](https://www.npmjs.com/)\n\n---\n\n### 📦 Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/psparwez/minimal-portfolio.git\n   cd minimal-portfolio\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   pnpm install\n   # or\n   npm install\n   ```\n\n3. **Set up environment variables:**\n\n   Create a `.env.local` file in the root directory and add the following:\n\n   ```env\n   SMTP_USERNAME=your_smtp_username\n   SMTP_PASSWORD=your_smtp_password\n   MAIL_RECEIVER_ADDRESS=your_email@example.com\n   ```\n\n4. **Start the development server:**\n\n   ```bash\n   pnpm dev\n   # or\n   npm run dev\n   ```\n\n   Open [http://localhost:3000](http://localhost:3000) in your browser to see the app.\n\n---\n\n### 📦 Build for Production\n\nTo create an optimized build for production:\n\n```bash\npnpm build\npnpm start\n# or\nnpm run build\nnpm start\n```\n\n---\n\n---\n### Reporting Issues\n\nIf you encounter any bugs or have suggestions, please open an issue on the [GitHub Issues page](https://github.com/psparwez/minimal-portfolio/issues).\n\nI look forward to hearing from you and collaborating!\n\u003cbr /\u003e\n\n\u003cbr\u003e\u003chr\u003e\n[🔼 Back to top](#)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsparwez%2Fminimal-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsparwez%2Fminimal-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsparwez%2Fminimal-portfolio/lists"}