mgrau / calculate_table

calculates a table of physical quantities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculate table

This is a little project that makes an interactive table of physical quantities that calculate on the fly.

See the live demo!

Usage

First fork this repo, clone it, and install the node packages,

git clone https://github.com/<username>/calculate_table
cd calculate_table
npm install

To start a development server to test your changes live, run:

npm start

After you are happy with your interactive table, you can build and deploy to github pages:

npm run build
npm run deploy

About

calculates a table of physical quantities


Languages

Language:JavaScript 92.2%Language:CSS 4.9%Language:HTML 2.8%