Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dwayne/elm-calculator

Add, subtract, multiply and divide rational numbers.
https://github.com/dwayne/elm-calculator

calculator elm freecodecamp

Last synced: 3 months ago
JSON representation

Add, subtract, multiply and divide rational numbers.

Awesome Lists containing this project

README

        

# Calculator - [Live Demo](https://dwayne.github.io/elm-calculator/)

![A screenshot of the Calculator](/screenshot.png)

This Elm app is based on [freeCodeCamp](https://www.freecodecamp.com/)'s [Build a JavaScript Calculator](https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-javascript-calculator) front-end project. Its design is inspired by this [CodePen example](https://codepen.io/freeCodeCamp/full/wgGVVX).