Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 444 Bytes

unit-converter.md

File metadata and controls

15 lines (12 loc) · 444 Bytes

Make a unit converter

Interface

Design the interface however you would like. If you get stuck, try to recreate the converter interface used at Google.

Details

Convert various units from one to the other.

Examples

  • Kilometers to miles
  • Inches to millimeters
  • Ounces to pounds
  • Celsius to Fahrenheit
  • Grams to ounces
  • Any unit conversion that you find useful