This project is a currency converter application built with React and TypeScript.
- Clone the repository:
git clone https://github.com/Santosh-Baliarsingh/currency-converter-app.git
- Navigate into the directory:
cd currency-converter-app
- Install the dependencies:
npm install
- Start the application:
npm run dev
- Fetches real-time currency data from an API
- Allows conversion between different currencies
- Displays country flags for visual aid
- React
- TypeScript
- Material-UI
- Axios
This application uses the Free Currency API for currency conversion. You need to generate your own API key:
- Visit Free Currency API
- Click on
Get 100% Free API Key
. - Register for a new account or sign in if you already have an account.
- After signing in, you'll be redirected to a dashboard where you can see your API key.
Replace the apiKey
variable in the App.tsx
file with your own API key:
const apiKey = "your_api_key_here";
Please note that the Free Currency API does not support all currencies. If you encounter an error message stating that a currency is not supported, please select a different currency.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.