A simple and responsive currency converter app built with React. It allows you to convert between different currencies using live exchange rates and displays country flags for better user experience.
- Convert currency values between multiple currencies
- Fetches real-time exchange rates using Exchange Rate API
- Displays country flags using Flag API
- Responsive design for desktop and mobile devices
- User-friendly interface with easy input and selection
- React
- Fetch API / Axios (for API calls)
- Flag API (for country flags)
- Exchange Rate API (for currency conversion rates)
- CSS / Tailwind / Styled Components (mention your styling method)
- Node.js and npm installed on your machine
- Clone the repo
git clone https://github.com/yourusername/currency-converter.git
- Install dependencies
npm install
- Add your Exchange Rate API key in the .env file
VITE_API_KEY= your_api_key
- Run the app
npm run dev