Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1021 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 1021 Bytes

Live Currency Converter App

🚀 Live Currency Converter Application using React and Axios 🌐

This project is a real-time currency converter application that converts US Dollars to Indian Rupees using the latest exchange rates from an external API. The application is built with React and axios for data fetching, and deployed using Firebase.

Features

  • Real-time data fetching: Utilizes axios to fetch the latest exchange rates.
  • Responsive design: Clean and responsive user interface built with React.
  • Firebase deployment: Seamlessly deployed for easy access.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/currency-converter-app.git
    
  2. Navigate to the project directory:
     cd currency-converter-app
    
  3. Install the dependencies:
    npm install
    

Usage

  1. Start the development server:
    npm start
    
  2. Open your browser and navigate to http://localhost:3000 to see the application in action.