{"id":29436609,"url":"https://github.com/armand0e/portfolio","last_synced_at":"2026-04-10T23:02:30.203Z","repository":{"id":303941346,"uuid":"1017175376","full_name":"armand0e/portfolio","owner":"armand0e","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-10T08:43:24.000Z","size":504,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-10T16:53:24.700Z","etag":null,"topics":["framer-motion","nextjs","shadcn-ui","tailwindcss","typ"],"latest_commit_sha":null,"homepage":"https://www.armanrafiee.com","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/armand0e.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-07-10T06:26:13.000Z","updated_at":"2025-07-10T08:43:27.000Z","dependencies_parsed_at":"2025-07-10T17:04:29.902Z","dependency_job_id":null,"html_url":"https://github.com/armand0e/portfolio","commit_stats":null,"previous_names":["armand0e/portfolio"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/armand0e/portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armand0e%2Fportfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armand0e%2Fportfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armand0e%2Fportfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armand0e%2Fportfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/armand0e","download_url":"https://codeload.github.com/armand0e/portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/armand0e%2Fportfolio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265091726,"owners_count":23710031,"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":["framer-motion","nextjs","shadcn-ui","tailwindcss","typ"],"created_at":"2025-07-13T05:02:01.143Z","updated_at":"2026-04-10T23:02:30.142Z","avatar_url":"https://github.com/armand0e.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Arman Rafiee - Portfolio\n\nA modern, responsive portfolio website built with Next.js 15, TypeScript, Tailwind CSS, shadcn/ui, and Framer Motion.\n\n## ✨ Features\n\n- **Modern Tech Stack**: Next.js 15, TypeScript, Tailwind CSS\n- **Beautiful UI**: shadcn/ui components with custom animations\n- **Dark/Light Theme**: System-aware theme switching\n- **Responsive Design**: Mobile-first responsive layout\n- **GitHub Integration**: Live repository data from GitHub API\n- **Performance Optimized**: Skeleton loading states and optimized images\n- **Smooth Animations**: Framer Motion powered interactions\n\n## 🛠️ Tech Stack\n\n- **Framework**: Next.js 15\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS\n- **UI Components**: shadcn/ui\n- **Animations**: Framer Motion\n- **Theme**: next-themes\n- **Icons**: Lucide React\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18+ \n- npm or yarn\n\n### Local Development\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/armand0e/portfolio.git\n   cd portfolio\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   ```\n\n3. **Run the development server**\n   ```bash\n   npm run dev\n   ```\n\n4. **Open your browser**\n   Navigate to [http://localhost:3000](http://localhost:3000)\n\n## 🐳 Docker Deployment\n\n### Option 1: Docker Build \u0026 Run\n\n1. **Build the Docker image**\n   ```bash\n   docker build -t arman-portfolio .\n   ```\n\n2. **Run the container**\n   ```bash\n   docker run -p 3000:3000 arman-portfolio\n   ```\n\n### Option 2: Docker Compose (Recommended)\n\n1. **Start with Docker Compose**\n   ```bash\n   docker-compose up -d\n   ```\n\n2. **Stop the container**\n   ```bash\n   docker-compose down\n   ```\n\n### Production Deployment\n\nFor production deployment, you can:\n\n1. **Deploy to any cloud provider** (AWS, Google Cloud, Azure)\n2. **Use container services** (AWS ECS, Google Cloud Run, Azure Container Instances)\n3. **Deploy to Kubernetes** using the provided Docker image\n4. **Use Docker on VPS** with reverse proxy (nginx)\n\n## 🌐 Live Demo\n\nVisit the live portfolio: [https://www.armanrafiee.com](https://www.armanrafiee.com)\n\n## 📁 Project Structure\n\n```\nportfolio/\n├── src/\n│   ├── app/                 # Next.js app directory\n│   │   ├── about/          # About page\n│   │   ├── contact/        # Contact page\n│   │   ├── experience/     # Experience page\n│   │   ├── projects/       # Projects page\n│   │   ├── globals.css     # Global styles\n│   │   ├── layout.tsx      # Root layout\n│   │   └── page.tsx        # Home page\n│   └── components/         # Reusable components\n│       ├── ui/            # shadcn/ui components\n│       ├── navigation.tsx  # Navigation component\n│       └── theme-provider.tsx\n├── public/                 # Static assets\n├── Dockerfile             # Docker configuration\n├── docker-compose.yml     # Docker Compose setup\n└── next.config.js         # Next.js configuration\n```\n\n## 🎨 Customization\n\nTo customize this portfolio for your own use:\n\n1. **Update personal information** in `resume.md`\n2. **Replace portrait image** in `public/Portrait.jpg`\n3. **Update GitHub username** in `src/app/projects/page.tsx`\n4. **Modify contact information** throughout the components\n5. **Customize colors and styling** in `tailwind.config.js`\n\n## 🚢 Deployment Options\n\n### Vercel (Recommended for Next.js)\n```bash\nnpm install -g vercel\nvercel --prod\n```\n\n### Netlify\n```bash\nnpm run build\n# Upload `out` folder to Netlify\n```\n\n### Docker on any platform\n```bash\ndocker build -t portfolio .\ndocker run -p 3000:3000 portfolio\n```\n\n## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 👨‍💻 About\n\nCreated by **Arman Rafiee** - University of Florida student studying Microbiology \u0026 Cell Science with a minor in Computer Science. Passionate full-stack developer with experience in modern web technologies.\n\n- **GitHub**: [@armand0e](https://github.com/armand0e)\n- **LinkedIn**: [Arman Rafiee](https://linkedin.com/in/arman-rafiee-0601ba235)\n- **Email**: arman.rafiee99@gmail.com\n\n---\n\n⭐ If you found this portfolio template helpful, please give it a star!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmand0e%2Fportfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmand0e%2Fportfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmand0e%2Fportfolio/lists"}