{"id":28615450,"url":"https://github.com/notabhaykumar/netflips","last_synced_at":"2026-02-01T04:33:58.721Z","repository":{"id":296452258,"uuid":"993440406","full_name":"NotAbhayKumar/NetFlips","owner":"NotAbhayKumar","description":"A Netflix-style clone built with HTML, Tailwind CSS, and JavaScript, featuring AI-powered content suggestions via the Gemini API to recommend similar titles.","archived":false,"fork":false,"pushed_at":"2025-05-30T19:58:09.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-12T02:08:56.237Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/NotAbhayKumar.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-30T19:47:47.000Z","updated_at":"2025-05-30T19:58:13.000Z","dependencies_parsed_at":"2025-05-31T05:28:27.605Z","dependency_job_id":"535bfb24-efff-40ca-bdf5-ad38583d80fb","html_url":"https://github.com/NotAbhayKumar/NetFlips","commit_stats":null,"previous_names":["notabhaykumar/netflips"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotAbhayKumar/NetFlips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAbhayKumar%2FNetFlips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAbhayKumar%2FNetFlips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAbhayKumar%2FNetFlips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAbhayKumar%2FNetFlips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotAbhayKumar","download_url":"https://codeload.github.com/NotAbhayKumar/NetFlips/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAbhayKumar%2FNetFlips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28967983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T03:46:10.227Z","status":"ssl_error","status_checked_at":"2026-02-01T03:46:01.693Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-06-12T02:08:54.159Z","updated_at":"2026-02-01T04:33:58.706Z","avatar_url":"https://github.com/NotAbhayKumar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netflips - A Netflix-Style Clone with AI Suggestions\n\nA Netflix-style clone built with HTML, Tailwind CSS, and JavaScript, featuring AI-powered content suggestions via the Gemini API to recommend similar titles.\n\n## Features\n\n* **Netflix-Inspired UI:** Dark theme, familiar layout with a hero section and horizontally scrolling content carousels.\n* **Dynamic Content Loading:** Movie and show data is loaded from a JavaScript object (simulating an API).\n* **Responsive Design:** Adapts to various screen sizes.\n* **Header:** Sticky header that changes appearance on scroll.\n* **Hero Section:** Displays a featured movie/show with title, description, and action buttons.\n* **Content Carousels:** Organizes content into categories like \"Trending Now,\" \"Sci-Fi Adventures,\" etc.\n* **✨ AI-Powered Suggestions:** Click a button on a movie/show card to get AI-generated suggestions for similar fictional titles using the Google Gemini API.\n* **Modal Dialogs:**\n    * Displays AI-generated suggestions.\n    * Shows more information about a selected movie/show.\n* **Basic Interactivity:** Hover effects on cards, clickable elements.\n\n## Technologies Used\n\n* **HTML5:** For the basic structure of the web pages.\n* **Tailwind CSS:** For utility-first styling and responsive design.\n* **JavaScript (ES6+):** For dynamic content rendering, interactivity, and API integration.\n* **Google Gemini API:** For generating AI-powered content suggestions.\n* **Google Fonts (Inter):** For typography.\n\n## How to Run Locally\n\n1.  **Clone the repository (if it's on GitHub):**\n    ```bash\n    git clone \u003chttps://github.com/NotAbhayKumar/NetFlips\u003e\n    cd \u003cNetFlips\u003e\n    ```\n    Alternatively, if you just have the HTML file:\n2.  **Save the Code:**\n    * Ensure you have the complete HTML code (which includes the CSS within `\u003cstyle\u003e` tags and JavaScript within `\u003cscript\u003e` tags).\n    * Save this code in a file named `index.html` (or any other `.html` name) on your local machine.\n3.  **Open in Browser:**\n    * Navigate to the directory where you saved the `index.html` file.\n    * Double-click the `index.html` file, or right-click and choose \"Open with\" your preferred web browser (e.g., Chrome, Firefox, Edge).\n\n  ## Gemini API Setup (for AI Suggestions)\n\nTo enable the \"Suggest Similar ✨\" feature, you need a Google Gemini API key:\n\n1.  **Get an API Key:**\n    * Visit [Google AI Studio](https://aistudio.google.com/) and create an API key.\n2.  **Add the API Key to the Code:**\n    * Open the `index.html` file (or your main HTML file).\n    * Locate the JavaScript section towards the bottom of the file.\n    * Find the following line within the `fetchAISuggestions` function:\n        ```javascript\n        const apiKey = \"\"; // Left empty as per instructions\n        ```\n    * Replace the empty string `\"\"` with your actual Gemini API key:\n        ```javascript\n        const apiKey = \"YOUR_ACTUAL_API_KEY\";\n        ```\n    * Save the file.\n\n**Note:** You will need an active internet connection for the AI suggestion feature to work.\n\n## To-Do / Future Enhancements\n\n* [ ] Implement actual video playback.\n* [ ] Add user authentication.\n* [ ] Create a \"My List\" functionality.\n* [ ] Develop a more detailed movie/show details page/modal.\n* [ ] Implement search and filtering capabilities.\n* [ ] Fetch content from a real backend API or database instead of a static JS object.\n* [ ] Add more sophisticated carousel controls (next/previous buttons).\n* [ ] Explore other Gemini API integrations (e.g., generating plot summaries, character backstories).\n\n## License\n\nThis project is licensed under the **MIT License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotabhaykumar%2Fnetflips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotabhaykumar%2Fnetflips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotabhaykumar%2Fnetflips/lists"}