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.
- Live Demo: Project Link
- 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.
- Node.js and npm installed on your system.
- Clone this repository:
git clone https://github.com/SARVESHYOGI/currency-converter.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
.
- React.js: Frontend framework.
- **Tailwind CSS, For styling.
- **https://latest.currency-api.pages.dev/v1/currencies/${currency}.json the currency API used for live rates.
- Enter the amount in the input field.
- Select the base currency (e.g., USD).
- The application instantly calculates and displays equivalent values in other currencies.
Contributions are welcome! Please fork this repository and submit a pull request with your changes.