{"id":31540025,"url":"https://github.com/aman-codde/aman-portfolio","last_synced_at":"2025-10-04T09:51:08.683Z","repository":{"id":315149304,"uuid":"1058294286","full_name":"Aman-codde/Aman-portfolio","owner":"Aman-codde","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-16T23:33:36.000Z","size":15528,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T01:28:57.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Aman-codde.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-09-16T22:37:38.000Z","updated_at":"2025-09-16T23:33:39.000Z","dependencies_parsed_at":"2025-09-17T01:39:14.532Z","dependency_job_id":null,"html_url":"https://github.com/Aman-codde/Aman-portfolio","commit_stats":null,"previous_names":["aman-codde/aman-portfolio"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Aman-codde/Aman-portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aman-codde%2FAman-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aman-codde%2FAman-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aman-codde%2FAman-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aman-codde%2FAman-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aman-codde","download_url":"https://codeload.github.com/Aman-codde/Aman-portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aman-codde%2FAman-portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278295840,"owners_count":25963427,"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-10-04T02:00:05.491Z","response_time":63,"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":[],"created_at":"2025-10-04T09:51:04.212Z","updated_at":"2025-10-04T09:51:08.677Z","avatar_url":"https://github.com/Aman-codde.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amandeep Kaur Benipal - Portfolio\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"public/fullstack_female_logo.jpg\" alt=\"Amandeep's Logo\" width=\"200\" height=\"200\" style=\"border-radius: 50%;\"/\u003e\n\u003c/p\u003e\n\nA modern, responsive 3D portfolio website built with Next.js, Three.js, and Tailwind CSS. This portfolio showcases my work experience, projects, and technical skills as a Full Stack Developer with 8+ years of experience in MERN and MEAN stacks.\n\n## ✨ Features\n\n- **3D Interactive Elements** - Built with Three.js for engaging visual experiences\n- **Responsive Design** - Optimized for all devices using Tailwind CSS\n- **Modern UI/UX** - Clean, professional design with smooth animations\n- **Dynamic Content** - Easy to update projects and experience through profile configuration\n- **Performance Optimized** - Fast loading with Next.js optimization\n- **SEO Friendly** - Built with Next.js for better search engine visibility\n\n\n\n## 🛠 Tech Stack\n\n### Frontend\n\n- **Next.js 14.2.3** - React framework with SSR/SSG\n- **React 18** - Component-based UI library\n- **TypeScript** - Type-safe JavaScript\n- **Tailwind CSS** - Utility-first CSS framework\n- **Framer Motion** - Animation library\n- **Three.js** - 3D graphics library\n\n\n\n### Development Tools\n\n- **Vite** - Build tool\n- **ESLint** - Code linting\n- **Prettier** - Code formatting\n- **Git** - Version control\n\n## 📋 Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- Node.js (v18 or higher)\n- npm or yarn\n- Git\n\n## 🚀 Getting Started\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/Aman-codde/Aman-portfolio.git\ncd portfolio\n```\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n# or\nyarn install\n```\n\n### 3. Start Development Server\n\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nThe application will be available at `http://localhost:3000`\n\n### 4. Build for Production\n\n```bash\nnpm run build\nnpm start\n# or\nyarn build\nyarn start\n```\n\n## 📁 Project Structure\n\n```\nProject_3DPortfolio/\n├── app/\n│   ├── components/          # React components\n│   ├── constants/           # Configuration and data\n│   ├── experience/          # Experience detail pages\n│   ├── projects/            # Project detail pages\n│   ├── styles/              # Global styles\n│   └── utils/               # Utility functions\n├── public/                  # Static assets\n│   ├── resume/              # Resume files\n│   ├── tech/                # Technology icons\n│   └── projectimg/          # Project images\n└── README.md\n```\n\n\n\n## 🏢 Professional Experience\n\n### Current Role\n\n**Full Stack Developer** at **Franklin Templeton** (Jan 2023 - Present)\n\n- Developed Investment Dashboard using Next.js, TypeScript, and Tailwind CSS\n- Built scalable backend with FastAPI (Python) and GraphQL\n- Implemented CI/CD pipelines with Jenkins and GitHub Actions\n- Deployed on AWS infrastructure (EC2, EKS, S3)\n\n### Previous Experience\n\n- **American Express** - Full Stack Developer (Jul 2021 - Dec 2022)\n- **UnitedHealth Group** - React Developer (Mar 2020 - Jun 2021)\n- **Whitebox Learning** - UI Developer (May 2018 - Dec 2019)\n- **Soft Bridge Technologies** - UI Developer (May 2016 - Apr 2018)\n\n## 🎯 Key Projects\n\n### Investment Dashboard\n\n- **Client**: Franklin Templeton\n- **Role**: Full Stack Developer\n- **Tech Stack**: Next.js, TypeScript, Tailwind CSS, Redux, FastAPI, GraphQL\n- **Features**: Portfolio analytics, interactive visualizations, secure authentication\n\n### Payments Platform\n\n- **Client**: American Express\n- **Role**: Full Stack Developer\n- **Tech Stack**: React, Redux, Node.js, MongoDB, Express.js\n- **Features**: Secure transactions, JWT authentication, Redis caching\n\n## 🛠 Skills\n\n### Frontend Development\n\n- React.js, Next.js, Angular\n- TypeScript, JavaScript (ES6+)\n- Tailwind CSS, HTML5, CSS3\n- Redux, Context API\n- Responsive Design, UI/UX\n\n### Backend Development\n\n- Node.js, Express.js\n- FastAPI (Python)\n- MongoDB, GraphQL\n- RESTful APIs\n- Authentication \u0026 Authorization\n\n### DevOps \u0026 Cloud\n\n- Docker, Kubernetes\n- AWS (EC2, EKS, S3)\n- CI/CD (Jenkins, GitHub Actions)\n- Git, Version Control\n\n### Testing \u0026 Quality\n\n- Jest, Cypress\n- Unit Testing, E2E Testing\n- Code Reviews, Agile/Scrum\n\n## 📞 Contact\n\n- **Email**: eramankaur2015@gmail.com\n- **Phone**: (559) 304-1139\n- **Location**: California, USA\n- **LinkedIn**: [amandeep-k-benipal](https://www.linkedin.com/in/amandeep-k-benipal)\n\n## 📄 Resume\n\n- [Download Resume (PDF)](/resume/Amandeep.pdf)\n\n\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"public/fullstack_female_logo.jpg\" alt=\"Amandeep's Logo\" width=\"100\" height=\"100\" style=\"border-radius: 50%;\"/\u003e\n  \u003cbr/\u003e\n  \u003cstrong\u003eBuilt with ❤️ by Amandeep Kaur Benipal\u003c/strong\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faman-codde%2Faman-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faman-codde%2Faman-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faman-codde%2Faman-portfolio/lists"}