Skip to content

kaushalchauhan/Forex-APP

Repository files navigation

Forex Rates App

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.

Table of Contents

Demo

Features

  • View forex rates for different currencies.
  • Select a base currency.
  • Dark mode for better visibility.

Getting Started

Follow these instructions to set up and run the project on your local machine.

Prerequisites

  • Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/forex-rates-app.git
    
  2. Navigate to the project directory:

    cd forex-rates-app
    
  3. Install dependencies:

    npm install or npm i

Usage

  1. Start the development server:

    npm start
    
  2. Open your browser and go to http://localhost:5173/

  3. Explore forex rates, select a base currency, and enjoy!

Dark Mode

Toggle dark mode by clicking the "Switch to Dark Mode" or "Switch to Light Mode" button.

Contributing

  1. If you'd like to contribute to the project, please follow these steps:

  2. Fork the repository.

  3. Create a new branch for your feature: git checkout -b feature-name.

  4. Commit your changes: git commit -m 'Add some feature'.

  5. Push to the branch: git push origin feature-name.

  6. Submit a pull request.

Releases

No releases published

Packages

No packages published