Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 2.39 KB

README.md

File metadata and controls

41 lines (28 loc) · 2.39 KB

HandiCrawl

Handicrawl is a collaborative App aimed at facilitating motor-disabled persons to move around in any part of the world. The app consist of a map that users can populate with accessibility icons to help inform about the easiness of access of a given space or building.

The app was built in one week, using Expo on the front-end and Google Firebase as a back-end suppost. It is still under active development

handi-crawl-mocks

Demo

App opening Information screen Adding a marker Modifying inaccurate marker

Getting Started

  • You need a Google Firestore database set-up. Put the required keys and IDs as shown in the .env example file. Don't forget to allow write/read in the rules.
  • (If you prefer to use another database, you will need to heavily modify apiService.js as well as databaseConnection.js)
  • Download Expo on your mobile (Android/ iOS)
  • Run npm i on the client folder
  • Run expo start
  • Scan the QR code from the mobile Expo App
  • Enjoy !

Future features

  • User authentication
  • User engagement system
  • Broadening of the app spectrum to be an accessibility Hub

Contributors

An immense thanks to Viktor and Ian for refactoring and testing the app