Skip to content

A web app that displays trending currency values at a global level, allows users to select country currency codes to get relative rates,

Notifications You must be signed in to change notification settings

saladilakshman/currency-converter

Repository files navigation

Currency Converter App

This Currency Converter App is built using ReactJS, MUI, and the Exchange Rates API with Axios. The app displays trending currency values at a global level, allows users to select country currency codes to get relative rates, includes a local storage feature, and is fully responsive.

Features

  • Trending Currency Values: Displays the latest trending currency values at a global level.
  • Currency Conversion: Allows users to select a country currency code and get the exchange rate relative to the global market.
  • Local Storage: Stores user preferences and selected currencies locally within the browser for convenience.
  • Responsive Design: Ensures a seamless experience across all devices, including desktops, tablets, and mobile phones.

Technologies Used

  • ReactJS : For building the user interface.
  • MUI (Material-UI) : For a consistent and modern design.
  • Exchange Rates API : For fetching the latest exchange rates.
  • Axios : For making API requests.
  • Local Storage : For storing user data locally.

Installation

  1. Clone the repository:

    git clone https://github.com/saladilakshman/currency-converter.git
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:5173.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature-branch
  3. Make your changes and commit them:

    git commit -m "Description of your changes"
  4. Push to the branch:

    git push origin feature-branch
  5. Create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A web app that displays trending currency values at a global level, allows users to select country currency codes to get relative rates,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published