AWaselnuk / elm-signup-form

Live validated signup form written in Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Signup Form

Building a live validated signup form with Elm. Based on this tutorial and this example.

Building the project

  1. Install Elm language and tools.
  2. In the project directory, run elm-package install.
  3. Run elm-make SignupForm.elm to compile the Elm code to JS.
  4. Open index.html in a web browser.

About

Live validated signup form written in Elm


Languages

Language:JavaScript 98.0%Language:Elm 1.6%Language:CSS 0.3%Language:HTML 0.1%