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

Integrate "/convert" API into conversion UI #1

Open
SilverBirchh opened this issue Nov 16, 2021 · 0 comments
Open

Integrate "/convert" API into conversion UI #1

SilverBirchh opened this issue Nov 16, 2021 · 0 comments
Labels
feature New feature or request

Comments

@SilverBirchh
Copy link
Contributor

SilverBirchh commented Nov 16, 2021

Description

Add the ability to complete the conversion of one currency to another for a specific amount.

The API already exists for this and can be accessed at: /convert

Acceptance Criteria

Given... The application is running
And... The convert API request is functioning
When... I add in a valid currency code as the "From" value
And... I add in a valid currency code as the "To" value
And... I add in a valid amount
Then... The currency conversion button should become enabled
And... When clicked, the /convert API should be called with the entered values
And... The result outputted into the UI

Stretch Goal

Add handling of non-valid currency codes to the UI to make clear that the currency code submitted is not supported.

Assets

Before conversion:
image

After conversion:
image

@CliffAw CliffAw changed the title [FEATURE] Integrate "/convert" API into conversion UI [Feature] Integrate "/convert" API into conversion UI Jul 27, 2022
@CliffAw CliffAw added the feature New feature or request label Jul 27, 2022
@CliffAw CliffAw changed the title [Feature] Integrate "/convert" API into conversion UI Integrate "/convert" API into conversion UI Jul 27, 2022
@CliffAw CliffAw moved this to Todo in Frontend Interview Oct 1, 2024
@meetcleo meetcleo deleted a comment from SJChadwick Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants