Currency converter application. It allows double input dynamic currency conversion.
-
Features: Currency converter; Conversion table; Conversion rate history chart.
-
API: Banca D'Italia.
-
Lang: IT
-
Clone the repository:
git clone https://github.com/marcograsso/currency-converter.git
-
Navigate to the project's directory:
cd currency-converter
-
Install dependencies:
npm install
-
Start the application:
npm start