Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.38 KB

Elm Language Learning Material

Purpose

The purpose of this repository is to document my experience learning elm, as well as provide several code examples of how to do things the "Elm" way. I hope to include a few smaller projects incorporating Elm as well.

Tools

elm-format

Resources

Elm Documentation

Getting Started With Elm

Let's Be Mainstream/User Focused Design in Elm

An Intro to Elm by Richard Feldman

Elm for Beginners

Elm for Beginners Exercises Repo

Elm Tutorial

Examples

Elmctron

Index / Examples found within this Repo

  1. Walkthrough of the Documentation
  2. Simple Calorie Counter App from Elm for Beginners
  3. Score Keeper App from Elm for Beginners