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/lovasoa/elm-rolling-list

A circular buffer implementation in Elm.

circular-buffer elm

Last synced: 28 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/n1k0/elm-kitten

Create an SPA using Elm and SASS.

elm ria sass scss spa

Last synced: 29 Oct 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/mthadley/elm-hash-routing

Hash-routing + elm/browser

elm hash-routing spa

Last synced: 24 Dec 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/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/cjen07/elm_exercises

my answers to exercises in "An Introduction to Elm"

elm

Last synced: 17 Dec 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/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/prikhi/rssonate

Your Friendly Neighborhood RSS Reader

bootstrap4 django elm rss rss-reader web

Last synced: 16 Nov 2024

https://github.com/viir/elm-howto

Demonstrations of how to perform common tasks in Elm.

audio elm playback-audio sound

Last synced: 21 Nov 2024

https://github.com/zgreen/webpack-boilerplate

This is a simple starter kit for bundling code for the browser with webpack. It includes a few loaders and a basic config for babel and eslint.

elm nodejs react webpack webpack-boilerplate

Last synced: 14 Nov 2024

https://github.com/lemol/elm-frontend-filipado

Workshop about implementing web design with elm

elm elm-ui

Last synced: 16 Nov 2024

https://github.com/arvinh/elm-chromeext

Convert JPY to TWD from your favorite website.

chrome-extension elm hackathon-project

Last synced: 15 Nov 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/ryan-haskell/elm-moment

A reliable way to format dates with elm.

date elm formatting moment

Last synced: 30 Nov 2024

https://github.com/ryan-haskell/elm-canvas-things

tryna see how i can use elm with the canvas api.

2d canvas elm games

Last synced: 30 Nov 2024

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

A site built with Hugo and Elm!

elm hugo website

Last synced: 30 Nov 2024

https://github.com/geeksforsocialchange/the-trans-dimension

The Trans Dimension is an online community hub connecting trans communities in the UK.

elm elm-pages graphql graphql-client nonbinary nonprofit nonprofit-organizations placecal static-site transgender

Last synced: 31 Dec 2024

https://github.com/rokf/howl-elm

Elm (http://elm-lang.org/) mode for Howl (http://howl.io/)

elm elm-lang howl howl-editor

Last synced: 20 Nov 2024

https://github.com/joakin/elm-grid

2d and 3d grid folding. Loop over a coordinate space, build a result

elm elm-lang

Last synced: 30 Nov 2024

https://github.com/fabienhenon/elm-placeholder-loading

Easily create placeholder loadings like Facebook's cards loading

elm loading placeholder

Last synced: 22 Dec 2024

https://github.com/justinlubin/cobbler

Refactor programs to use library functions!

elm numpy program-synthesis python refactoring

Last synced: 18 Nov 2024

https://github.com/frectonz/advent_of_code_2023

Solutions for advent of code 2023

advent-of-code advent-of-code-2023 elm ocaml rust

Last synced: 20 Nov 2024

https://github.com/frectonz/lang-invaders

A space invaders clone written in Elm. The twist is that the enemies are programming languages.

elm elm-lang space-invaders

Last synced: 20 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/getsurance/elm-street

Types for Google Places Autocomplete javascript api

elm elm-lang google-maps-api

Last synced: 21 Nov 2024

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/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/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/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/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/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/toastal/trinary

Trinary logic operations for Elm

elm trinary

Last synced: 15 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/astynax/elm-hekoish-watch

A little cryptic watch :watch: :)

demo elm elm-demos watch

Last synced: 23 Dec 2024

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

Mariaye Vickery's UX Portfolio

elm elm-ui

Last synced: 09 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/maorleger/mastermind

Interactive Mastermind solver algorithm

elm game hask haskell mastermind solver

Last synced: 16 Dec 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/ghivert/elm-cloudinary

Upload your photos to Cloudinary

cloudinary elm photos upload

Last synced: 23 Dec 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/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/joakin/elm-basic-platformer-game

Basic platformer game in Elm

elm game

Last synced: 19 Dec 2024

https://github.com/chadtech/id

