Skip to content

This app is developed using React Native. It features multiple unit to convert to.

Notifications You must be signed in to change notification settings

ElieZgb/unit-converter-app

Repository files navigation

Unit Converter App 🔁


app preview image


Hello 👋


This app is developed using React Native. It features multiple unit to convert to as follows:
💡 I go from these equations and convert to all the other units

// if i want to convert from 100cm to inches
const meterResult = cmToMeter(100);
const finalResult = meterToInch(meterResult);
console.log(finalResult); // 39.37


Length Power Pressure Currency
m → km W → Exawatt Pa → kPa API
m → dm W → Petawatt Pa → Bar
m → cm W → Terawatt Pa → Psi
m → mm W → Gigawatt Pa → Ksi
m → µm W → Megawatt Pa → Atm
m → nm W → Kilowatt Pa → Exapascal
m → mile W → Hectowatt Pa → Petapascal
m → yard W → Dekawatt Pa → Terapascal
m → foot W → Deciwatt Pa → Gigapascal
m → inch W → Centiwatt Pa → Megapascal
m → lightyear W → Milliwatt Pa → Hectopascal
m → exameter W → Microwatt Pa → Dekapascal
m → petameter W → Nanowatt Pa → Decipascal
m → terameter W → Picowatt Pa → Centipascal
m → gigameter W → Femtowatt Pa → Millipascal
m → megameter W → Attowatt Pa → Micropascal
m → hectometer W → Horsepower Mechanical Pa → Nanopascal
m → dekameter W → Horsepower Electrical Pa → Picopascal
m → micron W → Horsepower Metric Pa → Femtopascal
m → picometer W → kcal/hour Pa → Attopascal
m → femtometer W → cal/hour Pa → Torr
m → attometer W → Joule/hour Pa → CentimeterMercury
m → megaparsec W → KJoule/hour Pa → CentimeterWater
m → kiloparsec
m → parsec
m → astronomicalUnit
Angle Speed Data Temperature
deg → radian m/s → km/h decimal → binary ºC → Fahrenheit (ºF)
deg → grad m/s → mile/h decimal → octal ºC → Kelvin (K)
deg → revolution m/s → foot/h deciman → hexadecimal ºC → Rankine (ºR)
deg → circle m/s → yard/h ºC → Reaumur (ºRe)
deg → quadrant m/s → knot
deg → right angle
Area Volume Time Weight
m² → km² m³ → km³ s → µs g → kg
m² → dm² m³ → cm³ s → ns g → mg
m² → cm² m³ → mm³ s → picosecond (ps) g → ton
m² → mm² m³ → L s → femtosecond (fs) g → lb
m² → µm² m³ → mL s → attosecond (as) g → oz
m² → hectar m³ → Gallon US s → ms g → carat
m² → acre m³ → Quart US s → min g → Atomic Mass (u)
m² → mile² m³ → Pint US s → hour g → Stone US
m² → yard² m³ → tbsp UK s → day g → Stone UK
m² → foot² m³ → tbsp US s → week g → Gamma
m² → inch² m³ → tsp UK s → month g → PlanckMass
m² → hectometer² m³ → tsp US s → year g → muonMass
m² → dekameter² m³ → Barrel oil s → decade g → proton mass
m² → nm² m³ → fluid ounce UK s → century g → neutron mass
m² → are² m³ → fluid ounce US s → millenium g → deuteron mass
m² → barn² m³ → Stere s → planck time g → earth mass

About

This app is developed using React Native. It features multiple unit to convert to.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published