Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.32 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.32 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