An id type for types with ids

elm

Last synced: 24 Dec 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/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/jlengrand/elm-dungeon

Simple dungeon tile based game written in Elm

elm elm-demos elm-lang game

Last synced: 05 Nov 2024

https://github.com/rl-king/elm-iso3166-country-codes

Convert to and from alpha2, alpha3, id and country names in 23 languages

elm iso3166 translations

Last synced: 01 Dec 2024

https://github.com/lue-bird/elm-review-action

add a comment and let me transform your code

assist code-action elm elm-review inline refactor

Last synced: 09 Nov 2024

https://github.com/marceloboeira/kurz

[WIP] [RESEARCH] 🚀 A URL Shortener so there are no URL Shorteners

docker elm rust url-shortener

Last synced: 14 Dec 2024

https://github.com/werner/diyalog

Elm dialog

elm elm-language

Last synced: 21 Nov 2024

https://github.com/fabienhenon/jsonapi-http

Make HTTP requests with jsonapi decoding/encoding in Elm

elm http jsonapi remotedata

Last synced: 22 Dec 2024

https://github.com/groteck/iconstoelm

svg directory to Elm module generator

elm svg svg-icons svg-sprites

Last synced: 21 Nov 2024

https://github.com/jedirandy/http4s-elm-chatroom

A chatroom example in Scala/http4s and Elm

chatroom circe elm fs2 http4s scala websocket

Last synced: 12 Nov 2024

https://github.com/zimbix/pathfinder-elm

An Elm implementation of the board game, PathFinder - a multiplayer maze game

board-game elm game maze

Last synced: 19 Dec 2024

https://github.com/jedirandy/elm-react

:leaves: Use Elm modules in you React app!

elm javascript javascript-library react

Last synced: 07 Dec 2024

https://github.com/burntcaramel/lofi-elm

Format content using #hashtags

content elm lofi parser text text-formatting

Last synced: 19 Nov 2024

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/elm-keysset

lookup for multiple arbitrary keys. safe. log n

avl-tree dict dictionary elm multi-key set

Last synced: 14 Dec 2024

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

Bootstrap for ELM / SASS project

elm elm-lang elm-test npm sass starter starter-kit webpack

Last synced: 13 Dec 2024

https://github.com/leojpod/review-no-empty-html-text

elm-review rule to forbid the use of `Html.text ""`

elm elm-community elm-review html-extra

Last synced: 07 Dec 2024

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

Extra standard functions.

elm haskell prelude

Last synced: 13 Dec 2024

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/torvaney/duck-debugger

Talk to the duck (ELIZA style)

chatbot duck-debugger eliza elm elm-lang

Last synced: 11 Jan 2025

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/chicode/lisa

A Lisp dialect designed for codingworkshops

elm lisp lisp-dialect parser

Last synced: 17 Nov 2024

https://github.com/ymtszw/elm-http-xml

Generates HTTP request for XML API

elm elm-lang http xml

Last synced: 21 Nov 2024

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/f0i/statistics

Statistic functions for elm

elm libraries statistics

Last synced: 21 Nov 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/dmy/elm-imf-date-time

Convert between Internet Message Format date & time strings and elm/time Time.Posix

date elm imf posix rfc2822 rfc5322 rfc822 time

Last synced: 15 Nov 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/vjousse/elm-mastodon-tooty

Elm package for Mastodon extracted from tooty.

elm mastodon mastodon-api mastodon-client

Last synced: 09 Oct 2024

https://github.com/jinjor/elm-insertable-key

Generates a new key between two keys

elm rdb

Last synced: 22 Nov 2024

https://github.com/joelniemela/aek

A choose-your-own-adventure (CYOA) engine.

cyoa cyoa-book cyoa-editor elm elm-lang

Last synced: 20 Nov 2024

https://github.com/guid75/ziplist

A simple Elm zipper implementation

elm zipper

Last synced: 30 Nov 2024

https://github.com/epequeno/sadevs-apps

some apps for https://satx.dev using the AWS CDK

cdk cdk-examples elm

Last synced: 27 Dec 2024