pull/321/merge
Sajeevan Vinayakavaseekaran 2 years ago committed by GitHub
commit 4a882ac94a
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)

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

Loading…
Cancel
Save