mirror of
https://github.com/LucasVbr/Queezer.git
synced 2026-05-13 17:11:55 +00:00
refactor: Update README.md
This commit is contained in:
@@ -1,21 +1,28 @@
|
||||
# Queezer
|
||||
<h1 align="center">Welcome to Queezer 👋</h1>
|
||||
<p>
|
||||
<img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" />
|
||||
<a href="./LICENSE" target="_blank">
|
||||
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## Roadmap
|
||||
> Android application of quizz using Deezer api
|
||||
|
||||
- [X] Page d'accueil
|
||||
- [X] Page des Paramètres
|
||||
- [X] URL de l'API
|
||||
- [X] Nombre de questions
|
||||
- [X] Mode de jeu
|
||||
- [X] Annuler les modifications
|
||||
- [X] Sauvegarder les modifications
|
||||
- [ ] Partie Rapide
|
||||
- [ ] Lancer une musique
|
||||
- [ ] Prendre en compte les réponses
|
||||
- [ ] Afficher les scores
|
||||
- [ ] Boucle de jeu, toutes les 30 secondes change de titre
|
||||
- [ ] Partie Personnalisée
|
||||
- [ ] Afficher une page de paramètres
|
||||
- [ ] Page des Scores
|
||||
## Authors
|
||||
|
||||
- [ ] Désactiver la rotation de l'écran
|
||||
👤 **Lucàs Vabre**
|
||||
|
||||
* Website: https://lucasvbr.dev
|
||||
* Github: [@LucasVbr](https://github.com/LucasVbr)
|
||||
* LinkedIn: [@lucasvbr](https://linkedin.com/in/lucasvbr)
|
||||
|
||||
👤 **Kevin Mitressé**
|
||||
|
||||
* Website: https://kmitresse.free.fr
|
||||
* Github: [@kmitresse](https://github.com/kmitresse)
|
||||
* LinkedIn: [@kmitresse](https://linkedin.com/in/kmitresse)
|
||||
|
||||
## 📝 License
|
||||
|
||||
Copyright © 2025.<br />
|
||||
This project is [MIT](./LICENSE) licensed.
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "APK",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "fr.univpau.queezer",
|
||||
"variantName": "release",
|
||||
"elements": [
|
||||
{
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "1.0",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File",
|
||||
"baselineProfiles": [
|
||||
{
|
||||
"minApi": 28,
|
||||
"maxApi": 30,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/1/app-release.dm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minApi": 31,
|
||||
"maxApi": 2147483647,
|
||||
"baselineProfiles": [
|
||||
"baselineProfiles/0/app-release.dm"
|
||||
]
|
||||
}
|
||||
],
|
||||
"minSdkVersionForDexing": 29
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user