soon finished

pull/2/head
Emre KARTAL 2 years ago
parent bc19c8c844
commit bb36b59bc6

@ -1,22 +1,21 @@
<div align = center>
![Image de l'application](doc/Banner_App.png)
![Image de l'application](doc/Images/Banner_App.png)
</div>
**Nom de lapplication** : FLAD :musical_note:
</br>
**Thème de lapplication** : Réseau social destiné aux appareils mobiles Android et iOS focalisé sur la musique.
**Thème de lapplication** : Réseau social cross-plateforme dans le thème de la musique destiné aux utilisateurs d'appareils mobiles.
</br>
**Récapitulation de notre application** : 👇
**Contexte** : 👇
</br>
: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 :👇
---
&nbsp; ![React Native](https://img.shields.io/badge/React%20Native-000?style=for-the-badge&logo=react&logoColor=cian&color=white)
&nbsp; ![React Native](https://img.shields.io/badge/React%20Native-000?style=for-the-badge&logo=react&logoColor=white&color=lightblue&textColor=white)
&nbsp; ![TypeScript](https://img.shields.io/badge/TypeScript-000?style=for-the-badge&logo=typescript&logoColor=white&color=blue)
&nbsp; ![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 :👇
</div>
# Technicien en charge de l'application
## Deploiement
- [x] &nbsp; ![IOS](https://img.shields.io/badge/IOS-000?style=for-the-badge&logo=apple&logoColor=black&color=white)
- [x] &nbsp; ![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:
<br>

@ -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.

@ -0,0 +1,8 @@
{
"hostType": "lan",
"lanType": "ip",
"dev": true,
"minify": false,
"urlRandomness": null,
"https": false
}
Loading…
Cancel
Save