An open API service indexing awesome lists of open source software.

https://github.com/gravitytwog/math-eval

The app for execution of math expressions.
https://github.com/gravitytwog/math-eval

postfix-evaluator postfix-notation react typescript

Last synced: 5 months ago
JSON representation

The app for execution of math expressions.

Awesome Lists containing this project

README

          

# Math Expression Evaluator

![Statements](https://img.shields.io/badge/statements-96.13%25-brightgreen.svg?style=flat&logo=jest)
![Branches](https://img.shields.io/badge/branches-96.21%25-brightgreen.svg?style=flat&logo=jest)
![Functions](https://img.shields.io/badge/functions-93.33%25-brightgreen.svg?style=flat&logo=jest)
![Lines](https://img.shields.io/badge/lines-96.13%25-brightgreen.svg?style=flat&logo=jest)

The app for execution of math expressions.

## Run locally

Install dependencies:

```sh
yarn install
```

Run in dev mode:

```sh
yarn dev
```

Run tests mode:

```sh
yarn test
```

Build:

```sh
yarn build
```

Update badges in readme.md:

```sh
yarn make-badges
```