Currency Converter 🌍💱
A responsive Currency Converter web application built with React, Vite, and TailwindCSS. This project fetches real-time currency exchange rates from the @fawazahmed0/currency-api.
Features 🚀
- Convert between various currencies in real time.
- Simple and intuitive user interface.
- API-driven exchange rate updates.
Tech Stack 🛠️
- React for interactive UI.
- Vite for fast build and development.
- TailwindCSS for modern styling.
- Currency API for real-time exchange rates.
How It Works 🔧
- User inputs a value and selects a currency.
- The app makes an API call to retrieve the latest exchange rate.
- The converted value is displayed instantly.
Setup & Run Locally 📦
Clone the repository:
git clone https://github.com/yourusername/Currency-Converter-React.git
cd Currency-Converter-React
Install dependencies:
npm install
Start the development server:
npm run dev
Live Demo 🌐
Link to Deployed App
License 📄
This project is licensed under the MIT License.