Create a simple currency converter - HTML/Javascript
Make money for being or staying online/internet.

You will get a $50 starting gift when you join using this code: Exode4LKrbujm1z and link:: GET THE OFFER NOW!!

This is a simple project to get you started with basic JavaScript.I will be showing you how to create a simple forex converter.

Tutorial
HTML markup
copy
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h3>Converter </h3>

<form>

<input type="number" id="forex-amount" placeholder="Enter currency">

<select id="forex-rate">
<option disabled selected value="select">select currency</option>
<option value="3665.301">USD</option>
<option value="4635.3835">GBP</option>
<option value="4635.3835">EUR</option>
<option value="33.3528">KES</option>
</select>

<input type="text" id="forex-ugx" placeholder="result">
</form>

</body>
</html>

The JavaScript file was causing issues while uploading it, so i decided to put it inside the zipped file you are about to download below.Just know it is simple code.

Note: The currency values that am using for this tutorial are static. You can decide to get them from an API that deals with currency conversion or your own database which is the common practice by banks.



 

To download the source code Click here description

Banks like Centenary in uganda use it,check it out:: attach_money Forex Converter

Save up to 80% with this Domain & Shared Hosting package deal! 80% OFF - GET OFFER NOW

Related Post(s)

» How to Animate Font Awesome Icons With Javascript

» HTML Entities Code Alphabet Discovery Using JavaScript

» How to Install Node.js® and NPM on Windows

» How to create a Dynamic GO BACK button on a 404 Error Page

» How to create a Digital Clock using JavaScript

collections_bookmark Category :: Javascript
date_range Published :: 5 years ago At: 01:47 PM
event_note Detailed Date :: Jan 10th, 2019
person Writer :: Code
  • RECENT POSTS
3 weeks ago

Mr.

(sel


3 weeks ago

Mr.

(sel


3 weeks ago

Mr.

555


3 weeks ago

Mr.

555


3 weeks ago

Mr.

5550


3 weeks ago

Mr.

5550


3 weeks ago

Mr.

555


3 weeks ago

Mr.

555


Subscribe
  • ADVERTISEMENT

YOU MAY LIKE THESE POSTS

share