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.
- Host: GitHub
- URL: https://github.com/gravitytwog/math-eval
- Owner: GravityTwoG
- Created: 2023-06-25T09:32:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T11:04:15.000Z (over 2 years ago)
- Last Synced: 2025-04-14T14:58:54.443Z (9 months ago)
- Topics: postfix-evaluator, postfix-notation, react, typescript
- Language: TypeScript
- Homepage: https://matheval.netlify.app/
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Math Expression Evaluator




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
```