{"id":20496854,"url":"https://github.com/agusscript/innovid-challenge","last_synced_at":"2026-04-13T15:31:37.990Z","repository":{"id":188356757,"uuid":"672043487","full_name":"agusscript/innovid-challenge","owner":"agusscript","description":"Front end challenge made with React and TypeScript","archived":false,"fork":false,"pushed_at":"2023-08-28T18:32:20.000Z","size":317,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T23:53:30.809Z","etag":null,"topics":["react","typescript","vitejs"],"latest_commit_sha":null,"homepage":"https://innovid-challenge.vercel.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/agusscript.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}},"created_at":"2023-07-28T19:13:15.000Z","updated_at":"2023-08-15T13:17:50.000Z","dependencies_parsed_at":"2025-01-16T06:34:22.114Z","dependency_job_id":null,"html_url":"https://github.com/agusscript/innovid-challenge","commit_stats":null,"previous_names":["agusscript/innovid-challenge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agusscript/innovid-challenge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Finnovid-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Finnovid-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Finnovid-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Finnovid-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agusscript","download_url":"https://codeload.github.com/agusscript/innovid-challenge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agusscript%2Finnovid-challenge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: 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":["react","typescript","vitejs"],"created_at":"2024-11-15T18:09:03.463Z","updated_at":"2026-04-13T15:31:37.960Z","avatar_url":"https://github.com/agusscript.png","language":"TypeScript","readme":"![Innovid](./assets/logo.jpg \"Innovid\")\n\n# Innovid challenge: Load balancer\nTenemos que crear una aplicación que muestre la carga de nuestros servidores 1, 2, 3 y 4, lamentablemente nuestro backend no tiene implementado un método para obtenerlos todos al mismo tiempo así que hay que traerlos de a uno, en paralelo.\n\n## API\n* GET https://localhost:8000/status/:id -\u003e Obtiene la carga de un servidor\n\n\u003e El código de la API no debe ser modificado.\n\n## Frontend\n* Debe mostrar la carga de los cuatro servidores.\n* La carga se debe actualizar cada 5 segundos.\n* Puedo prender y apagar servidores (dejo de traerme su carga).\n\n\u003e TODO el código de la aplicación frontend puede ser modificado.\n\u003e El proyecto incluye SASS y [98.css](https://jdan.github.io/98.css) para usar a disposición, los assets se encuentran en la carpeta `assets` dentro del proyecto del cliente.\n\n![Ejemplo](./assets/spec.png \"Ejemplo\")\n\n## Corriendo el proyecto\n```bash\n# Instalar dependencias del proyecto\nnpm install\n\n# Correr el servidor de desarrollo\nnpm dev\n```\n\n## Modalidad de entrega\n* Repositorio público subido a GitHub, Gitlab, Bitbucket.\n\n# Solution\n\n### Desktop View\n\n![](assets/screenshots/desktop-view.png)\n\n### Mobile View\n\n![](assets/screenshots/mobile-view.png)\n\n### Link\n\n- [Live site](https://innovid-challenge.vercel.app/)\n\n### Built with\n\n\u003cp\u003e\n \u003ca href=\"https://www.typescriptlang.org/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-TypeScript-007acc?style=flat-square\u0026logo=TypeScript\u0026logoColor=white\" height=\"30\" alt=\"TypeScript\"/\u003e\n \u003c/a\u003e\n  \u003ca href=\"https://sass-lang.com/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-Sass-ff69b4?style=flat-square\u0026logo=SASS\u0026logoColor=white\" height=\"30\" alt=\"Sass\"/\u003e\n \u003c/a\u003e\n  \u003ca href=\"https://react.dev/blog/2023/03/16/introducing-react-dev\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-React-17A1E6?style=flat-square\u0026logo=react\u0026logoColor=white\" height=\"30\" alt=\"React\"/\u003e\n \u003c/a\u003e\n  \u003ca href=\"https://vitejs.dev/\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-ViteJS-purple?style=flat-square\u0026logo=Vite\u0026logoColor=white\" height=\"30\" alt=\"ViteJs\"/\u003e\n \u003c/a\u003e\n\u003c/p\u003e\n\n## Run the project locally\n\n1. Clone this repository\n\n2. Install dependencies\n\n  ```sh\n   npm install\n   ```\n\n3. Start the local server\n\n  ```sh\n   npm run dev\n   ```\n\n4. Open http://localhost:5173/ in your browser\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagusscript%2Finnovid-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagusscript%2Finnovid-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagusscript%2Finnovid-challenge/lists"}