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