{"id":26348784,"url":"https://github.com/bryanpmx/professional_portfolio","last_synced_at":"2026-05-05T18:31:24.109Z","repository":{"id":273613632,"uuid":"850905596","full_name":"BryanPMX/Professional_Portfolio","owner":"BryanPMX","description":"Welcome to my Responsive Portfolio Website GitHub repository! This project showcases my personal portfolio through a website built entirely with vanilla HTML, CSS, and JavaScript. It's designed to be fully responsive, ensuring a seamless viewing experience on devices of all sizes, from mobile phones to desktop monitors.","archived":false,"fork":false,"pushed_at":"2026-02-13T06:39:23.000Z","size":42647,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-13T13:04:14.881Z","etag":null,"topics":["css","frontend","html","javascript","no-frameworks","responsive-web-design","web-development"],"latest_commit_sha":null,"homepage":"https://professional-portfolio-webpage.vercel.app","language":"Astro","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/BryanPMX.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":"2024-09-02T04:01:23.000Z","updated_at":"2026-02-13T06:39:26.000Z","dependencies_parsed_at":"2025-09-09T06:21:13.770Z","dependency_job_id":"469fc13f-ffb7-436d-9424-a4de78aa53d4","html_url":"https://github.com/BryanPMX/Professional_Portfolio","commit_stats":null,"previous_names":["bryanpmx/professional_portfolio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BryanPMX/Professional_Portfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanPMX%2FProfessional_Portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanPMX%2FProfessional_Portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanPMX%2FProfessional_Portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanPMX%2FProfessional_Portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BryanPMX","download_url":"https://codeload.github.com/BryanPMX/Professional_Portfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryanPMX%2FProfessional_Portfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32662842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css","frontend","html","javascript","no-frameworks","responsive-web-design","web-development"],"created_at":"2025-03-16T08:16:51.302Z","updated_at":"2026-05-05T18:31:24.104Z","avatar_url":"https://github.com/BryanPMX.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bryan Perez - Professional Portfolio\n\n\u003e A modern, high-performance portfolio website showcasing full-stack development skills, interactive games, and professional projects.\n\n[![Astro](https://img.shields.io/badge/Astro-4.15.0-ff5d01?style=flat\u0026logo=astro)](https://astro.build)\n[![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-3.4.0-38bdf8?style=flat\u0026logo=tailwindcss)](https://tailwindcss.com)\n[![React](https://img.shields.io/badge/React-18.3.0-61dafb?style=flat\u0026logo=react)](https://reactjs.org)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.5.0-3178c6?style=flat\u0026logo=typescript)](https://www.typescriptlang.org)\n\n## Features\n\n**Interactive Games** - Play custom-built JavaScript games directly in your browser\n**Live Project Demos** - Experience projects through embedded iframe demonstrations\n**Professional Dark Theme** - Sleek design with electric blue and purple accents\n**Fully Responsive** - Optimized for desktop, tablet, and mobile devices\n**High Performance** - Built with Astro's island architecture for minimal JavaScript\n**Accessible** - WCAG compliant with keyboard navigation and screen reader support\n\n## Tech Stack\n\n| Category | Technologies |\n|----------|-------------|\n| **Framework** | Astro, React, TypeScript |\n| **Styling** | Tailwind CSS, Custom CSS |\n| **Games** | HTML5 Canvas, Vanilla JavaScript |\n| **Tools** | Vite, npm, Git |\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/BryanPMX/Professional_Portfolio.git\ncd Professional_Portfolio\n\n# Install dependencies\nnpm install\n\n# Start development server\nnpm run dev\n\n# Build for production\nnpm run build\n```\n\nVisit `http://localhost:4321` to see the portfolio in action!\n\n## Project Structure\n\n```\nProfessional_Portfolio/\n├── src/\n│   ├── components/\n│   │   ├── Modal.tsx           # Live demo modal\n│   │   └── ProjectCard.astro   # Reusable project cards\n│   ├── layouts/\n│   │   └── Layout.astro        # Base layout with navigation\n│   ├── pages/\n│   │   ├── index.astro         # Home page\n│   │   ├── projects.astro      # Projects gallery\n│   │   ├── games.astro         # Games showcase\n│   │   ├── about.astro         # About me\n│   │   ├── contact.astro       # Contact form\n│   │   └── games/\n│   │       ├── space-invaders.astro\n│   │       └── snake.astro\n│   └── styles/\n│       └── global.css          # Custom styles\n├── public/\n│   ├── assets/                 # Images and documents\n│   └── favicon.svg\n└── package.json\n```\n\n## Featured Games\n\n### Space Invaders\nClassic arcade shooter with modern visuals\n- **Controls**: Arrow keys + Spacebar\n- **Features**: Collision detection, progressive difficulty, particle effects\n\n### Snake Game\nNostalgic Snake with contemporary design\n- **Controls**: Arrow keys\n- **Features**: High score tracking, speed progression, smooth animations\n\n## Featured Projects\n\n### CAF Admin Portal\nFull-stack web application for nonprofit management\n- **Stack**: React, Node.js, PostgreSQL\n- **Features**: User management, donation tracking, admin dashboard\n\n### Banking Application\nObject-oriented banking system demonstration\n- **Stack**: Java, Spring Boot, MySQL\n- **Features**: Account management, secure transactions, authentication\n\n## Design Philosophy\n\n- **Dark Theme**: Professional appearance with reduced eye strain\n- **Minimalist**: Clean, focused design that highlights content\n- **Interactive**: Engaging animations and hover effects\n- **Performance-First**: Optimized for speed and user experience\n\n## Responsive Design\n\n| Device | Breakpoint | Features |\n|--------|------------|----------|\n| Mobile | \u003c 768px | Touch-friendly, collapsible navigation |\n| Tablet | 768px - 1024px | Optimized layouts, touch interactions |\n| Desktop | \u003e 1024px | Full features, hover effects |\n\n## Deployment\n\nThe portfolio is optimized for deployment on:\n\n- **Vercel** (Recommended)\n- **Netlify**\n- **GitHub Pages**\n- Any static hosting provider\n\nSimply connect your repository and deploy!\n\n## Performance\n\n- **Lighthouse Score**: 100/100\n- **First Contentful Paint**: \u003c 1.5s\n- **Bundle Size**: \u003c 50KB (gzipped)\n- **Island Architecture**: Minimal JavaScript hydration\n\n## Contributing\n\nInterested in contributing? Great! Here's how:\n\n1. Fork the repository\n2. Create a feature branch: `git checkout -b feature/amazing-feature`\n3. Commit changes: `git commit -m 'Add amazing feature'`\n4. Push to branch: `git push origin feature/amazing-feature`\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Connect With Me\n\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-brpmx-0077b5?style=flat\u0026logo=linkedin)](https://linkedin.com/in/brpmx)\n[![GitHub](https://img.shields.io/badge/GitHub-BryanPMX-333?style=flat\u0026logo=github)](https://github.com/BryanPMX)\n[![Email](https://img.shields.io/badge/Email-perez.bryan24%40outlook.com-d14836?style=flat\u0026logo=gmail)](mailto:perez.bryan24@outlook.com)\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**Built with love by Bryan Perez**\n\n*Computer Science Student | Full-Stack Developer | Game Enthusiast*\n\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanpmx%2Fprofessional_portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanpmx%2Fprofessional_portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanpmx%2Fprofessional_portfolio/lists"}