Smart Calculator
Smart Calculator is simple web app built with React + TypeScript. Powered with math.js, it can solve complicated problems.
Live Demo
Installation
To run the app locally, you'll need to have Node.js and npm installed. Here are the steps to follow:
- Clone the repository to your local machine.
- Install the required dependencies using
npm install
command. - Run the application using
npm run dev
command.
Features
- Simple UI
- Easy to use
- Can solve complex math problems
- Computations are saved locally
Usage
Simply input a problem in the input box and see the results. Results are saved locally so you can close it and comeback later.