Skip to content
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

Currency Convertor #17

Open
Rajatt09 opened this issue Oct 23, 2024 · 2 comments
Open

Currency Convertor #17

Rajatt09 opened this issue Oct 23, 2024 · 2 comments

Comments

@Rajatt09
Copy link
Contributor

Description:
Currency Converter should allow users to convert between multiple currencies. You can either use a currency conversion API to fetch real-time rates or create a static conversion table with a few predefined rates for simplicity.

Key Features:

User Input:

  • An input field for users to enter the amount they wish to convert.
  • Dropdown menus for selecting the source currency and target currency.

Conversion Logic:

  • Calculate the converted amount using either real-time data from an API or static rates.
  • Display the converted amount in a clear, readable format.

Responsive Design:

  • Ensure the application looks good on both desktop and mobile devices.

Error Handling:

  • Provide feedback if the user inputs invalid data or if conversion rates are unavailable.
@Mitanshu4529
Copy link

PLEASE ASSIGN THIS ISSUE TO ME!!

@Rajatt09
Copy link
Contributor Author

Assigned 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants