Skip to content

N1tchVar/Currency-Converter

Repository files navigation

Currency Converter 💰

This is a currency converter application built with React ⚛️, TypeScript 🧑‍💻, Material-UI (MUI) 🎨, and Axios 🌐. It utilizes the Free Currency API to fetch and convert exchange rates between different currencies.

Getting Started 🚀 To get started with the Currency Converter application, follow the steps below:

Prerequisites 📋 Before you begin, ensure that you have the following installed on your local machine:

Node.js (version 12 or above) 📦 npm (Node Package Manager) or yarn 🧶 Installation ⬇️ Clone the repository to your local machine using the following command:

Navigate to the project directory:

cd Currency-Converter
Install the project dependencies using npm or yarn:

npm install
or
yarn install

Configuration ⚙️
To use the Free Currency API, you need to obtain an API key by signing up on their website: https://www.freecurrencyapi.net/. Once you have the API key, follow the steps below to configure it in the application:

Create a new file called .env in the project's root directory.

Open the .env file and add the following line:

API_KEY=YOUR_API_KEY
Replace YOUR_API_KEY with the API key you obtained from Free Currency API.```

Releases

No releases published

Packages

No packages published