Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Elm

Elm is a domain-specific programming language for declaratively creating web browser-based graphical user interfaces. Elm is purely functional, and is developed with emphasis on usability, performance, and robustness.

https://github.com/ryan-haskell/elm-moment

A reliable way to format dates with elm.

date elm formatting moment

Last synced: 30 Nov 2024

https://github.com/iced-box/iced-box

A utility box for iced.rs that provides toasts notifications, material icons, lucide and more.

elm gui iced-rs interface rust toolkit widgets

Last synced: 13 Oct 2024

https://github.com/ryan-haskell/dnd-npc-generator

An app to make DnD NPCs with Elm Land 🌈

dnd elm elm-land

Last synced: 30 Nov 2024

https://github.com/ryan-haskell/ryannhg

My personal website, written in Elm!

blog elm personal-website

Last synced: 30 Nov 2024

https://github.com/mateuszkocz/mail-generator

Generate and keep track of email addresses you're using to test your app with different users accounts.

elm

Last synced: 18 Dec 2024

https://github.com/scrive/elm-form

Dynamic forms handling in Elm

elm forms

Last synced: 29 Sep 2024

https://github.com/mercurymedia/elm-message-toast

Popup message component in Elm:

elm

Last synced: 23 Nov 2024

https://github.com/shahnhogan/elm-intersection-observer-example

An example of using Elm with the Intersection Observer API

elm intersectionobserver

Last synced: 01 Jan 2025

https://github.com/impierce/digital-credential-data-models

Rust library for the several digital credential data models such as OpenBadges v3.0 and European Learner Model (ELM)

elm openbadges verifiable-credentials

Last synced: 12 Oct 2024

https://github.com/lue-bird/elm-typed-value

a type with 1 variant but convenient

custom-type elm newtype single-variant tagged wrapper

Last synced: 26 Oct 2024

https://github.com/hmsk/text.hmsk.me

A blog system with Elm, siteelm, and Netlify CMS

elm

Last synced: 21 Dec 2024

https://github.com/ghivert/elm-cloudinary

Upload your photos to Cloudinary

cloudinary elm photos upload

Last synced: 23 Dec 2024

https://github.com/rlopzc/elm-pokedex

Pokedex written in Elm

elm pokedex

Last synced: 17 Dec 2024

https://github.com/brianvanburken/playground

Random stuff from playing with languages, frameworks, courses, and books.

angular elixir elm haskell javascript nodejs phoenix playground python react ruby ruby-on-rails rust typescript

Last synced: 28 Nov 2024

https://github.com/n1k0/elm-kitten

Create an SPA using Elm and SASS.

elm ria sass scss spa

Last synced: 29 Oct 2024

https://github.com/supermacro/elm-todo-mvc

Reimplementation of Elm's TodoMVC using Elm v0.18

elm elm-todo functional-programming todomvc

Last synced: 29 Nov 2024

https://github.com/wscherphof/elm-street

Demo running an OpenLayers map in an Elm app

demo elm openlayers

Last synced: 04 Dec 2024

https://github.com/maorleger/mastermind

Interactive Mastermind solver algorithm

elm game hask haskell mastermind solver

Last synced: 16 Dec 2024

https://github.com/lovasoa/choices

Represent a choice between multiple values, using radio buttons, checkboxes, or HTML's <select> element

checkboxes choices elm html radio-buttons select-multiple

Last synced: 16 Dec 2024

https://github.com/rofrol/elm-packages-stats

Show graph of number of elm packages

elm rust-lang

Last synced: 29 Dec 2024

https://github.com/andre-dietrich/elm-random-regex

Turn regular expressions into random strings (can be used for fuzz-testing)

elm elm-test fuzz-testing random string-generator

Last synced: 30 Oct 2024

https://github.com/armcn/elm-ux-portfolio

Mariaye Vickery's UX Portfolio

elm elm-ui

