Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.32 KB

Currency Converter Project 🌍💱

Overview 🚀

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.

Features 📋

  • 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.

Technologies Used 🛠️

  • HTML
  • CSS
  • JavaScript
  • OpenExchange API
  • NewsAPI

Setup Instructions 📦

To run this project locally, follow these steps:

  1. Clone Repository:

    git clone https://github.com/onlyglapor/currency-converter.git
    cd currency-converter
  2. 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.
  3. Open index.html:

    • Open index.html in your web browser.

License 📄

This project is licensed under the MIT License. See the LICENSE file for more details.