Skip to content

Himaanshuuuu04/Currency-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter 💱

Welcome to the Currency Converter repository! This project is a user-friendly web application that allows you to convert currencies in real-time using the latest exchange rates.

Features ✨

  • Real-Time Conversion: Convert between multiple currencies with real-time exchange rates.
  • Multiple Currency Support: Supports a wide range of currencies from around the world.
  • Intuitive User Interface: Simple and easy-to-use interface.

Tech Stack 🛠️

  • React
  • JavaScript (ES6)
  • Exchange Rate API: For fetching real-time exchange rates.

Installation & Setup 🚀

  1. Clone the repository:

    git clone https://github.com/Himaanshuuuu04/Currency-Converter.git
  2. Navigate to the project directory:

    cd Currency-Converter
  3. npm start:

    • You can run this on the go.
      npm i
      npm start
      
    • Then, open your browser and navigate to http://localhost:8080 (or the port provided by your local server).

Usage 📚

  • Select the currencies you want to convert from and to using the dropdown menus.
  • Enter the amount you wish to convert.
  • Click 'Convert' to get the equivalent amount in the desired currency.

Contributing 🤝

Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License 📄

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