{"id":52029998,"url":"https://github.com/nicklima/next-movie-db","last_synced_at":"2026-08-01T12:02:14.639Z","repository":{"id":104985349,"uuid":"537980893","full_name":"nicklima/next-movie-db","owner":"nicklima","description":"Next.js - Movie Database API","archived":false,"fork":false,"pushed_at":"2026-06-29T14:29:28.000Z","size":1267,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-29T16:26:03.730Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"next-movie-db.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/nicklima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["nicklima"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-09-18T02:33:55.000Z","updated_at":"2026-06-29T14:31:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e56f76c-d897-4c51-a9d5-89a2fc0943b6","html_url":"https://github.com/nicklima/next-movie-db","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicklima/next-movie-db","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklima%2Fnext-movie-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklima%2Fnext-movie-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklima%2Fnext-movie-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklima%2Fnext-movie-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicklima","download_url":"https://codeload.github.com/nicklima/next-movie-db/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklima%2Fnext-movie-db/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36155953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-01T02:00:05.789Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-08-01T12:02:13.777Z","updated_at":"2026-08-01T12:02:14.633Z","avatar_url":"https://github.com/nicklima.png","language":"TypeScript","funding_links":["https://github.com/sponsors/nicklima"],"categories":[],"sub_categories":[],"readme":"# Movie Database - API Sample\n\nThis project is a **frontend** application made with `next.js` fetching the [Movie Database API](https://www.themoviedb.org) data and was done to help others to learn more about Next integrations.\n\n## Table of contents\n\n- [Preview](#preview)\n- [Credits](#credits)\n- [Technologies](#technologies)\n- [Dependencies](#dependencies)\n- [Installation](#installation)\n  - [Cloning](#cloning)\n  - [Install Dependencies](#install-dependencies)\n  - [Running The Project](#running-the-project)\n  - [Build The Project](#build-the-project)\n- [About Next.js](#about-next)\n- [License](#license)\n\n## Preview\n\n[Click here](https://next-movie-db.vercel.app) to view the project online.\n\n## Credits\n\n- The icons are from [Font Awesome](fontawesome.com)\n- Data and images about movies are from [The Movie DB](https://www.themoviedb.org) free API\n\n## Technologies\n\n- [Node](https://nodejs.org/en/download/)\n- [React](https://pt-br.reactjs.org/)\n- [Next.js](https://nextjs.org)\n- [Zustand](https://www.npmjs.com/package/zustand)\n- [Styled-components](https://styled-components.com/)\n- [TypeScript](https://www.typescriptlang.org)\n\n## Installation\n\n### Cloning\n\nClone the repository:\n\n```\ngit clone git@github.com:nicklima/next-movie-db.git\n```\n\n### Install Dependencies\n\nNavigate to the project directory\n\n```\ncd next-movie-db\n```\n\nand install the dependencies:\n\n```\nyarn\n# or\nnpm install\n```\n\n### Running The Project\n\nAfter install the dependencies, you can run the app in the development mode.\n\n```\nyarn dev\n# or\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nRemember that you will need to create a `.env` file and set the your **API KEY** of The Movie DB in your environment variables as showed on `.env.example`. If you don't have an API KEY, access [the Movie DB developers api central](https://developers.themoviedb.org/3/getting-started/introduction) to get one.\n\n### Build The Project\n\nAfter install the dependencies, you can build the app for production to the `.next` folder.\n\n```\nnpm run build\n# or\nyarn build\n```\n\nYour app is ready to be deployed!\n\n## About Next\n\nVisit \u003ca aria-label=\"next.js learn\" href=\"https://nextjs.org/learn\"\u003ehttps://nextjs.org/learn\u003c/a\u003e to get started with Next.js or visit [https://nextjs.org/docs](https://nextjs.org/docs) to view the full documentation.\n\n## TODO List\n\n- [ ] Store selected theme on cookie to preserve user choice\n- [ ] Improve theme colors\n- [ ] Create modal to get more info about the movie\n- [ ] Add JEST to project\n\n## License\n\nMIT © [Nick Lima](https://github.com/nicklima)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklima%2Fnext-movie-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicklima%2Fnext-movie-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklima%2Fnext-movie-db/lists"}