Currency Converter
This project simply converts foreign currencies. Since I'm only using the Free API's version, it has a limit of 100 HTTP requests per hour.
Tools & Technologies
- ReactJS
- Material-UI
- Axios
- dotenv
- Material-Table
- MomentJS
- Redux
- The Free Currency Conver API
Installation
To clone this project to your device, type the code below to your git bash:
git clone https://github.com/itshally/currencyxchange.git
After cloning the repo, make sure to install all the dependencies before running it locally.
cd currencyxchange
npm i
Note:
You must add a .env file at the root folder of the repository, and type the following:
REACT_APP_API_KEY=[insert your api key]
Once the intallation of the dependencies are done and you got your API key, you can run it now to your machine.
npm start
In order for you to get your free API key, you must check their website here
Simply enter your email address and they will send you your own API key.
This is the currencyconverterapi's website
Email form for you to get your API key
Screenshots
License
Distributed under the MIT License