# Currency Converter

## Description
A simple and efficient currency converter application built using React and Tailwind CSS. This app allows users to convert amounts between different currencies using up-to-date exchange rates fetched from an external API.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
## Features
- Convert amounts between different currencies.
- Swap currencies with a single click.
- Fetches up-to-date exchange rates from an external API.
- User-friendly interface with attractive design using Tailwind CSS.
## Installation
1. **Clone the repository:**
```sh
git clone https://github.com/kharanshuw/Currency-Converter-ReactJs-Project.git
Navigate to the project directory:
cd currency-converter
Install dependencies:
npm install
Start the development server:
npm start
Open your browser and navigate to:
http://localhost:3000
Enter the amount, select the currencies, and click "Convert" to see the converted amount.
Contributions are welcome! Please follow these steps to contribute:
Fork the repository.
Create a new branch:
git checkout -b feature/your-feature-name
Make your changes.
Commit your changes:
git commit -m 'Add feature: your feature name'
Push to the branch:
git push origin feature/your-feature-name
Open a pull request.
Your Name - kharanshuw@gmail.com
Project Link: https://github.com/kharanshuw/Currency-Converter-ReactJs-Project.git