All Projects → evancz → Elm Todomvc

evancz / Elm Todomvc

Licence: bsd-3-clause
The TodoMVC app written in Elm, nice example for beginners.

Programming Languages

elm
856 projects

Labels

Projects that are alternatives of or similar to Elm Todomvc

Instantsearch Ios Examples
Example apps built with InstantSearch iOS
Stars: ✭ 55 (-95.34%)
Mutual labels:  example
Play Scala Slick Example
Example Play Scala project with Slick
Stars: ✭ 59 (-95%)
Mutual labels:  example
Udp Hole Punching Examples
A small collection of examples for UDP hole punching.
Stars: ✭ 66 (-94.41%)
Mutual labels:  example
Magestudy
Magento 2 extension samples
Stars: ✭ 55 (-95.34%)
Mutual labels:  example
Tiny Lisp
A tiny lisp compiler written in JS
Stars: ✭ 58 (-95.08%)
Mutual labels:  example
Scala Native.g8
Giter8 template for a minimal project that uses Scala Native.
Stars: ✭ 61 (-94.83%)
Mutual labels:  example
Typescript Lib Example
Example of TypeScript library setup for multiple compilation targets using tsc and webpack
Stars: ✭ 50 (-95.76%)
Mutual labels:  example
Example Bots
An example bot directory for DiscordSharpPlus library. Contains C# and VB.NET examples.
Stars: ✭ 69 (-94.15%)
Mutual labels:  example
Sdk Bart
Fitbit SDK example application.
Stars: ✭ 59 (-95%)
Mutual labels:  example
Go Pattern Examples
Examples of implement for awesome go patterns including usual design patterns, in easy understanding examples.
Stars: ✭ 65 (-94.49%)
Mutual labels:  example
Example
Example project written using Marble.js framework
Stars: ✭ 57 (-95.17%)
Mutual labels:  example
Uitestingexample
Example code from my blog post about UI testing
Stars: ✭ 57 (-95.17%)
Mutual labels:  example
Simpledns
A very simple and small DNS Server to help understanding the protocol basics.
Stars: ✭ 62 (-94.75%)
Mutual labels:  example
Example Cases
Example project to guide users through how to create game with Cocos Creator
Stars: ✭ 1,082 (-8.31%)
Mutual labels:  example
Swift Layout Animation Transition 30days
Stars: ✭ 68 (-94.24%)
Mutual labels:  example
Gobyexample
🎁 Go By Example 한국어 버전
Stars: ✭ 50 (-95.76%)
Mutual labels:  example
Purescript Halogen Example
Sample halogen app that uses a few DSLs within the application's free monad
Stars: ✭ 61 (-94.83%)
Mutual labels:  example
Simple Mvp Retrofit Example
A simple example of a project using MVP architecture and Retrofit 2.0 library for Android for beginners.
Stars: ✭ 70 (-94.07%)
Mutual labels:  example
React Native Elements App
Demo app for React Native Elements (w/ React Native Web)
Stars: ✭ 1,159 (-1.78%)
Mutual labels:  example
Sdk Hr Meter
Fitbit SDK example application.
Stars: ✭ 64 (-94.58%)
Mutual labels:  example

TodoMVC in Elm - Try It!

All of the Elm code lives in src/Main.elm and relies on the elm/html library.

There also is a port handler set up in index.html to store the Elm application's state in localStorage on every update.

Build Instructions

Run the following command from the root of this project:

elm make src/Main.elm --output=elm.js

Then open index.html in your browser!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].