From 627e36d9de2ea9769f5af13bdf17367be84215bb Mon Sep 17 00:00:00 2001 From: acodedoer Date: Sun, 17 May 2020 14:12:36 +0100 Subject: [PATCH] updated currency converter user stories --- Projects/2-Intermediate/Currency-Converter.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/2-Intermediate/Currency-Converter.md b/Projects/2-Intermediate/Currency-Converter.md index e35058ee..8af6fa95 100644 --- a/Projects/2-Intermediate/Currency-Converter.md +++ b/Projects/2-Intermediate/Currency-Converter.md @@ -7,9 +7,9 @@ A currency converter is used to convert an amount in one currency to its corresp ## User Stories - [ ] User can enter up to 9 digits to represent the amount to convert in a source input field -- [ ] User can view a list of available currencies and select the currency to convert from in a source drop-down list -- [ ] User can view a list of available currencies and select the currency to convert to in a destination drop-down list -- [ ] User views the value (rounded to two decimal places) of the source amount converted to the destination currency in a single output field +- [ ] User can view a soreted list of available currencies and select the currency to convert from in a source drop-down list +- [ ] User can view a sorted list of available currencies and select the currency to convert to in a destination drop-down list +- [ ] User views the value (rounded to two decimal places) of the source amount converted to the destination currency in a single output field as soon as either the input value, the source currency, or the destination currency is changed. - [ ] User must be alerted if the input is not a number ## Bonus features