Last synced: 09 Dec 2024

https://github.com/astynax/elm-hekoish-watch

A little cryptic watch :watch: :)

demo elm elm-demos watch

Last synced: 23 Dec 2024

https://github.com/andys8/elm-geohash

Geohash implementation in elm

elm geohash

Last synced: 12 Oct 2024

https://github.com/mthadley/elm-hash-routing

Hash-routing + elm/browser

elm hash-routing spa

Last synced: 24 Dec 2024

https://github.com/hetic-mt-p2021/front-group5-proj01

School project to try ELM

elm galery images

Last synced: 09 Jan 2025

https://github.com/hanifhefaz/elm-word-search

A package for searching by words, that returns a pre-defined result

chatbot elm search

Last synced: 12 Oct 2024

https://github.com/kkpoon/elm-auth0-urlparser

UrlParser of Auth0 token callback

auth0 elm elm-lang

Last synced: 21 Nov 2024

https://github.com/tsfoster/elm-tuple-extra

Convenience functions for working with tuples

elm elm-lang tuples

Last synced: 12 Oct 2024

https://github.com/erwald/elm-edit-distance

An Elm package for calculating between-list edit distances

edit-distance edit-distances elm levenshtein-distance wagner-fischer-algorithm

Last synced: 24 Dec 2024

https://github.com/toastal/trinary

Trinary logic operations for Elm

elm trinary

Last synced: 15 Dec 2024

https://github.com/ravicious/elm-sweeper

An Elm port of Mamono Sweeper

elm elm-game game mamono-sweeper

Last synced: 18 Dec 2024

https://github.com/sparksp/elm-review-camelcase

elm-review rule to ensure your code uses camelCase

camelcase elm elm-review review-camelcase

Last synced: 07 Nov 2024

https://github.com/toburger/fsharp.json

Elm inspired Json encoder/decoder combinator library: http://toburger.github.io/FSharp.Json/

decoding elm encoding fsharp json parser parser-combinators

Last synced: 27 Nov 2024

https://github.com/amirmahdimajedi/vue-elm-components

Simply embed Elm apps as components into your Vue.js applications

elm flags javascript ports vue

Last synced: 10 Jan 2025

https://github.com/truqu/elm-review-noredundantcons

Provides an elm-review rule to prohibit redundant usage of `::`

elm elm-review lint

Last synced: 08 Dec 2024

https://github.com/truqu/elm-review-noleftpizza

Provides an elm-review rule to prevent the use of the left pizza operator

elm elm-review lint

Last synced: 08 Dec 2024

https://github.com/marc136/split-elm-bundle

Split the bundled JS code of multiple Elm programs into one .mjs file per program

bundle-splitting elm

Last synced: 13 Oct 2024

https://github.com/truqu/elm-review-nobooleancase

Provides an elm-review rule to prohibit case..of on boolean expressions

elm elm-review lint

Last synced: 08 Dec 2024

https://github.com/airsequel/examples

Example apps powered by Airsequel

airsequel elm example tutorial

Last synced: 13 Jan 2025

https://github.com/cjen07/elm_exercises

my answers to exercises in "An Introduction to Elm"

elm

Last synced: 17 Dec 2024

https://github.com/vjousse/fedirelm

Multi server fediverse library and client (mastodon, pleroma, …)

elm elm-lang fediverse gotosocial mastodon pleroma

Last synced: 14 Oct 2024

https://github.com/henriquecbuss/elm-review-no-function-outside-of-modules

An `elm-review` rule to forbid certain functions to be used outside of certain modules

elm elm-review

Last synced: 08 Nov 2024

https://github.com/fidelisclayton/elm-github-profile

Example to fetch users in Elm using the github api

elm

Last synced: 08 Jan 2025

https://github.com/siriusstarr/elm-review-no-unsorted

elm-review rules to ensure sortable code is sorted in the "proper" order

elm elm-review

Last synced: 09 Nov 2024

https://github.com/leojpod/elm-apex-charts-link

write your charts specifications in elm, export to json and use it via ports or web-components

apex-charts custom-elements elm

Last synced: 18 Oct 2024

https://github.com/guillaumearm/elm-boilerplate

A simple Makefile able to create a new Elm app

create-app elm livereload makefile

Last synced: 26 Dec 2024

https://github.com/waratuman/elm-coder

An encoder and decoder of Base64, Base32, and Base16 for Elm

base16 base32 base64 decoder decoding elm elm-lang encoder encoding rfc4648

Last synced: 21 Nov 2024

https://github.com/christophp/redux-elm-subscriptions

Listen to global events...Elm style.

elm no-dependencies redux subscriptions

Last synced: 13 Jan 2025

https://github.com/thebookofeveryone/elm-composer

A (Pure Elm) 2D Scene Composer

2d-graphics canvas elm elm-lang svg

Last synced: 21 Nov 2024

https://github.com/getsurance/elm-street

Types for Google Places Autocomplete javascript api

elm elm-lang google-maps-api

Last synced: 21 Nov 2024

https://github.com/passiomatic/flappy-bird

This is an unfinished remake of the popular Flappy Bird game, written in Elm and WebGL

elm webgl

Last synced: 08 Jan 2025

https://github.com/gsamokovarov/elmo

Work-in-progress NES emulator 👾

elm nes

Last synced: 18 Dec 2024

https://github.com/prikhi/rssonate

Your Friendly Neighborhood RSS Reader

bootstrap4 django elm rss rss-reader web

Last synced: 16 Nov 2024

https://github.com/seanpm2001/snu_2d_programmingtools_ide_elm

