lefant / purebmi

simple body mass index calculator using purescript and react

Home Page:http://e.lefant.net/purebmi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purebmi

simple body mass index calculator built with purescript & purescript-thermite (react wrapper).

demo url: http://e.lefant.net/purebmi/

learn more about the BMI on wikipedia: http://en.wikipedia.org/wiki/Body_mass_index


to build during hacking / for preview run:

pulp browserify --to index.js --watch

to update gh-pages branch:

pulp dep install
pulp browserify --to index.js
git add -f index.html index.js bower_components

About

simple body mass index calculator using purescript and react

http://e.lefant.net/purebmi/


Languages

Language:PureScript 73.3%Language:HTML 26.7%