🚀 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.
- 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.
- Clone the repository:
git clone https://github.com/your-username/currency-converter-app.git
- Navigate to the project directory:
cd currency-converter-app
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to http://localhost:3000 to see the application in action.