Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 859 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 859 Bytes

REAL TIME CURRENCY CONVERTER

Mentor

Mentor
tp-py-3 Shamma Praveen
tp-py-2 Devanshi Singh

Members

Name
1 Lourde Mary
2 Richa Sikarwar
3 Prajakta Deokule
4 Nikita Srivastava

About Project

Aim is to create a currency converter to help us convert a sum of money from one currency to another. Currency exchange rates are constantly changing which is why we have decided against the idea of storing all the exchanges rates in our code are these would not remain up-to-date. Instead we will retrieve up-to-date currency exchange rates by making calls to an API that provides the current rates.

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.

Workflow