INFORMACIÓN SOBRE LA APP EN ESPAÑOL: http://gueopic.com/gueopic-app/
- Gueopic APP - Communication Accessibility for people
- Index
- About the project
- How to use
- Contributors
- Development
- Deployment
GUEOPIC born by the necessity to improve the communication in an easy way to the autistic people (or with other kind of disabilities) .
The application can be useful in a lot of cases, is not just for an specific public.
This is a Pictogram application that basically speak a verb
and an item
selected by the user.
You can learn more about GUEOPIC at http://gueopic.com/ (in spanish)
- Android: https://play.google.com/store/apps/details?id=com.gueopic.gueopic
- iOs: Coming soon
The application is very easy to use:
- Add some verbs (actions).
- Add photos of the items from the person.
- Set custom audios with your voice to each verb and item.
- Open the app.
- Tap an action.
- Tap an item.
The application will reproduce both elements, so the communication will be very easy.
|
GUEOPIC Help to autistic people |
Pasaporte Escape Room Discover new escape rooms! |
Rubén Arroyo Main Developer 🌍 |
Gorka García Developer |
Gabriel Fiocchi Developer 🌍 |
Juan Eiraldi Developer |
Leonides Muguercia Developer |
- A browser
- node js 14+
- A physical device (optional)
- Anroid Studio and ADB to test in Android
- MAC OS to test in an iPhone
- Clone the repo
- Enter to "source" folder
- Install node dependences with
npm i
npm start
This will enable angular hot reload, so you don't need to re-launch the native build except you change related to the native libraries (plugins...).
- Pair your device with the computer
- Run
npm start:android
- Follow the instructions to run the app in the android device
- If the app is not launched automatically in the device, you will need to open Android Studio and launch it manually (opening the folder
android
as project)
- Run the build
npm run build:android
- In Android Studio (should be automatically opened) just generate a final build in release mode.