From 449d63362d338b275193e7966532ddc5bc18ad8d Mon Sep 17 00:00:00 2001 From: sajeevan16 Date: Sun, 18 Oct 2020 10:49:42 +0530 Subject: [PATCH 1/5] Update Idea - Food Donation App --- Projects/2-Intermediate/Food-Donation-App.md | 32 ++++++++++++++++++++ README.md | 1 + 2 files changed, 33 insertions(+) create mode 100644 Projects/2-Intermediate/Food-Donation-App.md 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 | From abbcfcb2829b353762af653539830212545bf986 Mon Sep 17 00:00:00 2001 From: sajeevan16 Date: Sun, 18 Oct 2020 14:50:12 +0530 Subject: [PATCH 2/5] Add new Idea Location Alarm --- Projects/1-Beginner/Location-Alarm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Projects/1-Beginner/Location-Alarm diff --git a/Projects/1-Beginner/Location-Alarm b/Projects/1-Beginner/Location-Alarm new file mode 100644 index 00000000..aa9f28cf --- /dev/null +++ b/Projects/1-Beginner/Location-Alarm @@ -0,0 +1,26 @@ +# Location Alarm + +**Tier:** 1-Beginner + +In current Application, alarms are set for particular time. Many times there are situations where the alarm/reminder is based on your current location and not based on time. The Mobile application installed on the mobile can give a alarm based on a particular location. Additionally, the application would help user to find out how far the user is away from particular reminder location on the map. + +New to the city? Afraid to miss your destination or a location you dont know about? Never worry again, this app lets you set an alarm based on destination. Everyone feels tired and exhausted at the end of the day. The long travel back home, through public transport adds to further misery. Use this app to your advantage. Indulge in a nap, without having to worry about missing your stop. Yes, this app lets you set-up an alarm that wakes you up when your destination is approaching. + +## User Stories + +- [ ] user can create new alarm for a particular location. +- [ ] user can optionally put the reminder text as well. +- [ ] User can edit/delete/update/enable/disable the alarms. +- [ ] User can see the locations on Map to find out how far he is from the expected location. + +## Bonus features + +- [ ] user can create new alarm for a particular location if and only if on particular time. + +## Useful links and resources + +- [Location based Alarm using Mobile Device](https://www.researchgate.net/publication/322200630_Location_based_Alarm_using_Mobile_Device) + +## Example projects + +- [Location Alarm](https://play.google.com/store/apps/details?id=com.btonape.locationalarm&referrer=utm_source%3DAndroidPIT%26utm_medium%3DAndroidPIT%26utm_campaign%3DAndroidPIT) From e15a18a2d8768ab961e24a38bbd9aec1336e73c2 Mon Sep 17 00:00:00 2001 From: sajeevan16 Date: Sun, 18 Oct 2020 14:52:41 +0530 Subject: [PATCH 3/5] update Readme added Location Alarm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 327776cc..b5802227 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ required to complete them. | [JS Input Validation](./Projects/1-Beginner/Javascript-Validation-With-Regex.md) | Script to validate inputs entered by a user using RegEx | 1-Beginner | | [JSON2CSV App](./Projects/1-Beginner/JSON2CSV-App.md) | JSON to CSV converter | 1-Beginner | | [Key Value](./Projects/1-Beginner/Key-Value-App.md) | Keyboard Event Values | 1-Beginner | +| [Location Alarm](./Projects/1-Beginner/Location-Alarm.md) | Create a alarm based on location | 1-Beginner | | [Lorem Ipsum Generator](./Projects/1-Beginner/Lorem-Ipsum-Generator.md) | Generate lorem ipsum placeholder text | 1-Beginner | | [Notes App](./Projects/1-Beginner/Notes-App.md) | Create an online note pad | 1-Beginner | | [Pearson Regression](./Projects/1-Beginner/Pearson-Regression-App.md) | Calculate the correlation coefficient for two sets of data | 1-Beginner | From d87209895367984f9355abb8da789af71db5fcc7 Mon Sep 17 00:00:00 2001 From: sajeevan16 Date: Sun, 18 Oct 2020 14:54:22 +0530 Subject: [PATCH 4/5] file name Changed --- Projects/1-Beginner/{Location-Alarm => Location-Alarm.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Projects/1-Beginner/{Location-Alarm => Location-Alarm.md} (100%) diff --git a/Projects/1-Beginner/Location-Alarm b/Projects/1-Beginner/Location-Alarm.md similarity index 100% rename from Projects/1-Beginner/Location-Alarm rename to Projects/1-Beginner/Location-Alarm.md From 29fc88a23a319a770c0ba0b0cbe822c7917e6757 Mon Sep 17 00:00:00 2001 From: sajeevan16 Date: Sun, 18 Oct 2020 15:03:08 +0530 Subject: [PATCH 5/5] update --- Projects/2-Intermediate/Food-Donation-App.md | 32 -------------------- README.md | 1 - 2 files changed, 33 deletions(-) delete mode 100644 Projects/2-Intermediate/Food-Donation-App.md diff --git a/Projects/2-Intermediate/Food-Donation-App.md b/Projects/2-Intermediate/Food-Donation-App.md deleted file mode 100644 index 9725956d..00000000 --- a/Projects/2-Intermediate/Food-Donation-App.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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 b5802227..ab7efbb8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,6 @@ 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 |