Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zegalur/elm-calc

TI-30Xa calculator made in Elm
https://github.com/zegalur/elm-calc

calculator elm

Last synced: 3 months ago
JSON representation

TI-30Xa calculator made in Elm

Awesome Lists containing this project

README

        

![calculator preview](other/preview.png)

TI-30Xa calculator made in Elm back in 2019.

# How to Run

1. [Install Elm](https://guide.elm-lang.org/install/elm.html)
2. Run `elm make src/Main.elm` in the project root folder.
3. This command should create `index.html`.
4. Open `index.html` in a browser and press `ON\C` to turn on the calculator.