Skip to content

om-jadhav/Currency_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💱 Currency Converter Web App

A simple and responsive Currency Converter Web Application that allows users to convert amounts between different currencies using real-time exchange rates.


🚀 Features

  • 🌍 Real-time currency conversion using a public exchange rate API
  • 🔁 Convert between multiple international currencies
  • 📱 Fully responsive and user-friendly UI
  • ⚡ Fast and lightweight (pure HTML, CSS & JavaScript)
  • 🛡️ Basic error handling for invalid inputs and API issues

🛠️ Tech Stack

  • HTML5 – Structure of the web app
  • CSS3 – Styling and responsive design
  • JavaScript (ES6) – Logic, API integration, and DOM manipulation

📂 Project Structure

Currency Converter/
│── index.html        # Main HTML file
│── style.css         # Styling
│── app.js            # JavaScript logic
│── codes.js          # Currency & country codes

⚙️ How It Works

  1. User enters the amount to be converted.
  2. Selects From and To currencies.
  3. The app fetches live exchange rates from the API.
  4. Converted amount is displayed instantly.

▶️ How to Run the Project

  1. Download or clone the repository.
  2. Open index.html in any modern web browser.
  3. Start converting currencies 💸

🌐 API Used

  • Fawaz Ahmed Currency API (via CDN)

✨ Future Enhancements

  • Add currency flags
  • Dark mode support
  • Searchable currency dropdown
  • Offline fallback handling

📌 Author

Om Jadhav Aspiring Software & Cybersecurity Engineer


⭐ If you like this project, don’t forget to star it and share your feedback!

About

A simple static currency converter built with HTML, CSS, and JavaScript. It lets users convert amounts between predefined currencies. This beginner-friendly project helps practice web development basics like layout, styling, and DOM manipulation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors