Webapp is deployed here
Just type from the keyboard and do the math. No need to open the calculator.
Features:
-
supports 'x' as a multiplication operator.
- Example: 2x3 results 6
-
Supports currency conversion.
- Example: '1 usd to inr', '10 gbp to usd'
-
-
Supports conversions of length, area, volume, temperature, time, etc Allowed unit conversions
Based on math-js
- Clone the repository
git clone https://github.com/gokulk16/type-to-calculate-web.git
- Navigate to the project directory
cd type-to-calculate-web
- Install dependencies
npm install
- Build
npm run build
- Start the development server
cd dist && npx http-server