This application allows users to convert between different currencies with real-time exchange rates.
- Clone the repository and navigate to the project directory.
- Visit Exchange API. Enter your email to receive a free API key.
- Replace API-KEY in index.js with your API key in index.js :
const BASE_URL = "https://v6.exchangerate-api.com/v6/API_KEY/latest";
- Simply open index.html in your browser.
- HTML
- CSS
- JavaScript
- Fetch API
- Flags API for currency flags
You can learn more about me and explore my other projects on my personal portfolio website.