Currency Converter is a simple and interactive web application developed using HTML, CSS, and JavaScript.
The project allows users to convert currency values from one currency to another using real-time exchange rates.
This project was built to understand:
- Working with APIs in JavaScript
- Handling user input and form validation
- DOM manipulation and event handling
- Building practical frontend utility applications
The application is frontend-based and fetches exchange rates dynamically.
💱 Real-time currency conversion
🌍 Multiple currency support
📊 Accurate exchange rate calculations
🎨 Clean and responsive user interface
⚡ Instant result updates on input change
- HTML5 – Structure and input forms
- CSS3 – Styling and responsive layout
- JavaScript (Vanilla) – API handling and logic
Currency-Convertor/ │── index.html │── style.css │── script.js │── README.md
- Clone the repository:
git clone https://github.com/Shrey1006/Currency-Convertor.git
- Open index.html in a web browser.
📈 Historical exchange rates 🔄 Auto-refresh exchange values 🌐 Offline support 📱 Improved mobile UI
Shreyansh Mojidra