Skip to content

50Projects-HTML-CSS-JavaScript : Currcency converter #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

tajulafreen
Copy link
Owner

Description:

  • Created a Currency Converter application using HTML, CSS, and JavaScript.
  • Added an input field to enter the amount to be converted.
  • Added two dropdown selectors for choosing the source and target currencies.
  • Integrated ExchangeRate-API to fetch real-time exchange rates for conversion.
  • Implemented a button to trigger the conversion and display the result below the form.
  • Styled the app with a simple, clean, and responsive design.

Changes Made:

  • index.html: Structured the layout with input fields, dropdown selectors, and a button.
  • style.css: Added styling to make the app visually appealing and user-friendly.
  • script.js: Implemented the JavaScript logic to fetch exchange rates from the API and perform the conversion.

@tajulafreen tajulafreen merged commit 5d01f91 into main Dec 16, 2024
5 checks passed
@tajulafreen tajulafreen deleted the Currcency_converter branch December 16, 2024 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant