Skip to content

Latest commit

Β 

History

History
35 lines (25 loc) Β· 972 Bytes

File metadata and controls

35 lines (25 loc) Β· 972 Bytes

πŸ’± Currency Converter

A simple and responsive web-based currency converter that uses real-time data from a public API.

⚑ First Project using JavaScript API integration!

πŸš€ Features

  • Real-time currency conversion using @fawazahmed0/currency-api
  • Flag icons update based on selected currencies
  • Default selection: USD ➑ INR
  • Responsive UI β€” works great on mobile and desktop
  • Clean code with separate files for logic and country codes
  • Conversion runs automatically on page load
  • Handles blank or invalid amount entries

πŸ›  Tech Stack

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • Fetch API + Async/Await
  • Responsive Design

πŸ“ Project Structure

β”œβ”€β”€ index.html # Main HTML page β”œβ”€β”€ style.css # Styles β”œβ”€β”€ app.js # Main logic for currency conversion β”œβ”€β”€ codes.js # List of country codes and currency codes β”œβ”€β”€ favicon6.jpg # Favicon used in the tab