{"id":26472714,"url":"https://github.com/samuel-amaro/entertainment-web-app","last_synced_at":"2026-04-11T00:41:26.374Z","repository":{"id":224211269,"uuid":"657593685","full_name":"Samuel-Amaro/entertainment-web-app","owner":"Samuel-Amaro","description":"Aplicativo da Web de entretenimento, podendo visualizar informações sobre filmes e TV series.","archived":false,"fork":false,"pushed_at":"2024-08-29T13:20:43.000Z","size":5787,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-29T14:31:54.335Z","etag":null,"topics":["client-components","css-modules-react","nextjs13","reactjs","server-components","server-side-rendering","tmdb-api","typescript"],"latest_commit_sha":null,"homepage":"https://entertainment-web-app-rose.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/Samuel-Amaro.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-06-23T12:00:31.000Z","updated_at":"2024-08-29T13:20:47.000Z","dependencies_parsed_at":"2024-08-29T14:31:00.206Z","dependency_job_id":"08fb66c5-b100-4f42-a013-8795863247ed","html_url":"https://github.com/Samuel-Amaro/entertainment-web-app","commit_stats":null,"previous_names":["samuel-amaro/entertainment-web-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuel-Amaro%2Fentertainment-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuel-Amaro%2Fentertainment-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuel-Amaro%2Fentertainment-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuel-Amaro%2Fentertainment-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samuel-Amaro","download_url":"https://codeload.github.com/Samuel-Amaro/entertainment-web-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244513569,"owners_count":20464597,"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":["client-components","css-modules-react","nextjs13","reactjs","server-components","server-side-rendering","tmdb-api","typescript"],"created_at":"2025-03-19T21:44:27.098Z","updated_at":"2025-12-31T00:10:51.558Z","avatar_url":"https://github.com/Samuel-Amaro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Entertainment web app solution\n\nThis is a solution to the [Entertainment web app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/entertainment-web-app-J-UhgAW1X). Frontend Mentor challenges help you improve your coding skills by building realistic project.\n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n- [Author](#author)\n- [Getting Started](#getting-started)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for the app depending on their device's screen size\n- See hover states for all interactive elements on the page\n- Navigate between Home, Movies, TV Series, and Bookmarked Shows pages\n- Add/Remove bookmarks from all movies and TV series\n- Search for relevant shows on all pages\n\n### Expected Behaviour\n\n- General\n  - The navigation menu should be fixed to the left for larger screens. Use the \"Desktop - Home\" page in the design as a visual reference.\n- Home\n  - The trending section should scroll sideways to reveal other trending shows\n  - Any search input should search through all shows (i.e. all movies and TV series)\n- Movies\n  - This page should only display shows with the \"Movie\" category\n  - Any search input should search through all movies\n- TV Series\n  - This page should only display shows with the \"TV Series\" category\n  - Any search input should search through all TV series\n\n### Screenshot\n\n![](./public/assets/result-page-home.png)\n\n![](./public/assets/result-page-detail-movie.png)\n\n![](./public/assets/result-page-details-tv-serie.png)\n\n![](./public/assets/result-pagination-movies.png)\n\n### Links\n\n- Solution URL: [Repository Project](https://github.com/Samuel-Amaro/entertainment-web-app)\n- Live Site URL: [Result Live](https://entertainment-web-app-rose.vercel.app/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- SEO Basic(metatags, OpenGraph)\n- Acessibilidade HTML with arias attributers and roles\n- CSS(Flexbox, CSS Grid, Bem Metodolody CSS Architecture)\n- Normalize - Normalize CSS\n- Responsive Web Design(RWD)\n- Mobile-first workflow\n- Typescript\n- NPM\n- [React](https://reactjs.org/) - JS library\n  - hooks\n- [Next.js](https://nextjs.org/) - React framework version 13.4.3\n  - Server Components\n  - Client Components\n  - Metadatas Static, and dinamic\n  - Loading UI, and UI Optimist\n  - Route Handles\n  - Page Error Handling\n  - Fetch data on the server using Server Components.\n  - Fetch datas with client components with useSWR hook consumed endpoint API\n- [CSS Modules](https://github.com/css-modules/css-modules) - For styles\n- [SWR](https://swr.vercel.app/pt-BR/docs/getting-started) - Fetch Datas Client\n- [API TMDB](https://developer.themoviedb.org/docs) - API TMDB\n\n## Author\n\n- Website - [Portfolio Web](https://samuel-amaro.github.io/portfolio-web/)\n- Frontend Mentor - [@samuel-amaro](https://www.frontendmentor.io/profile/Samuel-Amaro)\n\n## Getting Started\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuel-amaro%2Fentertainment-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuel-amaro%2Fentertainment-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuel-amaro%2Fentertainment-web-app/lists"}