This is the final project for the Google Africa Scholarship Program in partnership with Andela and Udacity.
This project is hosted on Github Pages. Click https://chrismarcel.github.io/currency-converter/ to see the demo.
The following will help you get a copy of the project up and running on your local machine for development and testing purposes.
node.js [version: LTS or 9.x]
live-server
Clone the project to your computer.
git clone https://github.com/Chrismarcel/currency-converter.git
cd currency-converterThen install the live-server npm package.
npm install -g live-serverFinally run live-server.
live-serverThis will then start a local server on your machine.