diff --git a/Projects/2-Intermediate/Food-Donation-App.md b/Projects/2-Intermediate/Food-Donation-App.md new file mode 100644 index 00000000..9725956d --- /dev/null +++ b/Projects/2-Intermediate/Food-Donation-App.md @@ -0,0 +1,32 @@ +# Food Donation App + +**Tier:** 2-Intermediate + +An app will allow the restaurants to call on the charities that surround their area to donate excess food every day to the homeless. + +The app will probably have two types of customers, the restaurant manager, and the Conductor of charities. + +## User Stories - Restaurants + +- [ ] User can create an account. +- [ ] User able to post their excess food (photo, quantity, Food.). + +## User Stories - Charities + +- [ ] User can create an account. +- [ ] User can detain Food-Post If able to collect those. +- [ ] User can solicitation their Food needs. + +## Bonus features + +- [ ] Charity user also can detain particular no of quantity Food. +- [ ] Charity user can add the collectible time. + +## Useful links and resources + +- [5 Apps that Reduce Food Waste and Help Feed the Hungry](http://seedstock.com/2016/06/30/5-apps-that-decrease-food-waste-by-feeding-the-hungry/) + +## Example projects + +- [Food CowBoy](https://www.foodcowboy.com/) +- [Food for All](https://apps.apple.com/us/app/food-for-all/id1214730896) diff --git a/README.md b/README.md index f6557617..327776cc 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ required to complete them. | [Emoji Translator App](./Projects/2-Intermediate/Emoji-Translator-App.md) | Translate sentences into Emoji | 2-Intermediate | | [Flashcards App](./Projects/2-Intermediate/FlashCards-App.md) | Review and test your knowledge through Flash Cards | 2-Intermediate | | [Flip Art App](./Projects/2-Intermediate/Flip-Art-App.md) | Animate a set of images | 2-Intermediate | +| [Food Donation App](./Projects/2-Intermediate/Food-Donation-App.md) | Donate excess food | 2-Intermediate | | [Game Suggestion App](./Projects/2-Intermediate/Game-Suggestion-App.md) | Create polls to decide what games to play | 2-Intermediate | | [GitHub Profiles](./Projects/2-Intermediate/GitHub-Profiles.md) | A GitHub user search App | 2-Intermediate | | [HighStriker Game](./Projects/2-Intermediate/HighStriker-Game.md) | Highstriker strongman carnival game | 2-Intermediate |