Skip to content

bedirhansavas/ReactNativeCurrency

Repository files navigation

ReactNativeCurrency

I have built a currency converter application. This application helps to convert currency. When you enter a Euro value the applications converts to different currency unit.

Firstly i defined the currency types. They were EUR, JPY , TRY, USD, CAD. Later i used a library which is axios. Axios is a client fort he browser and node.js and also we can use it for react native. I have installed axios by npm and i imported to my app.js file.

Table-1 (installed axios) axios install

Table-2 (import axios) axios import

Data Extraction

Then i used a website for data extraction which is data.fixer.io. This sites gives free api key for currency so i could use free api key.

axios use
Table-3 (I used the api key)

Later I completed the view with code by using Css.

shot_1566314462 kopya

About

This is a Currency Converter mobile application. User can input Euro and see other current currency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors