Graph.js (demo)
Graphing calculator built using React, math-live and Material UI on top of the Canvas API.
The <Graph> component (that draws function plots) can be found as an NPM package
To run from source simply do (assuming npm is installed)
git clone https://github.com/Greece4ever/graph.js.git graphjs
cd graphjs/example
npm install
npm start # or `npm build` to buildDeployed page can be found here