The Elm Programming language IDE submodule for SNU Programming Tools (2D Mode) View the main project [here](https://github.com/SNU-Programming-Tools/)

elm elm-lang elm-language gpl3 gplv3 ide programming snu snu-2d snu-programming-tools snu-programmingtools snu2d-programming-tools snu2d-programmingtools snu2dprogrammingtools snuprogramming-tools snuprogrammingtools web-ide

Last synced: 20 Nov 2024

https://github.com/avh4/gitpod-template-elm

An Elm template for Gitpod (www.gitpod.io)

elm gitpod

Last synced: 14 Dec 2024

https://github.com/sidneynemzer/casual-minesweeper

Minesweeper, but casual

elm game minesweeper

Last synced: 15 Oct 2024

https://github.com/dwayne/elm-random-quote-machine

Randomly cycle through inspirational quotes.

elm freecodecamp random-quote-machine

Last synced: 24 Dec 2024

https://github.com/j-maas/elm-ordered-containers

OrderedDict and OrderedSet that remember the order of insertion.

elm

Last synced: 14 Dec 2024

https://github.com/tarektouati/programming-quotes

Computer programming wisdom and quotes from @codewisdom Twitter account

elm javascript programming-quotes quotes

Last synced: 21 Dec 2024

https://github.com/frectonz/wordle-elm

Wordle implemented in elm.

elm tailwindcss wordle-clone

Last synced: 14 Jan 2025

https://github.com/harmboschloo/elm-benchmarks

Some benchmarks in elm

benchmarks elm

Last synced: 16 Dec 2024

https://github.com/vsoch/elm-app-catalog

testing development of an app catalog with elm (under development)

app-catalog elm learning scif

Last synced: 13 Jan 2025

https://github.com/carstenkoenig/dockerdemo

Demonstrates using Docker-Compose with Nginx, PostgreSQL and a simple Todo Web-App written in Haskell and Elm

docker docker-compose elm haskell nginx todoapp

Last synced: 29 Nov 2024

https://github.com/girishso/elm-behance

Elm app to display latest behance artworks

behance behance-projects elm elm-lang

Last synced: 08 Jan 2025

https://github.com/carstenkoenig/elmsweeper

a minesweeper clone in elm

elm game minesweeper

Last synced: 29 Nov 2024

https://github.com/jegp/elm-storage

Browser storage for Elm

elm elm-lang elm-storage javascript storage

Last synced: 15 Dec 2024

https://github.com/kutyel/egghead-elm-ui

Code for my elm-ui egghead course

dashboards dropdown eggheadio elm elm-lang elm-ui

Last synced: 07 Dec 2024

https://github.com/infertux/roman-numeral

Elm library to convert to Roman numerals

elm library numbers roman-number-converter roman-numerals

Last synced: 19 Dec 2024

https://github.com/oztk/elm-express-boilerplate

Boilerplate for multi-page Elm web apps with Express on the server-side

boilerplate elm expressjs typescript webpack2

Last synced: 27 Oct 2024

https://github.com/r-k-b/tulars

Experimentation with simple Utility Function-based agents.

elm utility-theory

Last synced: 29 Nov 2024

https://github.com/truqu/elm-review-noredundantconcat

Provides an elm-review rule to prohibit redundant usage of `++`

elm elm-review lint

Last synced: 08 Dec 2024

https://github.com/aminnairi/package-json-generator

Generate package.json files directly from your browser.

elm package-json

Last synced: 15 Nov 2024

https://github.com/gribouille/elm-prelude

Extra standard functions.

elm haskell prelude

Last synced: 13 Dec 2024

https://github.com/ghivert/elm-autocomplete

Autocomplete in elm, able to perform AJAX requests!

ajax autocomplete elm frontend

Last synced: 23 Dec 2024

https://github.com/torvaney/duck-debugger

Talk to the duck (ELIZA style)

chatbot duck-debugger eliza elm elm-lang

Last synced: 11 Jan 2025

https://github.com/andre-dietrich/elmeurope-2019

Talk about LiaScript at the elmeurope conference 2019

elm europe liascript liascript-course talk

Last synced: 17 Dec 2024

https://github.com/naemazam/hello-world

I don't Know What is Your First Language and Don't Want to know Why You Select it. But As a Programmer i know, The Smile When You run Your First Code. After That We made Thousands of Mistake In our DEV life. We did Debug, Copycat or Googling But never Forget This First 2 Words. Let's Combine Our First Happiness In A single Page.

apache-groovy c dart elixir elm fortran go graphql haskel hello-world hellogithub helloworld helloworld-programs naemazam

Last synced: 14 Jan 2025

https://github.com/gribouille/elm-table-tailwind

Full features ELM table component for Tailwind.

component css elm elm-lang javascript tailwind tailwindcss

Last synced: 12 Oct 2024

https://github.com/lue-bird/lau

declarative, visual, minimal programming language that reduces brain load

declarative elm logical-programming-language programming-language simple visual-programming-language

Last synced: 14 Dec 2024

https://github.com/dkarter/klick

Ⓜ️ Metronome Built with Elm and Web Audio API

elm metronome webaudio webaudio-api

Last synced: 18 Dec 2024

https://github.com/erdl/survey_display

An interface to display questions via browsers stored in a database managed by survey_admin.

elm flask postgresql survey thermal-comfort

Last synced: 04 Nov 2024

https://github.com/chadtech/ct-os

A little operating system that runs in your browser

elm

Last synced: 24 Dec 2024

https://github.com/pedro-gutierrez/elementaryjs

Declarative and functional UIs with a hint of Elm

elementaryjs elm es6 functional-programming incremental-dom js json scheme

Last synced: 28 Dec 2024

https://github.com/matmoore/learngo

Interactive tutorial about the board game "Go"

baduk elm games interactive

Last synced: 15 Dec 2024

https://github.com/lue-bird/elm-keysset

lookup for multiple arbitrary keys. safe. log n

avl-tree dict dictionary elm multi-key set

Last synced: 14 Dec 2024