{"id":29871594,"url":"https://github.com/ang-len-26/dashboard-mf","last_synced_at":"2026-04-11T08:04:28.927Z","repository":{"id":298378859,"uuid":"992162559","full_name":"ang-len-26/dashboard-mf","owner":"ang-len-26","description":"🧩 Dashboard Modular con Micro-Frontends en React + Webpack 5 + Module Federation","archived":false,"fork":false,"pushed_at":"2025-07-15T23:55:32.000Z","size":1736,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-30T20:46:11.747Z","etag":null,"topics":["dashboard","micro-frontends","module-federation","react","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://clima-app-orpin.vercel.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/ang-len-26.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-05-28T18:03:38.000Z","updated_at":"2025-07-22T21:57:07.000Z","dependencies_parsed_at":"2025-06-10T20:41:03.776Z","dependency_job_id":"63ecd2a0-b9be-4b15-975a-f17cb27a2c5b","html_url":"https://github.com/ang-len-26/dashboard-mf","commit_stats":null,"previous_names":["ang-len-26/dashboard-mf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ang-len-26/dashboard-mf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ang-len-26%2Fdashboard-mf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ang-len-26%2Fdashboard-mf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ang-len-26%2Fdashboard-mf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ang-len-26%2Fdashboard-mf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ang-len-26","download_url":"https://codeload.github.com/ang-len-26/dashboard-mf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ang-len-26%2Fdashboard-mf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["dashboard","micro-frontends","module-federation","react","typescript","webpack"],"created_at":"2025-07-30T20:01:01.667Z","updated_at":"2026-04-11T08:04:28.899Z","avatar_url":"https://github.com/ang-len-26.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧩 Dashboard Modular con Micro-Frontends (Shell)\n\nEste proyecto actúa como el contenedor principal (`shell`) de una arquitectura basada en **Micro-Frontends** utilizando **React**, **TypeScript**, **Webpack 5** y **Module Federation**. Su objetivo es integrar de forma dinámica diferentes módulos funcionales (como clima, criptomonedas y autenticación), ofreciendo una experiencia de usuario unificada y escalable.\n\n## 🚀 ¿Qué hace este módulo?\n\nEl `shell` es responsable de:\n\n- Cargar dinámicamente los microfrontends (como clima y cripto).\n- Proporcionar la navegación y el layout común.\n- Compartir estado global (por ejemplo, autenticación).\n- Centralizar configuraciones de estilo o librerías compartidas.\n\n## 🛠️ Tecnologías utilizadas\n\n- [React](https://reactjs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Webpack 5](https://webpack.js.org/)\n- [Module Federation](https://webpack.js.org/concepts/module-federation/)\n- [React Router](https://reactrouter.com/)\n\n## 📁 Estructura del proyecto\n\n- shell/\n- ├── public/\n- ├── src/\n- │ ├── assets/\n- │ │ └── logo.png\n- │ ├── components/\n- │ │ ├── ErrorBoundary.tsx\n- │ │ ├── Header.tsx\n- │ │ └── ThemeToggle.tsx\n- │ ├── context/\n- │ │ └── ThemeContext.tsx\n- │ ├── styles/\n- │ ├── pages/\n- │ │ └── Dashboard.tsx\n- │ ├── services/\n- │ │ └── theme.css\n- │ ├── types/\n- │ │ └── images.d.ts\n- │ ├── App.tsx\n- │ ├── bootstrap.tsx\n- │ └── index.tsx\n- ├── webpack.config.js\n- └── package.json\n  n\n\n## ⚙️ Requisitos\n\n- Node.js `^18.x`\n- NPM `^9.x` o superior\n\n## ▶️ Instrucciones para clonar y ejecutar\n\nDesde la raíz del repositorio:\n\n```bash\n# Clona el repositorio\ngit clone https://github.com/ang-len-26/dashboard-mf.git\ncd dashboard-mf\n\n# Arranca el shell\ncd shell\nnpm install\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fang-len-26%2Fdashboard-mf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fang-len-26%2Fdashboard-mf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fang-len-26%2Fdashboard-mf/lists"}