The Currency Converter is a responsive web application that allows users to convert currencies quickly and easily. The application fetches real-time exchange rates using an API and provides accurate conversion results.
-
Interactive Interface:
- Users can input a value in one currency and get the equivalent value in another.
- Buttons and input fields are functional on both sides for seamless user experience.
-
API Integration:
- Real-time exchange rates are fetched via API requests for up-to-date calculations.
-
Responsive Design:
- The application is optimized for various devices and screen sizes.
The project contains the following main folders:
-
src/:
index.html
: The main HTML file for the application.style.css
: CSS file for styling the interface.script.js
: JavaScript file handling the logic and API calls.
-
svg/:
- Contains SVG assets used in the project for visuals and icons.
- HTML: For structuring the web page.
- CSS: For styling and layout.
- JavaScript: For handling logic and API requests.
- Fetch API: To perform HTTP requests (GET, POST, PUT, DELETE).