This repository hosts the FE application of the Currency Converter tool.
Technologies
This project was bootstrapped with Create React App.
Dependencies
Checkout the codebase from GitHub:
$ git clone https://github.com/lochanar/currency-converter-fe.git
Run the following command in order to generate an optimized production build of the app.
$ yarn build
What now?
Once you create the production build, you can serve the site using any of the options in this guide.
The package manager used in this project is yarn
. To install yarn, you can follow the official guide.
Once yarn is installed, navigate to the project root and execute the following command:
$ yarn
This will initialize and install all the required dependencies.
In order to run the app in the development mode:
$ yarn start
Visit http://localhost:3000 in the browser to use the app!
- Search for countries by name
- View information about countries - flag, name, population, official currency
- Convert an amount in SEK to a local currency
- Update SEK amount in real time to see converted value in local currency