Skip to content

Greece4ever/graph.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph.js (demo)

Demo Image

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 build

Deployed page can be found here