{"id":19733095,"url":"https://github.com/gustavoestevesr/smartfit-challenge-angular","last_synced_at":"2026-04-15T00:32:03.340Z","repository":{"id":248325835,"uuid":"828281851","full_name":"gustavoestevesr/smartfit-challenge-angular","owner":"gustavoestevesr","description":"Proposta de teste Smart Fit. A rede de academias, por atuar no segmento de fitness, passou por várias mudanças na pandemia. Foi necessário desenvolver uma página para buscar unidades fechadas ou abertas para consulta e reserva.","archived":false,"fork":false,"pushed_at":"2024-07-17T23:18:39.000Z","size":553,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T04:02:40.567Z","etag":null,"topics":["behaviorsubject","cache-control","components","data-binding","deployment","event-emitter","external-font","filter","httpclient","json","observable","services","string-manipulation","time","ui-design","ux-design"],"latest_commit_sha":null,"homepage":"https://mellifluous-meerkat-a1ab6d.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/gustavoestevesr.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":"2024-07-13T16:53:29.000Z","updated_at":"2024-07-17T23:18:43.000Z","dependencies_parsed_at":"2024-11-12T00:29:49.574Z","dependency_job_id":"61b32bbb-c54c-4830-8b0b-1eb939caebed","html_url":"https://github.com/gustavoestevesr/smartfit-challenge-angular","commit_stats":null,"previous_names":["gustavoestevesr/smartfit-challenge-angular"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gustavoestevesr/smartfit-challenge-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavoestevesr%2Fsmartfit-challenge-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavoestevesr%2Fsmartfit-challenge-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavoestevesr%2Fsmartfit-challenge-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavoestevesr%2Fsmartfit-challenge-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gustavoestevesr","download_url":"https://codeload.github.com/gustavoestevesr/smartfit-challenge-angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavoestevesr%2Fsmartfit-challenge-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31821483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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":["behaviorsubject","cache-control","components","data-binding","deployment","event-emitter","external-font","filter","httpclient","json","observable","services","string-manipulation","time","ui-design","ux-design"],"created_at":"2024-11-12T00:29:10.632Z","updated_at":"2026-04-15T00:32:03.316Z","avatar_url":"https://github.com/gustavoestevesr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Front-end Smart Fit\r\n\u003e Esse é um pequeno projeto criado como base para a avaliação de habilidades técnicas para o papel de Front-end.\r\n\r\n# Preview\r\n\r\n\u003cp align=\"center\"\u003e\r\n    \u003cimg src=\"https://github.com/bioritmo/front-end-code-challenge-smartsite/raw/master/preview.png\"\u003e\r\n\u003c/p\u003e\r\n\r\n# Proposta de Teste\r\n\u003e A Smart Fit, por atuar no segmento de fitness, passou por várias mudanças na pandemia. Foi necessário desenvolver uma página para buscar unidades **fechadas** ou **abertas** para consulta e reserva.\r\n\r\n\u003e Optamos por não disponibilizar a API de buscas de unidades abertas/fechadas original para esse teste.\r\n\r\n\u003e Nesse teste você implementará as funcionalidades descritas abaixos. Tenha atenção com as regras de negócios definidas mais adiante.\r\n\r\n\u003e Lembre-se de **seguir o layout proposto** em _material.\r\n\r\n\u003e Caso não consiga concluir todas as funcionalidade, lembre-se que o mais importante é termos noção da qualidade do código e de suas habilidades para projeto de sistemas. Nesse caso, complemente sua solução com comentários e documentação sobre como terminaria o teste.\r\n\r\n### Funcionalidades\r\n- Carrega unidades através do arquivo json `https://test-frontend-developer.s3.amazonaws.com/data/locations.json` com method `GET`\r\n- Busca todas as unidades\r\n- Busca unidades com filtros\r\n- Mostra previsão de resultados encontrados\r\n- Mostra unidades ao buscar\r\n\r\n### Regras de negócio\r\n- Filtrar unidades abertas ou fechadas\r\n- Filtrar unidades por período de funcionamento\r\n- Caso não encontre unidades, mostrar uma menssagem ao usuário \"Nenhuma unidade encontrada\"\r\n- Validar para mostrar ícones corretos de acordo com o status\r\n\r\n### Componentes Macro\r\n- Formulário de busca com filtros\r\n- Legenda\r\n- Lista de unidades\r\n\r\n### Materiais disponíveis\r\n\u003e Em `./_material` você encontra:\r\n- layout (mobile e desktop)\r\n- Textos\r\n- Cores\r\n- imagens\r\n- fonts\r\n\r\n# Entrega\r\n\u003e No seu github, crie um repositório público com o teste e nos envie (caso queira enviar a url do app funcionando no Heroku, vercel ou equivalente seria um plus)\r\n\r\n\u003e Não faça Pull Request para esse repositório.\r\n\r\n### Avaliação\r\n- Instruções no README.md\r\n- Lógica de programação\r\n- Qualidade de código\r\n- Qualidade de entrega (como se fosse para produção)\r\n- Fidelidade ao layout proposto\r\n- Responsive design\r\n- cross browser and device (mobile, tablet e desktop)\r\n\r\n\u003e Plus\r\n- Teste unitário e e2e (teste apenas o que achar mais importante).\r\n- Travis CI\r\n- App em produção (Ex.: Heroku, Vercel e etc...)\r\n- Rodando com Docker localmente\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavoestevesr%2Fsmartfit-challenge-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustavoestevesr%2Fsmartfit-challenge-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavoestevesr%2Fsmartfit-challenge-angular/lists"}