From b726cc2e0b84de93474af8afbc1409c23ccee5b4 Mon Sep 17 00:00:00 2001 From: riotgage Date: Sat, 17 Oct 2020 15:46:09 +0530 Subject: [PATCH] Added CrowdSourcing App idea --- Projects/3-Advanced/crowdsourcing.md | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Projects/3-Advanced/crowdsourcing.md diff --git a/Projects/3-Advanced/crowdsourcing.md b/Projects/3-Advanced/crowdsourcing.md new file mode 100644 index 00000000..5af4bd71 --- /dev/null +++ b/Projects/3-Advanced/crowdsourcing.md @@ -0,0 +1,29 @@ +# Crowd Sourcing + +**Tier:** 3-Advanced + +Sometimes Life gets tough and we need support from not only our family and friends but all the good people out there. +Crowdsourcing has rose as one best option to ask for help from the community. + +This webapp aims to provide support to all the needy people.They can start a fundraiser +on the platform and set one amount raise. +People registered on the platform can donate to the user. + +## User Stories + +- [ ] User can start a fundraiser +- [ ] User can see funds raised so far in real time. +- [ ] User can see bank details to donate to the fund. +- [ ] A seperate Fund raiser will give extra info to user about fundraiser. + +## Bonus features + +- [ ] Implement Transaction facility in the webapp. + +## Useful links and resources + +[Implementing Payment service](https://web.dev/web-based-payment-apps-overview/) + +## Example projects + +[Ketto](https://www.ketto.org/)