HIFU - A search and rescue ‘dead man’s switch’ for all of your outdoor activities. Simply enter your personal and emergency contact information, and search for, and define, your location and custom route waypoints on the map. When all the information is complete, submit your activity and it will be stored securely. When you check-in before your routes end time, ALL of your submitted information is deleted from our system. If you fail to checked-in by the stated end time of your route, we will automatically forward all of your location and trip info to your emergency contact.
Follow the steps below to get this project up and running on your local environment:
- Install the Expo CLI
npm install -g expo-cli
- Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. On Android, use the Expo app to scan the QR code from your terminal to open your project. On iOS, use the built-in QR code scanner of the Camera app.
- Clone down this repo
- CD into directory
- Install all dependencies:
npm install
- Start up the Expo server:
expo start
- In the window that opens up in your browser, click
run on IOS simulator
- Or download the Expo App from the apple store on your phone. If you are connected to the same network, you can scan the QR code to get started or open the Expo and select the Project.
- Browse the app.
- React Native
- Redux
- React-Native-Maps
- Build out the ability for the app to work with Users
- Send map of created way points to emergency contact email.
- Users can add/ save particular form information to expedite form process.
- Have ability to save frequented trips/ sites to user profile.