Currency Convertor
I have deployed the application on heroku. You can review it here: https://rahulgandhi-currency-convertor.herokuapp.com/
Currency Convertor is an application build with native Javascript and pure CSS (using LESS preprocessor) whose
-
The base currency is configurable.
-
Values updating in real time
-
Using http://fixer.io/ api for conversion rates Mininum api request used.
Steps to run the project:
-
Download the project
-
Install the dependencies
npm install
-
Build the app
gulp build
-
Run the app
npm start
Launch your favorite browser and hit http://localhost:5000
Steps to run in development mode:
I am using native JS.
-
Download the project.
-
npm install
-
gulp watch
- It will build the project and would run a server using browserSync.
Technologies Used :-
Node JS ( version - 6.3.1 )
Vanilla Javascript
CSS
Less - Preprocessing css
Gulp - Task automation tool
NPM - to install dependencies defined in package.json