{"id":24958495,"url":"https://github.com/mgomesdev/ratter-app","last_synced_at":"2026-04-12T13:51:56.502Z","repository":{"id":275446932,"uuid":"926107192","full_name":"mgomesdev/ratter-app","owner":"mgomesdev","description":"Desafio Técnico Front-end - 2024, Trilan Group (Orquestre ) - Desenvolvimento das telas e fluxo, de um site de filmes que consome a api TMDB, no prazo de 7 dias.","archived":false,"fork":false,"pushed_at":"2025-03-02T12:54:53.000Z","size":3199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T13:37:04.583Z","etag":null,"topics":["agil-scrum","atomic-design","bdd-tdd","clean-code-architecture","ddd","figma","git-github","gitflow","heroicons","html-css-javascript","jest-testing-library","jira-notion","react-calendar","react-date-range-picker","reactjs","styled-components","tmdb-api","typescript","zustand"],"latest_commit_sha":null,"homepage":"https://rater-app.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/mgomesdev.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":"2025-02-02T15:17:10.000Z","updated_at":"2025-02-02T15:29:37.000Z","dependencies_parsed_at":"2025-02-02T16:36:09.666Z","dependency_job_id":null,"html_url":"https://github.com/mgomesdev/ratter-app","commit_stats":null,"previous_names":["mgomesdev/ratter-app"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgomesdev%2Fratter-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgomesdev%2Fratter-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgomesdev%2Fratter-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mgomesdev%2Fratter-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mgomesdev","download_url":"https://codeload.github.com/mgomesdev/ratter-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246100484,"owners_count":20723469,"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","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":["agil-scrum","atomic-design","bdd-tdd","clean-code-architecture","ddd","figma","git-github","gitflow","heroicons","html-css-javascript","jest-testing-library","jira-notion","react-calendar","react-date-range-picker","reactjs","styled-components","tmdb-api","typescript","zustand"],"created_at":"2025-02-03T07:27:14.274Z","updated_at":"2026-04-12T13:51:51.477Z","avatar_url":"https://github.com/mgomesdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## [Rater App](https://rater-app.vercel.app/) - Desafio Técnico Front-end - 2024\n\n![Rater App](/docs/images/splash-screen.png 'Rater App')\n\n### Wiki\n\n-   [Introdução](https://github.com/mgomesdev/ratter-app/blob/main/docs/wiki/INTRODUCAO.md)\n-   [Arquitetura](https://github.com/mgomesdev/ratter-app/blob/main/docs/wiki/ARQUITETURA.md)\n-   [Padrôes e Normas](https://github.com/mgomesdev/ratter-app/blob/main/docs/wiki/PADROES-E-NORMAS.md)\n-   [Ambientes](https://github.com/mgomesdev/ratter-app/blob/main/docs/wiki/AMBIENTES.md)\n-   [Links Úteis](https://github.com/mgomesdev/ratter-app/blob/main/docs/wiki/LINKS-UTEIS.md)\n\n### Processos\n\n-   [Planejamento](https://github.com/mgomesdev/ratter-app/blob/main/docs/processos/PLANEJAMENTO.md)\n-   [Considerações Finais](https://github.com/mgomesdev/ratter-app/blob/main/docs/processos/CONSIDERACOES-FINAIS.md)\n\n---\n\n### ⚡ Instalação\n\n1. Clone o repositório para sua máquina local usando o seguinte comando:\n\n    \u003e git clone https://github.com/mgomesdev/rater-app.git\n\n2. Navegue até o diretório do projeto:\n\n    \u003e cd rater-app\n\n3. Instale as dependências\n\n    \u003e npm install ou yarn\n\n4. Crie um arquivo .env.local na raiz do projeto e configure as variaveis de ambiente seguindo o arquivo `.env.example` que se encontra na raiz do projeto.\n\n    - `REACT_APP_TMDB_ACCESS_TOKEN_AUTH=\u003ctoken here\u003e`\n    - `REACT_APP_TMDB_IMAGE_URL=https://image.tmdb.org/t/p/`\n    - `REACT_APP_TMDB_API_URL=https://api.themoviedb.org/3`\n\n\u003e **Obs**: você precisará criar uma conta no [**TMDB**](https://developer.themoviedb.org/docs/getting-started) e gerar um `token de api` para conseguir fazer requisições na api deles ou se preferir, navegue pelo [**Ratter App**](https://rater-app.vercel.app/) da produção.\n\n5. Inicie um servidor local para visualizar o ratter app.\n\n    \u003e yarn start ou npm run start\n\n6. Abra o navegador e visualize o Ratter APP na porta 3000 🎉\n    \u003e http://localhost:3000\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgomesdev%2Fratter-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgomesdev%2Fratter-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgomesdev%2Fratter-app/lists"}