L'objectif de ce projet est de créer une application d'échange de plats et de services entre Isepiens, dans le cadre de la Junior ISEP Académie. Cette application est codée en React Native et intègrera un backend utilisant le framework Symfony.
Pour acceder à la page du projet Expo : https://expo.io/@benji78/projects/LaMainTendue
- L'inscription est limitée aux Isepiens
- Les utilisateurs peuvent mettre en vente leurs plats ou proposer leurs services
- Les utilisateurs peuvent acheter des plats ou services en utilisant la monnaie virtuelle de l'application
- L'application s'adapte à toute taille de téléphone et de tablettes (responsive design)
- Installez l'application Expo Go sur votre téléphone IOS depuis l'AppStore ou Android depuis le Google Store
- Accédez à ce lien depuis le navigateur de votre téléphone Android : exp://exp.host/@benji78/LaMainTendue Malheureusement à cause de restrictions de la part d'Apple, les utilisateurs IOS doivent être connectés au compte qui a créé l'application pour pouvoir l'exécuter sur Expo Go. Mais vous pouvez toujours utiliser le lien suivant pour essayer l'application sur votre ordinateur : https://appetize.io/embed/8bnmakzrptf1hv9dq7v7bnteem?autoplay=true&device=iphone8plus¶ms={"EXKernelLaunchUrlDefaultsKey":"exp://exp.host/@benji78/LaMainTendue"}
Alternative:
- Clonez le repository et ouvrez un invite de commande dans le dossier du projet
- Après avoir installé expo avec
npm install -g expo-cli
, lancez le projet avecnpm start
- Enfin, sur IOS ouvrez l'application Caméra, et sur Android, l'application Expo Go ; et selectionez "scaner un QR code" puis scanez le QR code du terminal ou de l'Expo Dev Tools.
- Install the Expo Go app on your IOS smartphone from the AppStore or on android from the Google Store
- Go the the folowing link on your smartphone's browser : exp://exp.host/@benji78/LaMainTendue Unfortunately, due to restrictions enforced by Apple, users need to be logged in to the account that authored the app in order to be able to run it on Expo Go. However you can still use this link to try the app on your computer: https://appetize.io/embed/8bnmakzrptf1hv9dq7v7bnteem?autoplay=true&device=iphone8plus¶ms={"EXKernelLaunchUrlDefaultsKey":"exp://exp.host/@benji78/LaMainTendue"}
Alternate:
- Clone this repository and open a command prompt in the project's folder
- After installing expo with
npm install -g expo-cli
, start the project withnpm start
- Finally, on IOS open the Camera app, and on Android, the Expo Go app and select "scan a QR code" ; then scan the QR code in the terminal or in the Expo Dev Tools.