{"id":28382347,"url":"https://github.com/sankitdev/netflix-gpt","last_synced_at":"2025-06-25T04:30:59.440Z","repository":{"id":258128543,"uuid":"862827630","full_name":"sankitdev/netflix-gpt","owner":"sankitdev","description":"NetFlix GPT - Movie WebApp powered with the GPT ","archived":false,"fork":false,"pushed_at":"2024-10-16T06:34:17.000Z","size":980,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T04:36:12.811Z","etag":null,"topics":["akshay-saini","netflix","netflix-clone","netflix-gpt"],"latest_commit_sha":null,"homepage":"https://netflixgpt-b8752.web.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/sankitdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-09-25T08:58:10.000Z","updated_at":"2024-10-16T16:16:28.000Z","dependencies_parsed_at":"2024-10-17T19:29:42.681Z","dependency_job_id":null,"html_url":"https://github.com/sankitdev/netflix-gpt","commit_stats":null,"previous_names":["sankitdev/netflix-gpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sankitdev/netflix-gpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2Fnetflix-gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2Fnetflix-gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2Fnetflix-gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2Fnetflix-gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sankitdev","download_url":"https://codeload.github.com/sankitdev/netflix-gpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sankitdev%2Fnetflix-gpt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261805028,"owners_count":23212286,"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":["akshay-saini","netflix","netflix-clone","netflix-gpt"],"created_at":"2025-05-30T04:07:19.522Z","updated_at":"2025-06-25T04:30:59.427Z","avatar_url":"https://github.com/sankitdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netflix GPT\n\n\u003cimg src=\"./netflix.png\"\u003e\nNetflix GPT is a single-page web application that allows users to explore movies from the TMDB API, while offering AI-powered content generation through GPT. The app leverages React for the frontend, Redux for state management, and Firebase for authentication.\n\n## Features\n\n- **User Authentication**: Sign in and sign up using Firebase.\n- **Movie Catalog**: Browse movies fetched from the TMDB API.\n- **AI-Powered GPT**: Generate content or get recommendations powered by GPT.\n- **Custom Reusable Components**: Efficient UI/UX with reusable React components.\n- **State Management**: Centralized state handling using Redux.\n- **Responsive Design**: Fully responsive design for a seamless experience on any device.\n\n## Technologies Used\n\n- **React**: Frontend framework.\n- **Redux**: State management.\n- **Firebase**: Authentication and deployment.\n- **TMDB API**: Movie data fetching.\n- **Gemini API**: GPT-based content generation.\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/netflix-gpt.git\n   cd netflix-gpt\n   ```\n\n2. Install the dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. Set up your environment variables:\n\n   Create a `.env` file in the root directory and add your Firebase config and API keys for TMDB and Gemini.\n\n   ```bash\n   REACT_APP_FIREBASE_API_KEY=your_firebase_api_key\n   REACT_APP_TMDB_API_KEY=your_tmdb_api_key\n   REACT_APP_GEMINI_API_KEY=your_gemini_api_key\n   ```\n\n4. Start the development server:\n\n   ```bash\n   npm start\n   ```\n\n5. Access the app at `http://localhost:3000`.\n\n## Deployment\n\nThis app is deployed on Firebase Hosting. To deploy your own version, follow these steps:\n\n1. Install Firebase CLI:\n\n   ```bash\n   npm install -g firebase-tools\n   ```\n\n2. Log in to Firebase:\n\n   ```bash\n   firebase login\n   ```\n\n3. Initialize Firebase in the project:\n\n   ```bash\n   firebase init\n   ```\n\n4. Deploy to Firebase Hosting:\n\n   ```bash\n   firebase deploy\n   ```\n\n## Future Improvements\n\n- Enhance GPT integration for more personalized recommendations.\n- Improve UI for a more immersive experience.\n- Add additional filters and sorting options for movie browsing.\n- Integrate a watchlist feature for users to save favorite movies.\n\n## Contributing\n\nFeel free to submit issues or pull requests. Any contributions are welcome!\n\n## License\n\nThis project is licensed under the MIT License.\n\n---\n\n**This project is developed while learning from Namaste React by Akshay Saini. Check out his [course](https://namastedev.com/learn/namaste-react)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsankitdev%2Fnetflix-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsankitdev%2Fnetflix-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsankitdev%2Fnetflix-gpt/lists"}