Skip to content

JavaScriptAcademy/SuperConverter

Repository files navigation

SuperConverter

####Currently can convert four units

  • it can convert Currency, eg. USD/HKD/AUD/RMB/JPY/GBP
  • it can convert Length, eg. meter/feet/inch/mile
  • it can convert Weight, eg. g/kg/pound/ounce/ton
  • it can convert Temperature, eg. F/C

####Dependencies(all included as you clone it)

####Run on Browser

  • ionic serve (Command Prompt/Git Bash)

####Run on Android Device (through a windows computer)

  • Install JDK
  • Install Android SDK
  • Configure environment varibles for JDK and Android SKD
  • ionic platform add android (Git Bash)
  • connect you android device to your computer
  • ionic run android (Git Bash)

####Run on IOS Device (through a Mac)

  • ionic platform add ios (Git Bash)
  • ionic build ios --device (Git Bash)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published