santiagoejm / React_CurrencyConverter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React_CurrencyConverter

Hello world!! This project, is a currency exchange converter,it is powered by React.js and the data is fetched from the exchangerates API.

The Styling was developed with plain CSS, and it's fairly simple. The focus of the project was the functionality of the components.

The prefix "https://cors-anywhere.herokuapp.com" were placed before the exchangerates API string, to avoid any mixed content error on this simple app, and that way proxying requests to these site via another server.

Current Functionality

  • Easily visualize the value of one currency relative to another, currently the API provide 168 different currency rates.
  • Insert from-to and to-from values to calculate their different values respectively.

Future Functionality to Implement

  • Add the option to switch from different themes (light/dark).

Usage

  • clone` the repository.
  • install the dependencies: npm install
  • run the app: npm start
  • you are good to go.

Live Demo

Just Click on the next Link: CurrencyConverter

About


Languages

Language:JavaScript 67.8%Language:HTML 17.0%Language:CSS 15.1%