stebanos/calc.js
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
calc.js ======= calc.js is a mini calculator written in javascript and React. You can view it in action here: <http://fathomless-headland-7458.herokuapp.com> It's a javascript port of the calculator example written in Elm: <http://elm-lang.org/edit/examples/Intermediate/Calculator.elm> To build the code, install node.js: brew install nodejs npm install The index.html file inside the public folder can then be opened. To serve as a web app, add an extra step: npm start