Skip to content
View JH108's full-sized avatar
🕵️
Android, Kotlin, Jetpack Compose, Go, always learning!
🕵️
Android, Kotlin, Jetpack Compose, Go, always learning!

Block or report JH108

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. react-native-calendars react-native-calendars Public

    Forked from wix/react-native-calendars

    React Native Calendar Components 📆

    JavaScript 1

  2. redux-persist-immutable redux-persist-immutable Public

    Forked from rt2zz/redux-persist-immutable

    Redux Persist Immutable

    JavaScript

  3. dbp-reader dbp-reader Public

    Forked from digitalbiblesociety/dbp-reader

    JavaScript

  4. mini-react-no-classes mini-react-no-classes Public

    Created with CodeSandbox

    JavaScript

  5. TicTacToe TicTacToe Public

    A simple TicTacToe game built with KMP, SwiftUI, Jetpack Compose, and React with Ktor for a backend and Postgres to save the games.

    Kotlin 1

  6. Chip Stack for Compose Chip Stack for Compose
    1
    @Composable
    2
    fun ChipStack(modifier: Modifier = Modifier) {
    3
        val size = 80.dp
    4
        val sizeModifier = Modifier.size(size)
    5
        val colors = listOf(Color.Green, Color.Yellow, Color.Cyan, Color.Magenta, Color.LightGray)