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.
This project uses the @fawazahmed0/exchange-api for fetching real-time currency exchange rates.
To use this currency converter:
git clone https://github.com/subhranil002/React-Currency-Converter.git
cd React-Currency-Converter
npm install
npm run dev
http://localhost:5173
to view the app.Contributions are welcome! If you'd like to improve the currency converter or add new features, please follow these steps:
git checkout -b feature/your_feature
)git commit -am 'Add your feature'
)git push origin feature/your_feature
)This project is licensed under the MIT License.
Made With ❤️