From f32890b5d1f8378adb3d800afb1205b4b0f05a99 Mon Sep 17 00:00:00 2001 From: Just_Kingsley Date: Wed, 26 Oct 2022 18:43:40 +0200 Subject: [PATCH 1/2] added app idea --- Projects/2-Intermediate/Blood-Donation-App.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Projects/2-Intermediate/Blood-Donation-App.md diff --git a/Projects/2-Intermediate/Blood-Donation-App.md b/Projects/2-Intermediate/Blood-Donation-App.md new file mode 100644 index 00000000..f766315a --- /dev/null +++ b/Projects/2-Intermediate/Blood-Donation-App.md @@ -0,0 +1,30 @@ +# Blood Donation Application + +**Tier:** 2-Intermediate + +An application that allows users to donate blood to the National Blood Services (NBS) of their respective country. This applicaiton would allow users +to create user profiles, register their blood type, input useful information required when donating blood to assess their elligibility. Users also +have the ability to donate blood to specific individuals who request blood. + + +## User Stories + +- [ ] User can enter a username +- [ ] User can schedule an appointment to donate blood. +- [ ] User can request blood donation and other users can fulfil this request. +- [ ] User can view the areas on a map where they can make donations in their given city. + +## Bonus features +- [ ] User can toggle dark/light mode +- [ ] Users can receive notifications about when NBS is in their area. +- [ ] A system that allows users to earn points and collect rewards. + +## Useful links and resources + +- [NA]() +- [NA]() + + +## Example projects + +- [National Blood Services](https://www.blood.gov.au/) \ No newline at end of file From 2fe7ba79b4daa157f336ca6dfd38055e306aeadb Mon Sep 17 00:00:00 2001 From: Just_Kingsley Date: Wed, 26 Oct 2022 18:45:56 +0200 Subject: [PATCH 2/2] minor updates --- Projects/2-Intermediate/Blood-Donation-App.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Projects/2-Intermediate/Blood-Donation-App.md b/Projects/2-Intermediate/Blood-Donation-App.md index f766315a..93b8a067 100644 --- a/Projects/2-Intermediate/Blood-Donation-App.md +++ b/Projects/2-Intermediate/Blood-Donation-App.md @@ -21,10 +21,8 @@ have the ability to donate blood to specific individuals who request blood. ## Useful links and resources -- [NA]() -- [NA]() - +- [National Blood Services](https://www.blood.gov.au/) ## Example projects -- [National Blood Services](https://www.blood.gov.au/) \ No newline at end of file +- [NA]()