Skip to content

Currency Converter - Convert currencies from selected countries on a user friendly interface

Notifications You must be signed in to change notification settings

RaymondMwaura/currency_converter

Repository files navigation

Build Status Maintainability Test Coverage

Currency Converter

This App consumes the two APIs below to create a currency converter:

Getting Started

Clone this repo and install dependencies with npm install.

Starting The Dev Server

Start the server by running

npm start

This starter uses webpack-dev-server to spin up an Express server with Hot-Reloading capability. Changes to code in .src will cause pages to reload.

Using the App

  • Select the two countries you want to do the computation on
  • Enter the amount of money based on the first currency (on the left) that you want to convert
  • Click on the 'Convert' button to get the exchange rate as well as the converted total amount

The Currency converter in action

Image description

About

Currency Converter - Convert currencies from selected countries on a user friendly interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published