-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,43 @@ | ||
# help-me | ||
# help-me | ||
# Help-me | ||
|
||
## Problem Statement | ||
> When there's none to go to. In times of danger or trouble, there is nowhere to seek help from, like the police or any force of authority that might help in the situation, how can this be addressed? | ||
## Challenges we faced | ||
> | ||
## features | ||
- send distress messages automatically when you are in trouble | ||
- receive notifications from others when they are in trouble and access their location using google maps | ||
- add close contacts (automatically send them messages when you are in trouble) | ||
- configure hardware buttons (comming soon) | ||
|
||
## samples: | ||
|
||
<img src="https://github.com/ankithans/help-me/blob/main/mockups/1.jpeg" width="250"> <img src="https://github.com/ankithans/help-me/blob/main/mockups/2.jpeg" width="250" style="float:right"> <img src="https://github.com/ankithans/help-me/blob/main/mockups/3.jpeg" width="250"> | ||
|
||
<img src="https://github.com/ankithans/help-me/blob/main/mockups/3.1.jpeg" width="250"> <img src="https://github.com/ankithans/help-me/blob/main/mockups/4.jpeg" width="250" style="float:right"> <img src="https://github.com/ankithans/help-me/blob/main/mockups/5.jpeg" width="250"> | ||
|
||
<img src="https://github.com/ankithans/help-me/blob/main/mockups/6.jpeg" width="250"> <img src="https://github.com/ankithans/help-me/blob/main/mockups/7.jpeg" width="250" style="float:right"> <img src="https://github.com/ankithans/help-me/blob/main/mockups/8.jpeg" width="250"> | ||
|
||
|
||
|
||
## Tech Stacks & dependencies | ||
###### Backend | ||
- nodejs | ||
- Heroku [https://help-mee.herokuapp.com/](https://help-mee.herokuapp.com/) | ||
- documentation [https://documenter.getpostman.com/view/11391372/TVYQ2EBd#136607c4-b3cb-4e7f-9c96-82f7950aeee7](https://documenter.getpostman.com/view/11391372/TVYQ2EBd#136607c4-b3cb-4e7f-9c96-82f7950aeee7) | ||
- Firebase FCM | ||
- twilio | ||
|
||
###### Frontend | ||
- Flutter for cross-platform application | ||
- [location](https://pub.dev/packages/location) | ||
- [http](https://pub.dev/packages/http) | ||
- [firebase_messaging](https://pub.dev/packages/firebase_messaging) | ||
- [flutter_secure_storage](https://pub.dev/packages/flutter_secure_storage) | ||
- [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications) | ||
- [workmanager](https://pub.dev/packages/workmanager) | ||
- [maps_launcher](https://pub.dev/packages/maps_launcher) | ||
|
||
|