prmiguel / simple-calculator-1

A really simple calculator, written in Elm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-calculator

A really simple calculator, written in Elm.

Get it running

  1. Install the Elm compiler, following the official Guide: Install Elm
  2. Run the following command from the root of this project:
    elm reactor
    
  3. Go to http://localhost:8000 to see the project dashboard.
  4. Navigate to src/SimpleCalculator.elm and try out the calculator.

About

A really simple calculator, written in Elm.

License:MIT License


Languages

Language:Elm 100.0%