{"id":28436573,"url":"https://github.com/iamanonymous419/portfolio","last_synced_at":"2026-04-11T13:05:07.840Z","repository":{"id":296339993,"uuid":"993031505","full_name":"iamanonymous419/portfolio","owner":"iamanonymous419","description":"This Repo contains code for my portfolio website","archived":false,"fork":false,"pushed_at":"2025-06-14T07:00:45.000Z","size":187,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-14T07:33:11.791Z","etag":null,"topics":["bun","docker","docker-compose","makefile","nextjs","portfolio","website"],"latest_commit_sha":null,"homepage":"https://portfolio-pink-sigma-72.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/iamanonymous419.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-05-30T05:21:11.000Z","updated_at":"2025-06-14T07:00:49.000Z","dependencies_parsed_at":"2025-05-30T06:53:46.732Z","dependency_job_id":"7dfbe78d-6eb2-4e5c-94df-f8e2e72b54fa","html_url":"https://github.com/iamanonymous419/portfolio","commit_stats":null,"previous_names":["iamanonymous419/portfolio"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iamanonymous419/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamanonymous419%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamanonymous419%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamanonymous419%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamanonymous419%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamanonymous419","download_url":"https://codeload.github.com/iamanonymous419/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamanonymous419%2Fportfolio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262319019,"owners_count":23292996,"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":["bun","docker","docker-compose","makefile","nextjs","portfolio","website"],"created_at":"2025-06-05T22:09:31.894Z","updated_at":"2025-12-30T22:46:51.416Z","avatar_url":"https://github.com/iamanonymous419.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Portfolio Website\n\nA modern, responsive portfolio website built with Next.js and Bun, featuring a sleek design and smooth user experience. This project showcases my work, skills, and professional journey in an engaging and interactive format.\n\n## 🚀 Tech Stack\n\n- **Framework**: [Next.js](https://nextjs.org/) - React framework for production\n- **Runtime**: [Bun](https://bun.sh/) - Fast all-in-one JavaScript runtime\n- **Testing**: [Jest](https://jestjs.io/) – Unit \u0026 integration testing powered by [Node.js](https://nodejs.org/)\n- **Development**: Vibe coding approach with [v0](https://v0.dev/) AI assistance\n- **Styling**: Modern CSS/Tailwind CSS (depending on implementation)\n- **Deployment**: Optimized for modern hosting platforms\n\n## ✨ Features\n\n- **Responsive Design**: Fully responsive across all devices\n- **Modern UI/UX**: Clean, professional interface with smooth animations\n- **Fast Performance**: Optimized with Next.js and Bun for lightning-fast loading\n- **SEO Optimized**: Built-in SEO best practices\n- **Interactive Elements**: Engaging user interactions and smooth transitions\n- **Project Showcase**: Dedicated sections for highlighting work and skills\n- **Contact Integration**: Easy-to-use contact forms and social links\n\n## 📋 Prerequisites\n\n### For Bun Environment:\n\n- [Bun](https://bun.sh/) installed on your system\n- [Node.js](https://nodejs.org/) installed — required for running Jest tests (Bun does **not** fully support Jest)\n  → Download from [https://nodejs.org](https://nodejs.org) or install via your system’s package manager (e.g., `apt`, `brew`, etc.)\n\n### For Docker Environment:\n\n- [Docker](https://www.docker.com/) installed and running\n- ✅ **Install the newer Docker Compose v2 CLI** — used via `docker compose` (with a space)\n  🔗 Follow the official guide: [Install Docker Compose (v2)](https://docs.docker.com/compose/install/)\n  ❌ **Do not use** the older `docker-compose` (with a hyphen), which is now deprecated\n\n## 🛠️ Quick Setup\n\nThis project supports two setup methods depending on your environment preference.\n\n### Method 1: Bun Environment (Recommended)\n\nIf you have Bun installed on your system:\n\n```bash\n# Clone the repository\ngit clone https://github.com/iamanonymous419/portfolio.git portfolio\ncd portfolio\n\n# Setup and run (single command)\nmake\n```\n\n### Method 2: Docker Environment\n\nIf you prefer using Docker:\n\n```bash\n# Clone the repository\ngit clone https://github.com/iamanonymous419/portfolio.git portfolio\ncd portfolio\n\n# Setup and run with Docker\nmake docker\n```\n\n## 🚦 Getting Started\n\n1. **Clone the repository**\n\n   ```bash\n    git clone https://github.com/iamanonymous419/portfolio.git portfolio\n    cd portfolio\n   ```\n\n2. **Choose your setup method**\n   - For Bun: Run `make`\n   - For Docker: Run `make docker`\n\n3. **Access the application**\n   - Open your browser and navigate to `http://localhost:3000`\n   - The development server will automatically reload when you make changes\n\n## 📁 Project Structure\n\n```\nportfolio/\n|── __tests__/          # Test files and test utilities\n|── .github/            # GitHub workflows and configuration\n├── components/         # Reusable React components\n├── hooks/              # Custom React hooks\n├── app/                # Next.js pages and API routes\n├── public/             # Static assets (images, icons, etc.)\n├── lib/                # Utility functions and configurations\n├── Makefile            # Build and setup automation\n├── Dockerfile          # Docker configuration\n├── package.json        # Project dependencies and scripts\n├── next.config.js      # Next.js configuration\n└── README.md           # Project documentation\n```\n\n## 🔧 Available Scripts\n\nThe project uses a Makefile for easy command execution:\n\n- `make` - Setup and start development server (Bun environment)\n- `make docker` - Setup and start with Docker\n- `make build` - Build the project for production\n- `make start` - Start the production server\n- `make clean` - Clean build artifacts and dependencies\n- `make test` - To run the test's\n\n## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n\u003e [!NOTE]\n\u003e This README serves as both documentation and inspiration. Feel free to adapt it for your own projects!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamanonymous419%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamanonymous419%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamanonymous419%2Fportfolio/lists"}