{"id":26235852,"url":"https://github.com/sub-dev/clone-netflix-ui","last_synced_at":"2026-05-15T23:05:43.225Z","repository":{"id":244593774,"uuid":"815286074","full_name":"Sub-Dev/clone-netflix-ui","owner":"Sub-Dev","description":"Projeto recriando a interface da plataforma Netflix com ReactJS","archived":false,"fork":false,"pushed_at":"2024-06-27T18:39:02.000Z","size":62042,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-11T23:44:13.604Z","etag":null,"topics":["clone","material-ui","netflix","react","reactjs","tmdb-api"],"latest_commit_sha":null,"homepage":"https://sub-dev.github.io/clone-netflix-ui/","language":"JavaScript","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/Sub-Dev.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":"2024-06-14T19:08:48.000Z","updated_at":"2024-06-27T18:38:05.000Z","dependencies_parsed_at":"2024-06-27T21:59:50.086Z","dependency_job_id":null,"html_url":"https://github.com/Sub-Dev/clone-netflix-ui","commit_stats":null,"previous_names":["sub-dev/clone-netflix-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sub-Dev/clone-netflix-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sub-Dev%2Fclone-netflix-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sub-Dev%2Fclone-netflix-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sub-Dev%2Fclone-netflix-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sub-Dev%2Fclone-netflix-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sub-Dev","download_url":"https://codeload.github.com/Sub-Dev/clone-netflix-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sub-Dev%2Fclone-netflix-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"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":["clone","material-ui","netflix","react","reactjs","tmdb-api"],"created_at":"2025-03-13T03:18:11.203Z","updated_at":"2026-05-15T23:05:43.190Z","avatar_url":"https://github.com/Sub-Dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Netflix\" title=\"NetflixClone\" src=\".github/logo.png\" width=\"400px\" /\u003e\n\u003c/p\u003e\n\n\u003ch3 align = \"center\" fontSize=\"60px\"\u003e\n  Replica clone da interface UI da plataforma de streaming \u003ca href=\"https://www.netflix.com/\"\u003eNetflix\u003c/a\u003e\n\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Interface da aplicação\" src=\".github/screenshot.png\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Funcionamento da aplicação\" src=\".github/demo.gif\" width=\"100%\"\u003e\n\u003c/p\u003e\n\n# Clone Netflix UI\n\nDesenvolvimento de um projeto de front-end utilizando HTML, CSS e JavaScript com a biblioteca React.js para replicar a interface do [Netflix](https://www.netflix.com/). Utilizei a [API TMDb](https://www.themoviedb.org/documentation/api) para obter todas as informações necessárias dos filmes, como título, descrição, capas, imagens de fundo e avaliações.\n\n\n# Veja o Projeto ou siga os passos abaixo\n\nhttps://sub-dev.github.io/clone-netflix-ui\n\n## 🛠️ Construído com\n\n# Tecnologias Utilizadas :\n\n-  [React.js](https://pt-br.reactjs.org/)\n-  [Material-UI](https://mui.com/material-ui/)\n\n## 🚀 Começando\n\nFaça um clone desse repositório e acesse o diretório.\n\n```bash\n$ git clone https://github.com/Sub-Dev/clone-netflix-ui.git \u0026\u0026 cd clone-netflix-ui\n```\n\nPara ter acesso a API você precisará de uma chave, basta criar uma conta no TMDB para ter acesso, [TMDB](https://www.themoviedb.org/). Caminho da chave: **Perfil -\u003e Configurações -\u003e API -\u003e Chave da API**\n\nRenomeie o arquivo `.env.example` para `.env` e cole o valor da sua chave no campo **REACT_APP_API_KEY**. Agora instale as dependências e execute o projeto:\n\n```bash\n# Instalando as dependências\n$ npm install\n\n# Executanto aplicação\n$ npm start\n```\nExecuta o aplicativo no modo de desenvolvimento.\\\nAbra [http://localhost:3000](http://localhost:3000) para visualizá-lo em seu navegador.\n\nA página será recarregada quando você fizer alterações.\\\nVocê também pode ver erros de lint no console.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsub-dev%2Fclone-netflix-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsub-dev%2Fclone-netflix-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsub-dev%2Fclone-netflix-ui/lists"}