Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dwayne/elm-calculator
- Owner: dwayne
- License: bsd-3-clause
- Created: 2019-07-07T08:13:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T11:59:07.000Z (12 months ago)
- Last Synced: 2024-04-16T03:17:47.234Z (9 months ago)
- Topics: calculator, elm, freecodecamp
- Language: Elm
- Homepage: https://dwayne.github.io/elm-calculator/
- Size: 211 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).