{"id":18048500,"url":"https://github.com/ch8n/ch8n-flix","last_synced_at":"2025-04-10T09:51:19.105Z","repository":{"id":50491267,"uuid":"389427551","full_name":"ch8n/Ch8n-flix","owner":"ch8n","description":"Netflix inspired OTT Home Screen, Contains implementation in Reactjs, Kotlin React Wrapper, Jetpack Compose Web","archived":false,"fork":false,"pushed_at":"2023-12-21T06:58:18.000Z","size":1013,"stargazers_count":63,"open_issues_count":3,"forks_count":9,"subscribers_count":2,"default_branch":"kotlin-react","last_synced_at":"2025-03-24T08:47:26.240Z","etag":null,"topics":["jetpack-compose","jetpack-compose-web","kotlin","kotlin-dsl","kotlin-react","netflix-clone","react"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/ch8n.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}},"created_at":"2021-07-25T19:38:51.000Z","updated_at":"2024-08-04T12:52:43.000Z","dependencies_parsed_at":"2022-08-31T09:40:34.994Z","dependency_job_id":null,"html_url":"https://github.com/ch8n/Ch8n-flix","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/ch8n%2FCh8n-flix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch8n%2FCh8n-flix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch8n%2FCh8n-flix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ch8n%2FCh8n-flix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ch8n","download_url":"https://codeload.github.com/ch8n/Ch8n-flix/tar.gz/refs/heads/kotlin-react","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248197861,"owners_count":21063621,"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":["jetpack-compose","jetpack-compose-web","kotlin","kotlin-dsl","kotlin-react","netflix-clone","react"],"created_at":"2024-10-30T20:13:08.945Z","updated_at":"2025-04-10T09:51:19.065Z","avatar_url":"https://github.com/ch8n.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n\n# Netflix-Clone-React\nPractising React by building Netflix Clone\n\n# Requirements\n\n- [TMDB api key](https://www.themoviedb.org/) : Add TMDB API key\n  to [AppApi.kt](src/main/kotlin/data/remote/apis/AppApis.kt)\n\n# Learning Resourcce\n\n[Build Netflix clone](https://www.youtube.com/watch?v=XtMThy8QKqU)\n\n[Official Kotlin-React](https://play.kotlinlang.org/hands-on/Building%20Web%20Applications%20with%20React%20and%20Kotlin%20JS/01_Introduction)\n\n# Features\n\n- [Kotlin-React](https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-react)\n- [Kotlin-Styled-Component](https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-styled)\n- [Coroutines](https://kotlinlang.org/docs/coroutines-overview.html)\n- [Modern React](https://play.kotlinlang.org/hands-on/Building%20Web%20Applications%20with%20React%20and%20Kotlin%20JS/10_Addendum_Modern_React_with_Hooks)\n  - `useState`, `useEffect`, `functional-components`\n\n# Preview\n\nhttps://user-images.githubusercontent.com/11576342/128147565-1ee0aec8-67da-46ac-afd7-0a686a9bb594.mov\n\n# Project Structure\n\n```\nnetflix-clone/src/main\n├── kotlin\n│   ├── App.kt\n│   ├── data\n│   │   ├── models\n│   │   │   └── AppModels.kt\n│   │   ├── remote\n│   │   │   └── apis\n│   │   │       └── AppApis.kt\n│   │   └── repositories\n│   │       └── PosterRepository.kt\n│   ├── main.kt\n│   ├── ui\n│   │   └── components\n│   │       ├── Banner.kt\n│   │       ├── Header.kt\n│   │       ├── PosterItem.kt\n│   │       └── RowCategory.kt\n│   └── utils\n│       └── EnvSetup.kt\n└── resources\n    ├── images\n    │   ├── avatar.png\n    │   └── netflix.png\n    └── index.html\n\n```\n\n# Getting Started with Project\n\n### Gradle \u003e Kotlin Browser \u003e browserDevelopmentRun\n\nRuns the app in the development mode.\\\nOpen [http://localhost:8080](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n# MIT License\n\nCopyright (c) 2021 Chetan Gupta\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fch8n%2Fch8n-flix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fch8n%2Fch8n-flix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fch8n%2Fch8n-flix/lists"}