All Projects → ch8n → Ch8n-flix

ch8n / Ch8n-flix

Licence: other
Netflix inspired OTT Home Screen, Contains implementation in Reactjs, Kotlin React Wrapper, Jetpack Compose Web

Programming Languages

kotlin
9241 projects
HTML
75241 projects

Projects that are alternatives of or similar to Ch8n-flix

Decompose
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing functionality and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.), inspired by Badoos RIBs fork of the Uber RIBs framework
Stars: ✭ 799 (+1301.75%)
Mutual labels:  jetpack-compose
Jetpack Compose News
基于Jetpack Compose实现的一款集新闻、视频、美图、音乐、天气等功能的资讯App,持续完善中...
Stars: ✭ 58 (+1.75%)
Mutual labels:  jetpack-compose
PixelMusic
Unofficial NetEase Cloud music player
Stars: ✭ 72 (+26.32%)
Mutual labels:  jetpack-compose
material-motion-compose
Material Motion for Jetpack Compose
Stars: ✭ 335 (+487.72%)
Mutual labels:  jetpack-compose
Tracktor-ComposeUI
Track the progress of anything in one place
Stars: ✭ 25 (-56.14%)
Mutual labels:  jetpack-compose
kmm
Rick & Morty Kotlin Multiplatform Mobile: Ktor, Sqldelight, Koin, Flow, MVI, SwiftUI, Compose
Stars: ✭ 52 (-8.77%)
Mutual labels:  jetpack-compose
neumorphic-compose
Neumorphism UI on Android with Jetpack Compose.
Stars: ✭ 229 (+301.75%)
Mutual labels:  jetpack-compose
datmusic-android
Music search, downloader & player app using Jetpack Compose
Stars: ✭ 448 (+685.96%)
Mutual labels:  jetpack-compose
ComposableSweetToast
Jetpack Compose, Custom Toast, Solid Principles, Kotlin
Stars: ✭ 60 (+5.26%)
Mutual labels:  jetpack-compose
Holi
Holi is a lightweight Jetpack Compose library of colors, gradients and cool utility functions for all your palette needs!
Stars: ✭ 160 (+180.7%)
Mutual labels:  jetpack-compose
pi-hole-connect
Unofficial Android client for Pi-hole®
Stars: ✭ 38 (-33.33%)
Mutual labels:  jetpack-compose
wordle-kt
Wordle game clone made with Kotlin & Compose
Stars: ✭ 33 (-42.11%)
Mutual labels:  jetpack-compose
RocketXDelight-Playground
Native Android application built with Kotlin and Jetpack Compose. This project also illustrates the usage of advanced libraries such as Ktor, SqlDelight, Hilt, etc with the recommended practices and Unit Tests.
Stars: ✭ 37 (-35.09%)
Mutual labels:  jetpack-compose
me
A Jetpack Compose Kotlin Multiplatform WYSIWYG blog editor
Stars: ✭ 62 (+8.77%)
Mutual labels:  jetpack-compose
CountdownTimer
Countdown timer app built in Jetpack Compose
Stars: ✭ 38 (-33.33%)
Mutual labels:  jetpack-compose
compose-actors
🤖 Android app built with jetpack 🚀 compose follows new revamped guide to app architecture. Implemented with State, Coroutines ➰, ViewModels, Repository pattern, Light/Dark theme 🌈 MD3, Animations, Draw on canvas, Custom layouts, UI state handling, 🌀 Image loading with coil, Palette 🎨 usage and dynamic theming etc.
Stars: ✭ 80 (+40.35%)
Mutual labels:  jetpack-compose
Paper
A minimal notes application in Jetpack Compose with MVVM architecture. Built with components like DataStore, Coroutines, ViewModel, LiveData, Room, Navigation-Compose, Coil, koin etc.
Stars: ✭ 122 (+114.04%)
Mutual labels:  jetpack-compose
katalog
A UI Catalog Library made with Jetpack Compose
Stars: ✭ 57 (+0%)
Mutual labels:  jetpack-compose
Brick
🧱 Brick - Multiplatform navigation library for Compose.
Stars: ✭ 33 (-42.11%)
Mutual labels:  jetpack-compose
Compose-boids-flocking
Jetpack Compose Boids | Flocking Insect 🐜. bird or Fish simulation using Jetpack Compose Desktop 🚀, using Canvas API 🎨
Stars: ✭ 36 (-36.84%)
Mutual labels:  jetpack-compose

Netflix-Clone-React

Practising React by building Netflix Clone

Requirements

Learning Resourcce

Build Netflix clone

Official Kotlin-React

Features

Preview

netflix-preview.mov

Project Structure

netflix-clone/src/main
├── kotlin
│   ├── App.kt
│   ├── data
│   │   ├── models
│   │   │   └── AppModels.kt
│   │   ├── remote
│   │   │   └── apis
│   │   │       └── AppApis.kt
│   │   └── repositories
│   │       └── PosterRepository.kt
│   ├── main.kt
│   ├── ui
│   │   └── components
│   │       ├── Banner.kt
│   │       ├── Header.kt
│   │       ├── PosterItem.kt
│   │       └── RowCategory.kt
│   └── utils
│       └── EnvSetup.kt
└── resources
    ├── images
    │   ├── avatar.png
    │   └── netflix.png
    └── index.html

Getting Started with Project

Gradle > Kotlin Browser > browserDevelopmentRun

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

MIT License

Copyright (c) 2021 Chetan Gupta

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].