Skip to content
View choonkeat's full-sized avatar

Sponsoring

@razzeee
@lpil
@roc-lang
Block or Report

Block or report choonkeat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
choonkeat/README.md

No Plan.

Pinned

  1. elm-openai elm-openai Public

    Elm library for OpenAI API

    Elm 7 2

  2. elm-webapp elm-webapp Public

    A setup for writing http based, client-server app in elm, inspired wholly by lamdera.com

    Elm 58 7

  3. nativeform nativeform Public

    Working with form in Elm without storing raw form state in Elm. Demo at https://nativeform.netlify.app

    Elm 6

  4. elm-totp elm-totp Public

    Library for Elm to generate TOTP url keys and code

    Elm

  5. dbmigrate dbmigrate Public

    rails migrate inspired approach to database schema migrations but with plain sql files. and much faster.

    Go 10

  6. various Main.elm templates (app, min... various Main.elm templates (app, minimum, bootstrap)
    1
    module App exposing (Flags, Model, Msg(..), init, main, subscriptions, update, view)
    2
    
                  
    3
    import Browser
    4
    import Browser.Navigation
    5
    import Html exposing (Html, text)