Skip to content

AmanRai8/currency-converter

Repository files navigation

Currency Converter

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.

Features

  • 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

Technologies Used

  • 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)

Getting Started

Prerequisites

  • Node.js and npm installed on your machine

Installation

  1. Clone the repo
    git clone https://github.com/yourusername/currency-converter.git
  2. Install dependencies
    npm install
  3. Add your Exchange Rate API key in the .env file
    VITE_API_KEY= your_api_key
  4. Run the app
    npm run dev

About

A responsive React app for real-time currency conversion with live exchange rates and country flags.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published