Skip to content

React Currency Converter is a user-friendly application for seamless currency conversion. Built with React.js, it provides real-time exchange rates for effortless financial transactions ... ❤️

License

Notifications You must be signed in to change notification settings

subhranil002/React-Currency-Convertor

Repository files navigation

React Currency Converter

React Currency Converter is a simple web application built with React.js that allows users to convert currency values. It utilizes the Tailwind CSS framework for styling and axios for fetching currency data.

Features

  • Convert currency values from one currency to another
  • Real-time currency conversion rates fetched from an external API
  • Easy-to-use interface with intuitive controls
  • Responsive design for use on various devices

Credits

This project uses the @fawazahmed0/exchange-api for fetching real-time currency exchange rates.

Usage

To use this currency converter:

  1. Clone the repository:
git clone https://github.com/subhranil002/React-Currency-Converter.git
  1. Install dependencies:
cd React-Currency-Converter
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:5173 to view the app.

Contributing

Contributions are welcome! If you'd like to improve the currency converter or add new features, please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your_feature)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add your feature')
  5. Push to the branch (git push origin feature/your_feature)
  6. Create a new Pull Request

License

This project is licensed under the MIT License.


Made With ❤️

About

React Currency Converter is a user-friendly application for seamless currency conversion. Built with React.js, it provides real-time exchange rates for effortless financial transactions ... ❤️

Topics

Resources

License

Stars

Watchers

Forks