This project was bootstrapped with Create React App.
The app should build without errors using node v14
.
The app uses https://openexchangerates.org/ api in order to fetch real time currency exchange rates.
In order to make it work you have to create an account @openexchangerates.org and obtain free API key APP_ID
and use it as environment variable:
- In root directory copy
.env
file and rename it to:.env.local
- Save your api key as
REACT_APP_APP_ID
environment variable
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build
folder.
(you can also use npm run start
command to start the app)