This is a simple React application that fetches and displays forex rates using the ForexRateAPI. It allows users to select a base currency and view the exchange rates for various currencies.
- View forex rates for different currencies.
- Select a base currency.
- Dark mode for better visibility.
Follow these instructions to set up and run the project on your local machine.
- Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/your-username/forex-rates-app.git
-
Navigate to the project directory:
cd forex-rates-app
-
Install dependencies:
npm install or npm i
-
Start the development server:
npm start
-
Open your browser and go to http://localhost:5173/
-
Explore forex rates, select a base currency, and enjoy!
Toggle dark mode by clicking the "Switch to Dark Mode" or "Switch to Light Mode" button.
-
If you'd like to contribute to the project, please follow these steps:
-
Fork the repository.
-
Create a new branch for your feature: git checkout -b feature-name.
-
Commit your changes: git commit -m 'Add some feature'.
-
Push to the branch: git push origin feature-name.
-
Submit a pull request.