This is a simple and responsive currency converter application built using React and Tailwind CSS. It allows users to convert currencies in real time by fetching exchange rates from an API.
git clone https://github.com/sanketborse/REACT_Currency_Converter.git
cd REACT_Currency_Converter
npm install
npm start
http://localhost:3000
to use the application.The application fetches live exchange rates from an external API. Ensure you have an API key and update the necessary files accordingly.
Contributions are welcome! To contribute:
git checkout -b feature-branch
).git commit -m 'Add new feature'
).git push origin feature-branch
).This project is licensed under the MIT License.
For any inquiries or issues, feel free to reach out at [your email or GitHub profile link].