Skip to content

A simple and efficient currency converter application built with React and Vite, enabling users to convert amounts between different currencies using real-time exchange rates.

Notifications You must be signed in to change notification settings

Hareem-Gohar/Currency-Converter

Repository files navigation

Currency Converter App

A user-friendly currency converter application built with React. It allows users to convert an amount from one currency to another using real-time exchange rates.

Features

  • Real-time currency conversion using the latest exchange rates.
  • Input fields for entering the amount and selecting currencies.
  • Swap functionality to switch between "From" and "To" currencies.
  • Responsive design optimized for both desktop and mobile devices.

Getting Started

Installation

  1. Clone the repository:

    git clone https://github.com/Hareem-Gohar/Currency-Converter.git
  2. Navigate to the project directory:

    cd currency-converter-app
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm run dev

Project Structure

  • App.js: Main component managing state and logic.
  • InputBox.js: Reusable component for input fields.
  • useCurrencyInfo.js: Custom hook for fetching currency data.

License

This project is licensed under the MIT License.


About

A simple and efficient currency converter application built with React and Vite, enabling users to convert amounts between different currencies using real-time exchange rates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published