{"id":30010305,"url":"https://github.com/samuelaemro12/portfolio-app","last_synced_at":"2026-07-28T19:31:11.488Z","repository":{"id":307384393,"uuid":"1027833013","full_name":"samuelAemro12/portfolio-app","owner":"samuelAemro12","description":"Responsive and accessible portfolio frontend built with ReactJs, Tailwind CSS, and Framer Motion, TypeScript— optimized for fast load times, clean UI, and smooth user interaction.","archived":false,"fork":false,"pushed_at":"2026-03-29T06:59:19.000Z","size":427,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T09:33:34.817Z","etag":null,"topics":["animations-css","framer-motion","portfolio-website","reactjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://samuel-aemro-portfolio.netlify.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/samuelAemro12.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-28T15:46:51.000Z","updated_at":"2026-03-29T06:59:22.000Z","dependencies_parsed_at":"2025-07-31T02:00:53.739Z","dependency_job_id":"5d090c73-6e4a-4d17-bf21-ba73c7d3c0af","html_url":"https://github.com/samuelAemro12/portfolio-app","commit_stats":null,"previous_names":["samuelaemro12/portfolio-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samuelAemro12/portfolio-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Fportfolio-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Fportfolio-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Fportfolio-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Fportfolio-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samuelAemro12","download_url":"https://codeload.github.com/samuelAemro12/portfolio-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samuelAemro12%2Fportfolio-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36006421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-28T02:00:06.341Z","response_time":109,"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":["animations-css","framer-motion","portfolio-website","reactjs","tailwindcss","typescript"],"created_at":"2025-08-05T11:46:37.970Z","updated_at":"2026-07-28T19:31:11.402Z","avatar_url":"https://github.com/samuelAemro12.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Samuel Aemro Portfolio Website\n\nA modern, responsive portfolio website built with React, TypeScript, and Tailwind CSS. This portfolio showcases my work as a full-stack developer, featuring interactive animations, case studies, and a comprehensive overview of my technical skills and projects.\n\n## 🚀 Features\n\n- **Modern Design**: Clean, professional interface with dark theme\n- **Responsive Layout**: Optimized for all devices and screen sizes\n- **Interactive Animations**: Smooth transitions using Framer Motion\n- **Project Showcase**: Detailed project cards with live demos and GitHub links\n- **Case Studies**: In-depth analysis of major projects with metrics and results\n- **Technical Skills**: Visual representation of expertise across different technologies\n- **Open Source Contributions**: Highlighting community involvement and contributions\n- **Resume Integration**: Downloadable resume with professional links\n- **Contact Form**: Easy way for potential clients and collaborators to reach out\n\n## 🛠️ Tech Stack\n\n- **Frontend**: React 19, TypeScript\n- **Styling**: Tailwind CSS 4.1\n- **Animations**: Framer Motion 11\n- **Icons**: Heroicons\n- **Build Tool**: Vite 7\n- **Deployment**: Ready for Vercel, Netlify, or any static hosting\n\n## 📦 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/portfolio-website.git\ncd portfolio-website\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Start the development server:\n```bash\nnpm run dev\n```\n\n4. Open [http://localhost:5173](http://localhost:5173) in your browser\n\n## 🏗️ Build for Production\n\n```bash\nnpm run build\n```\n\nThe built files will be in the `dist` directory, ready for deployment.\n\n## 📁 Project Structure\n\n```\nsrc/\n├── components/\n│   ├── Hero.tsx           # Landing section\n│   ├── About.tsx          # About me section\n│   ├── TechnicalSkills.tsx # Skills overview\n│   ├── Services.tsx       # Services offered\n│   ├── Projects.tsx       # Project showcase\n│   ├── CaseStudies.tsx    # Detailed case studies\n│   ├── OpenSource.tsx     # Open source contributions\n│   ├── Certifications.tsx # Certifications and achievements\n│   ├── Resume.tsx         # Resume download section\n│   ├── Testimonials.tsx   # Client testimonials\n│   ├── Contact.tsx        # Contact form\n│   └── Footer.tsx         # Footer section\n├── App.tsx                # Main app component\n├── main.tsx              # Entry point\n└── index.css             # Global styles\n```\n\n## 🎨 Customization\n\nTo customize this portfolio for your own use:\n\n1. Update personal information in each component\n2. Replace project data in `Projects.tsx` and `CaseStudies.tsx`\n3. Modify skills and experience in `TechnicalSkills.tsx` and `About.tsx`\n4. Update social links and contact information\n5. Replace the resume file in the public directory\n\n## 📱 Responsive Design\n\nThe portfolio is fully responsive and optimized for:\n- Desktop (1200px+)\n- Tablet (768px - 1199px)\n- Mobile (320px - 767px)\n\n## 🚀 Deployment\n\nThis project is ready to deploy on:\n- **Vercel**: `npm run build` and deploy the `dist` folder\n- **Netlify**: Connect your GitHub repo for automatic deployments\n- **GitHub Pages**: Use GitHub Actions for automated deployment\n\n## 📄 License\n\nThis project is open source and available under the [MIT License](LICENSE).\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/samuelAemro12/portfolio-app/issues).\n\n## 📞 Contact\n\nSamuel Aemro - [samuelaemrowork12@gmail] - [in/samuelaemro]\n\nProject Link: [https://github.com/samuelAemro12/portfolio-app](https://github.com/samuelAemro12/portfolio-appwebsite)\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%2Fsamuelaemro12%2Fportfolio-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuelaemro12%2Fportfolio-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuelaemro12%2Fportfolio-app/lists"}