pull/318/merge
Sajeevan Vinayakavaseekaran 2 years ago committed by GitHub
commit bafbeb94f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

@ -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)

@ -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 |
@ -94,6 +95,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 |

Loading…
Cancel
Save