{"id":30053648,"url":"https://github.com/bryan14saenz/githubprofile","last_synced_at":"2025-08-07T19:14:32.263Z","repository":{"id":307391149,"uuid":"1029369391","full_name":"Bryan14Saenz/GitHubProfile","owner":"Bryan14Saenz","description":"Proyecto de práctica - Dev Challenge","archived":false,"fork":false,"pushed_at":"2025-07-31T00:29:03.000Z","size":1083,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-31T03:15:15.798Z","etag":null,"topics":["b14s","dev-challenge"],"latest_commit_sha":null,"homepage":"https://githubprofileb14s.netlify.app/","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/Bryan14Saenz.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}},"created_at":"2025-07-31T00:19:24.000Z","updated_at":"2025-07-31T00:32:37.000Z","dependencies_parsed_at":"2025-07-31T03:15:31.861Z","dependency_job_id":"766e4345-94fc-4eb4-b113-491c1606a419","html_url":"https://github.com/Bryan14Saenz/GitHubProfile","commit_stats":null,"previous_names":["bryan14saenz/githubprofile"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Bryan14Saenz/GitHubProfile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan14Saenz%2FGitHubProfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan14Saenz%2FGitHubProfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan14Saenz%2FGitHubProfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan14Saenz%2FGitHubProfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bryan14Saenz","download_url":"https://codeload.github.com/Bryan14Saenz/GitHubProfile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bryan14Saenz%2FGitHubProfile/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269310190,"owners_count":24395701,"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-08-07T02:00:09.698Z","response_time":73,"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":["b14s","dev-challenge"],"created_at":"2025-08-07T19:14:28.750Z","updated_at":"2025-08-07T19:14:32.256Z","avatar_url":"https://github.com/Bryan14Saenz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 GitHub Profile | Dev Challenge\n\n**GitHub Profile** es un proyecto desarrollado para un reto de programación de Dev Challenge.  \nSe trata de una interfaz web para buscar y visualizar perfiles de GitHub con sus repositorios usando la API oficial de GitHub y tecnologías modernas como TypeScript y React.\n\n---\n\n## 📌 Descripción\n\nEsta aplicación de perfil de GitHub permite al usuario:\n\n- Buscar usuarios de GitHub por su username\n- Ver información detallada del perfil (nombre, bio, seguidores, etc.)\n- Explorar los repositorios públicos del usuario\n- Acceder directamente a los repositorios con un clic\n- Visualizar estadísticas como estrellas, forks y lenguajes\n\nEl objetivo es practicar habilidades modernas de frontend como:\n\n- Consumo de APIs REST\n- Manejo de estado con React\n- Interacción del usuario\n- Reutilización de componentes\n- Manejo de errores y rate limiting\n\n---\n\n## 🧩 Tecnologías utilizadas\n\n- React 18\n- TypeScript\n- HTML5\n- CSS3\n- Tailwind CSS\n- GitHub API REST v4\n- Fetch API\n- Responsive Design\n- Vite (Build tool)\n\n---\n\n## 🧭 Funcionalidades\n\n- **Barra de búsqueda** para encontrar usuarios de GitHub\n- **Perfil de usuario** con avatar, nombre, bio y estadísticas\n- **Grid de repositorios** con información detallada\n- **Enlaces directos** a repositorios en GitHub\n- **Responsive UI** adaptada a móviles, tablets y desktop\n- **Manejo de errores** para usuarios no encontrados\n- **Rate limiting** respetando límites de la API\n\n---\n\n## 📂 Estructura del proyecto\n\n```bash\n.\n├── index.html\n├── src/\n│   ├── App.tsx\n│   ├── main.tsx\n│   ├── components/\n│   │   ├── search/\n│   │   │   └── Search.tsx\n│   │   └── repo/\n│   │       └── Repos.tsx\n│   ├── models/\n│   │   ├── user.ts\n│   │   └── repos.ts\n│   ├── services/\n│   │   └── githubAPI.ts\n│   └── index.css\n├── public/\n│   └── favicon.ico\n├── tsconfig.json\n├── vite.config.ts\n├── tailwind.config.js\n└── package.json\n```\n\n---\n\n## 🚀 Instalación y uso\n\n1. **Clonar el repositorio**\n\n   ```bash\n   git clone https://github.com/Bryan14Saenz/GitHubProfile.git\n   cd GitHubProfile\n   ```\n\n2. **Instalar dependencias**\n\n   ```bash\n   pnpm install\n   # o npm install\n   ```\n\n3. **Ejecutar en desarrollo**\n\n   ```bash\n   pnpm dev\n   # o npm run dev\n   ```\n\n4. **Construir para producción**\n   ```bash\n   pnpm build\n   # o npm run build\n   ```\n\n---\n\n## 🛠️ Características técnicas\n\n- **TypeScript** para tipado estático y mejor DX\n- **Tailwind CSS** para estilos utilitarios y responsive\n- **GitHub API** sin autenticación (60 requests/hora)\n- **Error handling** para casos edge\n- **Debouncing** en búsqueda para optimizar requests\n- **Loading states** para mejor UX\n\n---\n\n## 🧑‍💻 Autor\n\n**Bryan14Saenz**\n\n\u003e \"Programa no para resolver problemas, sino para crear soluciones.\"\n\n📧 Correo: [14bryansaenz@gmail.com](mailto:14bryansaenz@gmail.com)  \n🌐 GitHub: [github.com/Bryan14Saenz](https://github.com/Bryan14Saenz)  \n🔗 LinkedIn: [linkedin.com/in/14bryansaenz](https://www.linkedin.com/in/14bryansaenz)\n\n---\n\n## 🌍 Demo en línea\n\n🟢 Disponible en [githubprofileb14s.netlify.app](https://githubprofileb14s.netlify.app),\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryan14saenz%2Fgithubprofile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryan14saenz%2Fgithubprofile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryan14saenz%2Fgithubprofile/lists"}