diff --git a/README.md b/README.md index 0d1a385..d0ac799 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,21 @@
-![Image de l'application](doc/Banner_App.png) +![Image de l'application](doc/Images/Banner_App.png)
**Nom de l’application** : FLAD :musical_note:
-**Thème de l’application** : Réseau social destiné aux appareils mobiles Android et iOS focalisé sur la musique. +**Thème de l’application** : Réseau social cross-plateforme dans le thème de la musique destiné aux utilisateurs d'appareils mobiles.
-**Récapitulation de notre application** : 👇 - +**Contexte** : 👇
:information_source: Ce projet est un travail universitaire pour la deuxième année du B.U.T Informatique de Clermont-Ferrand. -# Répartition du Gitlab +## Répartition du Gitlab La racine de notre gitlab est composée de deux dossiers essentiels au projet: @@ -49,12 +48,12 @@ npm install expo-cli export NODES_OPTIONS=--openssl-legacy-provider -export start +npx expo start De plus, cliquer sur la touche w lors du lancement -# Environnement de Travail +## Environnement de Travail Notre environnement de travail se base sur plusieurs outils et langages :👇 @@ -62,7 +61,7 @@ Notre environnement de travail se base sur plusieurs outils et langages :👇 --- -  ![React Native](https://img.shields.io/badge/React%20Native-000?style=for-the-badge&logo=react&logoColor=cian&color=white) +  ![React Native](https://img.shields.io/badge/React%20Native-000?style=for-the-badge&logo=react&logoColor=white&color=lightblue&textColor=white)   ![TypeScript](https://img.shields.io/badge/TypeScript-000?style=for-the-badge&logo=typescript&logoColor=white&color=blue)   ![JavaScript](https://img.shields.io/badge/JavaScript-000?style=for-the-badge&logo=javascript&logoColor=white&color=yellow) @@ -70,7 +69,12 @@ Notre environnement de travail se base sur plusieurs outils et langages :👇 -# Technicien en charge de l'application +## Deploiement +- [x]   ![IOS](https://img.shields.io/badge/IOS-000?style=for-the-badge&logo=apple&logoColor=black&color=white) +- [x]   ![Android](https://img.shields.io/badge/Android-000?style=for-the-badge&logo=android&logoColor=white&color=green) + + +## Technicien en charge de l'application La composition pour le projet se voit réaliser par deux élèves de l'IUT d'Aubière:
diff --git a/src/.expo/README.md b/src/.expo/README.md new file mode 100644 index 0000000..fd146b4 --- /dev/null +++ b/src/.expo/README.md @@ -0,0 +1,15 @@ +> Why do I have a folder named ".expo" in my project? + +The ".expo" folder is created when an Expo project is started using "expo start" command. + +> What do the files contain? + +- "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds. +- "packager-info.json": contains port numbers and process PIDs that are used to serve the application to the mobile device/simulator. +- "settings.json": contains the server configuration that is used to serve the application manifest. + +> Should I commit the ".expo" folder? + +No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine. + +Upon project creation, the ".expo" folder is already added to your ".gitignore" file. diff --git a/src/.expo/settings.json b/src/.expo/settings.json new file mode 100644 index 0000000..92bc513 --- /dev/null +++ b/src/.expo/settings.json @@ -0,0 +1,8 @@ +{ + "hostType": "lan", + "lanType": "ip", + "dev": true, + "minify": false, + "urlRandomness": null, + "https": false +}