{"id":25536148,"url":"https://github.com/dev-t2/next-movies","last_synced_at":"2026-05-05T20:40:21.920Z","repository":{"id":150854786,"uuid":"358937964","full_name":"dev-t2/next-movies","owner":"dev-t2","description":"Create a movies app using Next.js","archived":false,"fork":false,"pushed_at":"2024-04-14T15:22:02.000Z","size":421,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-15T18:25:16.189Z","etag":null,"topics":["nextjs","reset-css","vercel"],"latest_commit_sha":null,"homepage":"https://next-movies-ashy.vercel.app","language":"TypeScript","has_issues":false,"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/dev-t2.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":"2021-04-17T17:13:07.000Z","updated_at":"2024-04-14T15:22:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"6522983b-75bf-4565-858e-e1cb4e5ac366","html_url":"https://github.com/dev-t2/next-movies","commit_stats":null,"previous_names":["dev-t2/learn-nextjs","dev-t2/next-movies"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-t2%2Fnext-movies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-t2%2Fnext-movies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-t2%2Fnext-movies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-t2%2Fnext-movies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-t2","download_url":"https://codeload.github.com/dev-t2/next-movies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239779023,"owners_count":19695666,"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":["nextjs","reset-css","vercel"],"created_at":"2025-02-20T04:30:21.662Z","updated_at":"2026-01-29T21:30:18.785Z","avatar_url":"https://github.com/dev-t2.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# References\n\nPreview: https://next-movies-ashy.vercel.app\n\n- [Next.js](https://nextjs.org)\n  - [Installation](https://nextjs.org/docs/getting-started/installation)\n  - [Routing](https://nextjs.org/docs/app/building-your-application/routing)\n    - [Defining Routes](https://nextjs.org/docs/app/building-your-application/routing/defining-routes)\n    - [Pages and Layouts](https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts)\n    - [Linking and Navigating](https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating)\n    - [Loading UI and Streaming](https://nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming)\n    - [Error Handling](https://nextjs.org/docs/app/building-your-application/routing/error-handling)\n    - [Redirecting](https://nextjs.org/docs/app/building-your-application/routing/redirecting)\n    - [Route Groups](https://nextjs.org/docs/app/building-your-application/routing/route-groups)\n    - [Project Organization](https://nextjs.org/docs/app/building-your-application/routing/colocation)\n    - [Dynamic Routes](https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes)\n    - [Parallel Routes](https://nextjs.org/docs/app/building-your-application/routing/parallel-routes)\n  - [Data Fetching](https://nextjs.org/docs/app/building-your-application/data-fetching)\n    - [Fetching, Caching, and Revalidating](https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating)\n    - [Data Fetching Patterns and Best Practices](https://nextjs.org/docs/app/building-your-application/data-fetching/patterns)\n  - [Rendering](https://nextjs.org/docs/app/building-your-application/rendering)\n    - [Server Components](https://nextjs.org/docs/app/building-your-application/rendering/server-components)\n    - [Client Components](https://nextjs.org/docs/app/building-your-application/rendering/client-components)\n  - [Styling](https://nextjs.org/docs/app/building-your-application/styling)\n    - [CSS Modules](https://nextjs.org/docs/app/building-your-application/styling/css-modules)\n  - [File Conventions](https://nextjs.org/docs/app/api-reference/file-conventions)\n    - [Error](https://nextjs.org/docs/app/api-reference/file-conventions/error)\n    - [Layout](https://nextjs.org/docs/app/api-reference/file-conventions/layout)\n    - [Loading](https://nextjs.org/docs/app/api-reference/file-conventions/loading)\n    - [Not Found](https://nextjs.org/docs/app/api-reference/file-conventions/not-found)\n    - [Page](https://nextjs.org/docs/app/api-reference/file-conventions/page)\n  - [Functions](https://nextjs.org/docs/app/api-reference/functions)\n    - [fetch](https://nextjs.org/docs/app/api-reference/functions/fetch)\n    - [generateMetadata](https://nextjs.org/docs/app/api-reference/functions/generate-metadata)\n    - [redirect](https://nextjs.org/docs/app/api-reference/functions/redirect)\n    - [usePathname](https://nextjs.org/docs/app/api-reference/functions/use-pathname)\n    - [useRouter](https://nextjs.org/docs/app/api-reference/functions/use-router)\n- [Reset CSS](https://meyerweb.com/eric/tools/css/reset)\n- [Vercel](https://vercel.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-t2%2Fnext-movies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-t2%2Fnext-movies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-t2%2Fnext-movies/lists"}