Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.7 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.7 KB

Type To Calculate

Webapp is deployed here

Netlify Status Known Vulnerabilities Coverage Badge

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'
  • Allowed operators

    Screenshot 2024-04-24 at 5 48 35 PM
  • Supports conversions of length, area, volume, temperature, time, etc Allowed unit conversions

    Screenshot 2024-04-24 at 5 41 16 PM

Based on math-js

Run Locally

  1. Clone the repository git clone https://github.com/gokulk16/type-to-calculate-web.git
  2. Navigate to the project directory cd type-to-calculate-web
  3. Install dependencies npm install
  4. Build npm run build
  5. Start the development server cd dist && npx http-server