/react-app-currency-converter

Currency Converter Application using Flask and React

Primary LanguageJava

React Currency Converter Application

Python code here

  • Here

  • hosted on heroku

Currency converter url

https://evening-sierra-86528.herokuapp.com/

pass parameter as

/fromRate/toRate

For Eg: to get conversion rate of USD in INR

https://evening-sierra-86528.herokuapp.com/USD/INR

Response

{"data":"79.8197"}

For supported currencies

for bulding debug apk

npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/ && cd android && ./gradlew assembleDebug && cd ..

for releaase apk

npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/build/intermediates/res/merged/release/ && rm -rf android/app/src/main/res/drawable-* && rm -rf android/app/src/main/res/raw/* && cd android && ./gradlew assembleRelease && cd .."# react-app-currency-converter

Demo

APK DEMO