Skip to content

stebanos/calc.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published