Skip to content

A React Native currency converter app which converts INR to any other currency.

Notifications You must be signed in to change notification settings

gourav-singhal/CurrencyConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency converter (React native)

A React Native currency converter app which converts INR to any other currency.

Run the project:

  • Clone/download the project
  • Make sure you have the required setup on your local machine
  • Run the following commands:- 👍
npm install

react-native link
		or
rnpm link

react-native run-ios
		or
react-native run-android

Stuff used to make this:

  • Thanks to Mr. Oleg Frolov and his designs, from which the inspiration to this project came. 👍
  • Fixer.io api for providing the currency rates. 👍