Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 870 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 870 Bytes

Currency-Converter-Application

This is a simple currency converter Application, which gives the real time currency conversion from source currency to target currency

An open API is used to get the real time currency updates. A Socket connection is made each time the user clicks on the button.

This is the home page of the application Screenshot-2023-06-15-at-20-37-01.png

For example if the user wants to convert CHF to INR, then the base rate is found using the external API call. Then this base rate is multiplied with the user amount and then displayed to the user. Screenshot-2023-06-15-at-20-43-49.png