Skip to content

LuCEresearchlab/react-expression-tree-math

 
 

Repository files navigation

NPM version

Expression Tree

This is the core React component used in expressiontutor.org.

See src/components/ExpressionTreeEditor/ for up-to-date usage information.

View in Styleguidist

To view the available components in a browser while developing them (supports hot code reload):

npm run start

Then open http://localhost:6060/. This is based on React Styleguidist.

Test

There is a small number of tests you can run:

npm run test

This is based on Jest.

About

React component that renders interactive expression trees.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • HTML 0.4%