A user-friendly and interactive React.js application that converts currencies using real-time exchange rates fetched from a live API.
- π Convert between multiple currencies (USD, INR, EUR, GBP, etc.)
- π Swap button to quickly switch between βFromβ and βToβ currencies
- π Real-time exchange rates from a live API
- βοΈ Built using React Hooks (
useState,useEffect) and a custom hook for fetching data
- React.js
- Tailwind CSS
- Custom React Hooks
Clone the repository and install dependencies:
git clone https://github.com/Nikhildhasmana89/react-currency-converter.git
cd react-currency-converter
npm install
npm start