Skip to content

The Currency Converter is a React-based application that allows users to convert a given amount from one currency to another. It features real-time input handling, intuitive formatting, and a clean user interface for a seamless conversion experience.

Notifications You must be signed in to change notification settings

SARVESHYOGI/currency-converter

Repository files navigation

Currency Converter

Description

The Currency Converter is a simple React-based web application that converts a given amount from one currency to another. Users can input a value in one currency (e.g., USD) and view the equivalent amount in other currency formats. This project demonstrates a practical implementation of ReactJS for real-time input handling and formatting.


Demo


Features

  • Input a currency value (e.g., USD).
  • Instantly convert the value to multiple other currencies.
  • Clean and user-friendly interface.
  • Handles formatting for accurate currency representation.

Installation and Usage

Prerequisites

  • Node.js and npm installed on your system.

Setup Instructions

  1. Clone this repository:
    git clone https://github.com/SARVESHYOGI/currency-converter.git
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev
  4. Open your browser and navigate to http://localhost:5173.

Technologies Used


How It Works

  1. Enter the amount in the input field.
  2. Select the base currency (e.g., USD).
  3. The application instantly calculates and displays equivalent values in other currencies.

Screenshots

Screenshot of Currency Converter Screenshot of Currency Converter


Contributing

Contributions are welcome! Please fork this repository and submit a pull request with your changes.


About

The Currency Converter is a React-based application that allows users to convert a given amount from one currency to another. It features real-time input handling, intuitive formatting, and a clean user interface for a seamless conversion experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published