Motivation | Build status | Technologies | User Stories | Mock up | User Interaction and Interaction | Running the App | Running tests | Contributing | Leaning documentation | MADE Engineers
MADE to Help is a mobile app that helps find you the best, and most accessible, routes for those who need help navigating the city.
There are some great navigation mobile apps already in existence, BUT they’re lacking recommended routes for people with accessibility concerns. We decided to create a mobile app that helps people with disabilities and other mobility concerns navigate their way from A to B, avoiding obstacles, while also providing them with the shortest route possible. We think everyone has the right to enjoy and contribute to the wonderful city of London. With that in mind, we created Made to Help.
As a User
So that I can see where I am
I want to open the app and see my location
As a User
So that I can plan my journey
I want to enter a start and end destination
As a User
So that I can warn others about a broken lift or absence of a ramp
I want to be able to send an alert
As a User
So that I am aware of reports
I want to see potential blockers on my journey
- Clone this repository:
$ git clone https://github.com/m-rcd/made-to-help
$ cd made-to-help
- Install dependencies:
$ yarn install
-
Download
expo
app on your phone -
Run the app:
$ expo start
-
Iphone: scan the QR code with the camera and open expo.
-
Android: scan the QR code from expo app.
- To run unit tests:
$ yarn test
- To run feature tests:
$ expo start
$ yarn feature-tests
- To check coverage:
$ yarn coverage
Pull Requests are always welcome.
When you edit the code, please run yarn test
to check all the tests pass. Also run yarn lint
to formatting of your code before you git commit.
Ensure the PR description clearly describes the problem and solution. It should include the relevant issue number, if applicable.