https://github.com/subhranil002/react-currency-convertor
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 ... ❤️
https://github.com/subhranil002/react-currency-convertor
axios axios-react currency currency-converter financial financial-tool javascript react reactjs real-time-exchange-rates tailwind tailwind-css tailwindcss
Last synced: about 2 months ago
JSON representation
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 ... ❤️
- Host: GitHub
- URL: https://github.com/subhranil002/react-currency-convertor
- Owner: subhranil002
- License: mit
- Created: 2024-03-11T15:30:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T15:32:19.000Z (over 2 years ago)
- Last Synced: 2025-07-28T01:08:26.562Z (11 months ago)
- Topics: axios, axios-react, currency, currency-converter, financial, financial-tool, javascript, react, reactjs, real-time-exchange-rates, tailwind, tailwind-css, tailwindcss
- Language: JavaScript
- Homepage: https://currency-convertor-subhranil.netlify.app
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/fawazahmed0/exchange-api) for fetching real-time currency exchange rates.
## Usage
To use this currency converter:
1. Clone the repository:
```bash
git clone https://github.com/subhranil002/React-Currency-Converter.git
```
2. Install dependencies:
```bash
cd React-Currency-Converter
npm install
```
3. Start the development server:
```bash
npm run dev
```
4. 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](https://github.com/subhranil002/React-Currency-Convertor?tab=MIT-1-ov-file).
Made With ❤️