π± Currency Converter Web App A sleek and responsive web-based currency converter built using HTML, CSS, and JavaScript, designed to provide real-time exchange rate conversions with an intuitive user experience.
π Features Convert between multiple currencies instantly
Fetches live exchange rates using API
Responsive design for desktop and mobile devices
Clean user interface with smooth interaction
Lightweight and fast-loading application
π οΈ Tech Stack Frontend: HTML5, CSS3, JavaScript (ES6+)
API: ExchangeRate-API (or whichever you used)
Tools: Fetch API, DOM manipulation
π How It Works User selects source and target currencies.
Inputs the amount to be converted.
On button click or input, the app fetches the latest exchange rate.
Displays the converted result in real time.
π Project Structure currency-converter/ β βββ currency.html β Main HTML file βββ currency.css β Custom styles βββ currency.js β JavaScript logic & API handling βββ codes.js βββ README.md β Project overview
π Learnings This project helped me enhance my understanding of:
API integration & asynchronous JavaScript
DOM events and user interaction handling
Clean, modular frontend design principles
β Future Improvements Add currency rate charts
Include offline support with cached rates
Support dark/light theme toggle
π¬ Contact Feel free to connect with me on LinkedIn or reach out for collaboration!# Currency-convertor Designed and developed a responsive currency converter that allows users to seamlessly convert between multiple global currencies using real-time exchange rates