💱 React Currency Converter
A simple and interactive Currency Converter built with React.js.
It allows users to convert an amount from one currency to another using live exchange rates.
🚀 Features
🌐 Real-time exchange rates (powered by a currency API)
🔄 Swap between source and target currencies
📱 Responsive and user-friendly UI
⚛️ Built using React functional components and Hooks
✅ Clean code with modular components
🛠️ Tech Stack
React.js (Vite / Create React App)
JavaScript (ES6+)
Currency API for live exchange rates
CSS / Tailwind CSS
react-currency-converter/
├── public/
├── src/
│ ├── components/
│ │ └── InputBox.jsx
│ ├── hooks/
│ │ └── useCurrencyInfo.js
│ ├── App.jsx
│ ├── main.jsx
│ └── index.css
└── package.json