Features • Introduction • Getting Started • License
- Evalutate multiple expressions at the same time
- Built-in support for JavaScript (sandboxed), math.js, regex replace, and more
- Save and load your expressions
- Minimal user interface
I was getting tired of creating a new HTML file each time I needed to quickly test out things in JavaScript, so I initially created this web app to fulfill that purpose. It has since then grown into a dynamic system which support a variety of functionalities, such as evaluation of math and regex expressions.
Simply go to the official webpage to get started, or run the app yourself by following these steps:
# Clone this repository
$ git clone https://github.com/thewilley/reval.git
# Go into the repository
$ cd reval
# Install dependencies
$ npm i
# Run tests
$ npm run test
# Start development server
$ npm run dev
# Build for production
$ npm run build
See the documentation.