{"id":13433691,"url":"https://github.com/j471n/next-hulu","last_synced_at":"2025-03-17T13:30:42.059Z","repository":{"id":112974016,"uuid":"419286331","full_name":"j471n/next-hulu","owner":"j471n","description":"This web app is a clone of Hulu, a streaming service for movies and television shows. It utilizes the themoviedb API to retrieve data for the content that is displayed in the application. However, the data may differ from the data on the original Hulu platform.","archived":false,"fork":false,"pushed_at":"2021-10-28T16:46:38.000Z","size":159,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-28T16:13:06.817Z","etag":null,"topics":["hulu","nextjs","reactjs","rest-api","tailwind"],"latest_commit_sha":null,"homepage":"https://next-hulu-jt.vercel.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j471n.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-10-20T10:35:55.000Z","updated_at":"2023-09-09T14:51:41.000Z","dependencies_parsed_at":"2023-07-03T05:34:11.222Z","dependency_job_id":null,"html_url":"https://github.com/j471n/next-hulu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j471n%2Fnext-hulu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j471n%2Fnext-hulu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j471n%2Fnext-hulu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j471n%2Fnext-hulu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j471n","download_url":"https://codeload.github.com/j471n/next-hulu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244041364,"owners_count":20388223,"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":["hulu","nextjs","reactjs","rest-api","tailwind"],"created_at":"2024-07-31T02:01:33.257Z","updated_at":"2025-03-17T13:30:41.715Z","avatar_url":"https://github.com/j471n.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\" \u003e\n\u003cimg height=\"200\" src=\"https://logos-world.net/wp-content/uploads/2020/11/Hulu-Logo-2014-2017.png\" /\u003e\n\u003c/p\u003e\n\n# Hulu Clone with Next.js\n\nIt is the clone of [Hulu](https://www.hulu.com/). it uses the `API` to fetch the data it just looks the same as Hulu the data contains in this application might be different from the original one.\n\n## Features\n\n- Fullscreen mode\n- Can see the list via category\n- Full Responsiveness\n- Awesome UI\n- Lazy Loading\n\n## Technologies used\n\n\u003cp\u003e\n  \u003cimg title=\"Next JS\" width=\"60\" src=\"https://iconape.com/wp-content/files/gm/82643/svg/next-js.svg\"  /\u003e\u0026nbsp;\n  \u003cimg title=\"Tailwind\" width=\"60\" src=\"https://cdn.icon-icons.com/icons2/2699/PNG/512/tailwindcss_logo_icon_167923.png\"\u003e\n  \u003cimg title=\"API\" width=\"60\" src=\"https://cdn-icons-png.flaticon.com/512/2165/2165004.png\"\u003e\n\u003c/p\u003e\n\n## Demo\n\n[Click Here to see the Live Demo](https://next-hulu-jt.vercel.app/)\n\n## Screenshots\n\n\u003cp\u003e\n  \u003cimg width=\"400\" src=\"https://i.imgur.com/hmrFj3q.jpeg\" /\u003e\n  \u003cimg width=\"400\" src=\"https://i.imgur.com/m8yrgLp.jpeg\"/\u003e\n  \u003cimg height=\"400\" src=\"https://i.imgur.com/PJiJwav.png\"/\u003e\n  \u003cimg height=\"400\" src=\"https://i.imgur.com/uz8aWnI.png\"/\u003e\n\u003c/p\u003e\n\n## Getting Started\n\nCreate a directory or a folder\n\n```bash\n  mkdir project\n```\n\nClone the project\n\n```bash\n  git clone https://github.com/j471n/next-hulu.git\n```\n\nGo to the project directory\n\n```bash\n  cd project\n```\n\nInstall dependencies\n\n```bash\n  npm install\n  # or\n  yarn\n```\n\nFirst, run the development server:\n\n```bash\n  npm run dev\n  # or\n  yarn dev\n```\n\nOpen http://localhost:3000 with your browser to see the result.\n\nYou can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.\n\nAPI routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.\n\nThe pages/api directory is mapped to /api/\\*. Files in this directory are treated as API routes instead of React pages.\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n`NEXT_PUBLIC_API_KEY` - [ClickHere](https://www.themoviedb.org/)\n\n- You can get the `API_KEY` by visiting the above link\n- Create an account it's free\n- After that go to **Profile \u003e Setting \u003e API**\n- Here you will get the `key`\n\n![img](https://i.imgur.com/aHuIzUu.png)\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## Feedback\n\nIf you have any feedback, please reach out to us at jatinsharma089659@gmail.com\n\n## Developer\n\n- [@j471n](https://github.com/j471n/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj471n%2Fnext-hulu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj471n%2Fnext-hulu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj471n%2Fnext-hulu/lists"}