puru-arc / currency-convertor

This is a simple currency converter web application built using HTML, CSS, and JavaScript. It allows users to convert between different currencies using up-to-date exchange rates sourced from a reliable API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currency-convertor

This is a simple currency converter web application built using HTML, CSS, and JavaScript. It allows users to convert between different currencies using up-to-date exchange rates sourced from a reliable API.

Features: Real-Time Exchange Rates: Fetches the latest exchange rates from an API to ensure accurate currency conversion. User-Friendly Interface: Provides an intuitive interface for users to easily input the amount and select the currencies they want to convert. Responsive Design: Designed to work seamlessly across various devices and screen sizes, ensuring a consistent user experience. Offline Support: Utilizes service workers to cache exchange rate data, enabling offline functionality for users with limited internet access. Customizable Themes: Offers different themes or color schemes for users to personalize their experience. Technologies Used: HTML5 CSS3 (with Flexbox/Grid for layout) JavaScript (ES6+) Fetch API for fetching exchange rates Service Workers for offline support Usage: Clone the repository: git clone https://github.com/puru-arc/currency-converter.git Open index.html in your web browser. Enter the amount you want to convert and select the currencies. Click the "Convert" button to see the converted amount. Contributions: Contributions are welcome! If you have any ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request.

About

This is a simple currency converter web application built using HTML, CSS, and JavaScript. It allows users to convert between different currencies using up-to-date exchange rates sourced from a reliable API.


Languages

Language:JavaScript 83.7%Language:CSS 9.3%Language:HTML 7.0%