From c113eb565ec644bfa285b88d1b635ff96ddac98f Mon Sep 17 00:00:00 2001 From: bolaji ogidan Date: Thu, 29 Oct 2020 07:49:38 +0100 Subject: [PATCH] ideas-added --- .../1-Beginner/mobile-top-confirmation.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Projects/1-Beginner/mobile-top-confirmation.md diff --git a/Projects/1-Beginner/mobile-top-confirmation.md b/Projects/1-Beginner/mobile-top-confirmation.md new file mode 100644 index 00000000..16751890 --- /dev/null +++ b/Projects/1-Beginner/mobile-top-confirmation.md @@ -0,0 +1,27 @@ +# Mobile-topup-confirmation + +**Tier:** 1-Beginner + +In recent times a lots of bank account users make mistakes of purchasing airtime exceeding the prefeered amount they wish . bank app gives option for users to do a mobile top app from there app, a user might want to purchase aitime of $10, mistakenly press $100 , so this app will prompt for two step confirmation before any purchase could be made. + + +## User Stories + +- [ ] User can confirm the balance of the account +- [ ] User can be sure of amount paying if exceeding a fixed amount for top ups + + +## Bonus features + +- [ ] User can see the fixed amount paid for +- [ ] User can generate receipts for transactiom + +## Useful links and resources + +- [Using Fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch) + + + +## Example projects + +