This is simple currency convertion application built using nothing about vanillaJs, jQuery and template engines such as handlebars. Nodejs is used as a proxy server for client to access the free currency conversation apis.
Check out the live demo deployed in heroku.
- Clone the repo and install the dependencies
git clone https://kishore-devaraj/vanillaJs-spa.git
npm install
- Run the development server, the api keys are provided in .env file for testing and dev purpose
npm run start-watch
Note: This repo can be further developed by enchancing its UI, adding more features and unit tests.