Ranked awesome lists, all in one place
This list is a copy of isRuslan/awesome-elm with ranks
Awesome Elm
A community driven list of useful Elm tutorials, libraries and software.
Inspired by the awesome list thing. Feel free to improve this list.
Table of Contents
Examples
Some good apps written in Elm.
- Official list - Examples from basic to big-project in official website.
- Builtwithelm - Web site built with elm with list of projects and apps built with Elm.
- Elm Joust ★23 ⏳1Y — a two-player fighting game written in Elm.
- Vessel ★100 ⏳3Y - A “tunnel” game written in Elm!
- Sliding Puzzle ★50 ⏳2Y - Configurable sliding puzzle game written in Elm.
- TodoMVC ★954 - Proper implementation of the TodoMVC app.
- TodoMVC with JSON API ★95 - Bare-bones, modular, heavily-documented todo app with JSON API persistence.
- TodoMVC/Firebase - Fork of TodoMVC demonstrating start-app, The Elm Architecture ★3730 and Firebase as backend.
- <elm-ement> ★44 ⏳1Y – Minimal example of a custom element.
- Elm Playground - Tiny Elm projects implemented for the sake of learning by example.
- TodoMVC in Electron ★85 - Documented and tested implementation of the Elm TodoMVC app in Electron.
- Gipher ★221 ⏳1Y - A Tinder-like application for gifs built with elm and firebase!
- Elm Architecture in Android ★56 ⏳1Y - An example Android application implemented with the Elm Architecture using the Kotlin programming language and Anko library.
- Collection of examples ★158 - A collection of examples with advanced techniques for real-world Elm apps.
- Elm Flatris ★295 - A Flatris clone in Elm language v0.18.
- Elm + Phoenix + Webpack ★46 - A minimal Elm + Phoenix setup, using webpack instead of Brunch.
- Elm SPA Example - Full stack Elm app w/ CRUD operations, Auth, routing, pagination and more. Code ★1711 / Article
- Spotify Mapper ★49 - Elm app integrated with Spotify Api to search and explore new artists.
- Elm Hangman ★17 - The game of Hangman written in Elm.
- Pokelmon ★12 - Elm project consuming PokéAPI.
- JWT auth with Django + Elm ★14 - JSON Web Token (JWT) authentication using Django (backend) and Elm (frontend).
- Bitcoin BR Chrome Extension ★2 - Chrome extension built in Elm that shows the bitcoin value in all Brazilian exchanges.
- Elmstagram ★8 - Basic UI Clone of Instagram / Articles - Part 1 Part 2 Part 3
- Kanban Board in Elm ★191 - A kanban board (trello-alike) built with Elm and HTML5 Drag & Drop API
- Elm Playground - Pure SPA (with routing) exploring various aspects of Elm.
- Elm Hacker News PWA ★25 - A progressive web app built with Elm version 0.18, using the official Hacker-News API
Learn
Learn what this awesome thing is.
- Official tutorial — General information and in-depth guide with examples.
- Elm in Action — In-depth book for Elm beginners, from Manning Publications.
- Elm’s Time Traveling Debugger - Debugger that lets you travel backwards and forwards in time.
- Architecture Tutorial ★3730 - How to create modular Elm code that scales nicely with your app.
- Start app ★405 - Make an app, start it up.
- Elm: Building Reactive Web Apps - Learn how to build reactive web apps using Elm.
- Learn you an Elm - Elm tutorial with exhaustive examples and descriptions.
- Writing native - Learn how to create native JavaScript modules for Elm.
- Elm: Functional frontend development - Series of articles about fundamentals and advanced topics.
- Elm Tutorial - A tutorial on developing single page web applications with Elm.
- Elm cheat sheet ★797 - Syntax and features overview.
- Learn Elm in Y Minutes - Syntax and features overview. The Elm page on learnxinyminutes.com
- A Concise Introduction to Elm - High overview of language features.
- Elm Maybe - Dealing with null/Nothing - Working with the Maybe type, with nicely commented code examples.
- Elm Topic on DailyDrip - Daily continuing education on Elm, videos and text, with new content every day.
- Exercism Elm Track - Collection of Elm exercises.
- Elm Seeds - Short screencasts to teach you the Elm programming language from Erik Person.
- Elm For Beginners - Video Course - Build your first Elm Web App.
- Single-Page Web Apps in Elm - Five parts tutorial on Elm.
- Elm Koans ★199 - Practice exercises for learning Elm.
- Beginning Elm - A gentle introduction to the Elm programming language.
- Elm Tutorials on Codementor - Two tutorials on building web apps with Elm.
- Elm FAQ - Elm FAQ from Elm Community.
- Elm Tutorial by Auth0 - A tutorial on building an app in Elm from authentication to calling an API.
- Ninety-nine Problems, Solved in Elm - Adaptations for Elm from Ninety-Nine Haskell Problems.
- Elm programming language - a brief overview of Elm as a programming language.
- Elm: A Beginners’ Guide to Elm and Data - Beginners’ course to Elm and Data
- Programming Elm - Thorough book from The Pragmatic Programmers that covers basics and advanced concepts.
- The Hitchhiker’s Guide to Elm - Beginner-friendly guide for learning the language and building apps with it
Articles
Read the essentials. Check the official Elm blog: elm-lang.org/blog
- Blazing Fast HTML - Virtual DOM in Elm.
- FP with games in Elm - Switching from imperative to functional programming with games in Elm.
- Learning FP the hard way - Experiences on the Elm language.
- Introduction to Rx - The introduction to Reactive Programming you’ve been missing.
- Elm for Web Developers ★60 ⏳2Y - A collection of notes for web developers looking into moving to Elm.
- Introducing Elm to JS Web Apps - An article explaining how to get started with Elm by integrating it with your existing Javascript framework
- How Elm Made Our Work Better - How a team built a business-critical web app for a customer using Elm.
- Composing Features and Behaviours in the Elm Architecture - An article describing how to organize code that follows the Elm architecture into independent features, how to communicate between features, and how to group some of these features together to assemble larger features.
- Elm & Components - A blog post describing a possible approach to reducing TEA boilerplate. Useful for component libraries and anyone interested in seeing the amazing things you can do with function types.
- Getting Started with Elm - Series of Elm education tutorials.
- Elm & Guarantees - a realistic look at where Elm is and isn’t superior to other options.
- Move fast and don’t break things. Running a startup on Elm - Some thoughts on Elm development by a Swedish startup.
- Blog of Brian Hicks - A blog with various topics about Elm.
- Elm from a Business Perspective - This article discusses topics about Elm from a business perspective
- Introduction to The Elm Architecture and How to Build our First Application - An article describing the Elm architecture and how to build a simple application
- Functional Programming for Web Frontend by Jan Luxemburk - A Bachelor’s thesis about functional programming for frontend development with the focus on Elm.
Videos
Watch great talks about Elm
- Evan Czaplicki: Let’s be mainstream! User focused design in Elm - A talk from the father of Elm about the philosophy behind the language.
- Richard Feldman: Make the Back-End Team Jealous: Elm in Production - A talk about Elm and initial steps to use it in production.
- Richard Feldman: Effects as Data - A talk about how Elm manages side effects.
- Jamison Dance: Rethinking All Practices - Building Applications in Elm - A talk given at React.js Conf 2016 about what Elm has to teach the JavaScript world and why JS devs should consider trying it.
- Richard Feldman: Introduction to Elm - A talk that gives a broad, high-level introduction to Elm.
- Egghead.io: Elm videos - Egghead’s Elm video training, many of which are free.
- jadams’s training videos - A neat series of bite-sized Elm training videos, many of which are free.
- Elm Basics - Walk through all the syntax and basic ideas in Elm as a general programming language.
- Elm Conf 2016 - All talks from elm-conf 2016
- Amitai Burstein: Frontend with Guarantees - A talk from You Gotta Love Frontend 2016
- Jessica Kerr: Adventures in Elm - A talk about the combination of functional programming with Elm at GOTO Chicago 2016.
- Aaron VonderHaar: Codevember 2016 + ElmLive - elm live video examples.
- Greg Ziegan: Elm live coding videos - Live coding videos on youtube.
- Richard Feldman: Making impossible states impossible - A talk about modelling data structures in Elm in a way that makes invalid states unrepresentable
Podcasts
Listen to podcasts about Elm
- Elixir Fountain Evan Czaplicki 2016-07-11 - Elm with Evan Czaplicki.
- Functional Geekery 33 - Richard Feldman and Tessa Kelly.
- The Changelog 218 - Elm with Evan Czaplicki and Richard Feldman
- The Changelog 191 - Elm and Functional Programming with Richard Feldman.
- Software Engineering Daily - Elm with Richard Feldman and Srinivas Rao.
- JavaScript Jabber 175 - Elm with Evan Czaplicki and Richard Feldman.
- Ruby Rogues 212 - Elm with Richard Feldman and Evan Czaplicki.
- The Web Platform Podcast 15 - Functional Programming with Elm, ClojureScript, Om, and React.
- The Web Platform Podcast 76 - The Elm Programming Language.
- The Web Platform Podcast 108 - Elm Revisited.
- Elm Town - A podcast about the people in the Elm community.
- Full Stack Radio 44 - What the heck is Elm? In this episode, Joel Clermont talks about Elm and functional programming.
- InfoQ Podcast 2017-04-27 - Richard Feldman discusses how Elm compares to React.js
Languages
- QML You can use .js files to create native desktop and phone applications for all platforms with GPU acceleration and easy to code animations.
Libraries
Useful helpers to build apps.
- core ★3 - Elm Core Libraries.
- html ★0 - Use HTML in Elm, based on the idea of a “virtual DOM”.
- elm-test ★316 - A unit testing framework for Elm.
- elm-router ★96 ⏳2Y - Easy routing in Elm.
- http ★1 - Make HTTP requests in Elm.
- elm-http-builder ★141 - Build and handle JSON requests more naturally than with low-level elm-http.
- elm-console ★55 ⏳2Y - Elm library to read and write to the console in Node.
- lazy ★17 - Lazy Evaluation in Elm.
- elm-ui ★706 - UI Library in Elm.
- elm-mdl ★909 - Material Design component library in Elm. With demo.
- elmfire - Use Firebase as backend. For higher level API: elmfire-extra ★17 ⏳2Y.
- elm-bootstrap ★254 - Comprehensive Bootstrap 4 library for Elm. Docs site.
- elm-vega ★101 - Declarative visualization for Elm (Vega/Vega Lite integration)
Tools
Tools around Elm platform.
- elm-compiler - Compiler for the Elm programming language.
- elm-make ★171 - A build tool for Elm projects.
- elm-reactor ★422 - Interactive development tool that makes it easy to develop and debug Elm programs.
- elm-live - A flexible dev server for Elm. Live reload included!
- elm-repl ★174 - A REPL for Elm.
- elm-package ★210 - CLI to share Elm libraries.
- elm-format ★943 - Automatic Elm code formatter adhering to Elm Style Guide.
- grunt-elm ★17 - Grunt plugin that compiles Elm files to JavaScript.
- elm-webpack-loader - Webpack loader for the Elm programming language.
- servelm ★123 - A project enabling server-side use of Elm.
- elm-oracle ★142 - Query for information about values in elm source files. Used by most editor plugins.
- html-to-elm - Convert HTML to Elm Html. Useful when porting an app to Elm.
- elm-instant - atom package to try your elm code from the editor. Provides a visual REPL and a preview pane.
- elm-analyse ★245 - Linter for the Elm programming language.
- run-elm ★22 — Run Elm code from the command line
- type-o-rama ★62 - JS type systems interportability.
Editor plugins
Tools to support Elm in code editors.
- atom-linter-elm-make - Elm code linter for the Atom editor.
- atom-elm-snippets ★6 ⏳1Y - Elm snippets for Atom.
- atom-language-elm - Syntax highlighting and autocompletion for the Atom editor.
- elmjutsu - Autocompletion, go to definition, find usages, rename symbol, etc. for the Atom editor.
- atom-elm-navigator - A side panel that helps to navigate to any function, type definition or port in your project.
- emacs-elm-mode ★262 - Syntax highlighting, Elm REPL, Elm make and Elm format integration for the Emacs editor.
- elm-light-table ★128 ⏳1Y - Syntax highlighting, REPL, autocompletion, package management and much more for Light Table.
- Elm Language Support - Syntax highlighting, REPL, autocompletion, and more for Sublime Text 2 and 3.
- Elm-vim ★416 - Elm mode for vim.
- vim-elm-help ★8 ⏳1Y - Offline Elm documentation access in your editor.
- emmet-vim ★4232 - Markup expansion with elm support.
- elm-plugin - Elm plugin for IntelliJ IDEA.
- Elm Visual Studio Code Support - Syntax highlighting, Snippets, Function information, REPL, Reactor support (Webserver/Debugger) - Starting/Stopping
- Elmmet: Emmet for Elm (Visual Studio Code) - Emmetio abbreviation expander into composition of Elm function with elm-format’er inside.
- HTML to Elm for Visual Studio Code - VSCode plugin to convert HTML to Elm
Package managers
Place to share Elm libraries.
- elm-package ★210 - Command line tool to share Elm libraries.
Boilerplates
Good starting point for a new Elm project.
- elm-webpack-starter - A simple Webpack setup for writing Elm apps.
- elm-app-boilerplate ★114 - A fully-featured base project for Elm apps: Webpack, HMR, ES6, JS and Elm tests, Semantic UI, sample code and more.
- elmkit ★49 - A lightweight Brunch based setup for web app. Includes Brunch, Hot Module Replacement, Elm, Scss, Elm tests.
- elm-boilerplate ★2 - A simple Makefile able to create Elm app.
- create-elm-app ★884 - Create Elm apps with no build configuration.
- elm-init ★9 ⏳1Y - Interactive setup for new Elm projects.
- elm-new ★76 - Generate initial project scaffolding based on a template.
- elm-webpack-4-starter ★51 - Elm webpack 4 starter template.
- elm-webpack-starter-kid ★3 - A very very basic elm + webpack 4 template.
Misc
Everything that you need to see.
- Elm Search - Search Elm documentation for operators, function signatures, etc.
- Try Elm - Write and compile elm code online!
- 404 Elm Street ★159 - A fun WebGL game built with Elm.
- Debug Elm - Debug elm code online.
- Haskell to Elm ★64 ⏳1Y - Collection of examples on places where Elm is different to Haskell, targeted at Elm beginners coming from Haskell backgrounds.
- runelm.io - A place to share and run Elm code.
- Ellie - The Elm Live Editor
- Online REPL - The ELM Online REPL
Support
Where to find help.
- Discourse - Elm Discourse instance (official forum).
- Reddit - Elm board on reddit.
- IRC - Ask questions on elm freenode.
- Slack - Elm slack community.
Who to follow
Follow for fresh updates for free. Use #elmlang or #elm hashtag.
Official Elm | Evan Czaplicki | Richard Feldman | Noah Hall | Elm Weekly |
More awesome
Discover other amazingly awesome lists.
Awesome Elm is just a part of awesome thing, get more here:
License
To the extent possible under law, @isRuslan has waived all copyright and related or neighboring rights to this work.
This list is a copy of isRuslan/awesome-elm with ranks