A user-friendly currency converter application built with React. It allows users to convert an amount from one currency to another using real-time exchange rates.
- Real-time currency conversion using the latest exchange rates.
- Input fields for entering the amount and selecting currencies.
- Swap functionality to switch between "From" and "To" currencies.
- Responsive design optimized for both desktop and mobile devices.
-
Clone the repository:
git clone https://github.com/Hareem-Gohar/Currency-Converter.git
-
Navigate to the project directory:
cd currency-converter-app
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
- App.js: Main component managing state and logic.
- InputBox.js: Reusable component for input fields.
- useCurrencyInfo.js: Custom hook for fetching currency data.
This project is licensed under the MIT License.