Skip to content

A Currancy Convertor Application Implemented Using JavaFx with Fixer API Key.

Notifications You must be signed in to change notification settings

RajkumarSony/Currancy-Convertor-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currancy Convertor Final Project

A Currancy Convertor Application Implemented Using JavaFx with Fixer API Key.

INTRODUCTION

A currency converter is software code that is designed to convert one currency into another in order to check its corresponding value. The code is generally a part of a web site or it forms a mobile app and it is based on current market or bank exchange rates.

In order to convert one currency into another, a user enters an amount of money (e.g. '1000') and chooses the currency he/she wishes to check the monetary value of (e.g. 'United States Dollar'). After that, the user selects one, or sometimes several other currencies, he/she would like to see the result in. The application software then calculates and displays the corresponding amount of money.

Currency converters aim to maintain real-time information on current market or bank exchange rates, so that the calculated result changes whenever the value of either of the component currencies does. They do so by connecting to a database of current currency exchange rates.

MISSION & VISION

Collect and hold money in multiple currencies Convert your balances from one currency to another or use them to make payments

Get in-country code details in the list to collect locally and convert

OUR WORKING SYSTEM

Foreign exchange rates and currency conversion using JSON API from https://data.fixer.io

==========================================================>>

GET https://data.fixer.io/api/latest

{ "base": USD, "date": "2018-02-13", "rates": { "CAD": 1.260046, "CHF": 0.933058, "EUR": 0.806942, "GBP": 0.719154, [170 world currencies] } }
==========================================================>>

Fixer is a simple and lightweight API for current and historical foreign exchange (forex) rates.

SOFTWARE REQUIREMENTS

Languages : JavaFx (JDK 1.8+) Platform : Windows, Linux User-Interface : FXML

	* Note :  Internet Connection is mandatory.

HARDWARE REQUIREMENTS

Processor : Intel, AMD, etc. Hard Disk : 512 MB RAM : 256 MB VGA : Intel 4000, AMD, etc. Monitor : Any Colour Monitor

Snaps

  • Image - 1

  • Image - 2

  • Image - 3

About

A Currancy Convertor Application Implemented Using JavaFx with Fixer API Key.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages