https://github.com/ahmad-masud/raterover
💸 An easy-to-use currency converter app
https://github.com/ahmad-masud/raterover
api axios currency currency-conversion currency-converter currency-exchange-rates openexchangerates react
Last synced: 8 months ago
JSON representation
💸 An easy-to-use currency converter app
- Host: GitHub
- URL: https://github.com/ahmad-masud/raterover
- Owner: ahmad-masud
- License: mit
- Created: 2023-01-24T08:10:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T02:37:24.000Z (over 1 year ago)
- Last Synced: 2025-02-09T17:04:43.323Z (8 months ago)
- Topics: api, axios, currency, currency-conversion, currency-converter, currency-exchange-rates, openexchangerates, react
- Language: JavaScript
- Homepage: https://ahmadmasud.com/RateRover/
- Size: 3.59 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RateRover
## Introduction
RateRover is a currency converter app developed using React. It offers a user-friendly interface to quickly and easily convert amounts between different currencies. Utilizing real-time exchange rates, RateRover ensures that users receive the most accurate and up-to-date conversion results.## Features
- **Real-time Currency Conversion**: Convert amounts between a wide range of global currencies.
- **User-friendly Interface**: Easy-to-use interface for seamless currency conversion.
- **Responsive Design**: Ensures a consistent experience across various devices and screen sizes.
- **Latest Exchange Rates**: Integrates with currency exchange APIs to fetch the latest rates.## Setup Instructions
1. **Clone the Repository**
- Clone the app repository using `git clone`, followed by the repository URL.2. **Install Dependencies**
- Navigate to the project directory: `cd RateRover-main`
- Install the necessary dependencies by running `npm install`.3. **Start the Application**
- Start the app in development mode with `npm start`.
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.## Usage
- **Selecting Currencies**: Choose the source and target currencies from the dropdown menus.
- **Entering Amounts**: Enter the amount you wish to convert in the source currency field.
- **Conversion**: The app automatically displays the converted amount in the target currency field.## Dependencies
- **React**: For building the user interface.
- **Axios**: For making HTTP requests to currency exchange APIs.## Contributing
We welcome contributions! If you're interested in improving RateRover, please feel free to fork the repository, make your changes, and submit a pull request.## License
Quant Market Predictor is released under the MIT License. See the [LICENSE](LICENSE) file for more details.### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)