This project is a simple currency converter that utilizes the free API from Free Currency API. It allows users to easily and quickly convert amounts from one currency to another.
- Currency Selection: Users can choose the source and target currencies.
- Convertible Amount: Allows entering the amount of the source currency to be converted.
- Bidirectional Conversion: The conversion is two-way, allowing changes to both the source and target currencies.
- Result Display: Clearly shows the conversion result on the user interface.
- Responsive Interface: Designed to adapt to both desktop and mobile devices.
- Clone this repository:
git clone https://github.com/lisandrozanni/currency-conversion-app.git
- Navigate to the project directory:
cd currency-conversion-app
- Install dependencies:
npm install
- Start the application:
npm run dev
- Open your browser and visit http://localhost:5173