This project is a Currency Converter web application that utilizes HTML, CSS, and JavaScript along with the OpenExchange API for currency exchange rates and the NewsAPI for displaying related news. It allows users to convert between different currencies and stay updated with relevant news.
- Currency Conversion: Convert between different currencies using real-time exchange rates.
- Latest News: Display latest news related to currency markets using the NewsAPI.
- User-friendly Interface: Simple and intuitive interface for easy navigation and usage.
- HTML
- CSS
- JavaScript
- OpenExchange API
- NewsAPI
To run this project locally, follow these steps:
-
Clone Repository:
git clone https://github.com/onlyglapor/currency-converter.git cd currency-converter
-
API Keys:
- Get your API keys and App ID for OpenExchange API and NewsAPI.
- Replace the API keys area in script.js for OpenExchange API and the server.mjs in the news-proxy-app replace the APP ID area.
-
Open
index.html
:- Open
index.html
in your web browser.
- Open
This project is licensed under the MIT License. See the LICENSE file for more details.