Overview:
The Currency Converter is a web application developed using React, React Query, Axios, and Chakra-UI. It allows users to convert currencies easily and efficiently.
Features:
- Easy Currency Conversion: The application provides a simple and intuitive interface for users to convert currencies hassle-free.
- Real-Time Currency Rates: The system fetches real-time currency rates using the API, ensuring accurate conversion rates.
- Customizable API Key: Users can easily obtain their own API key and update it in the application’s environment file for personalized use.
Installation:
To run the Currency Converter project, follow the steps below:
Obtain an API key by link.
Update the
REACT_APP_API_KEYvalue in the.envfile with your API key.Run the following command in your terminal:
npm install && npm startThis will install the required dependencies and start the application.
Summary:
The Currency Converter is a powerful web application that allows users to convert currencies seamlessly. With its user-friendly interface, real-time currency rates, and customizable API key, it provides a convenient and efficient way to perform currency conversions. By following a few simple installation steps, users can easily set up and utilize this application to meet their currency conversion needs.