Découvrez mes derniers projets:
Kiosky – Le front-end pour vos commandes dans vos restaurants
An front-end for your fast-food kiosk
Structure du projet
└── Kiosky/ ├── LICENSE ├── README.md ├── ask-barcode.html ├── ask-id.html ├── cart.html ├── choicemethod.html ├── index.html ├── order.html ├── script.js ├── style.css └── successful.html
Tester le projet
Installation
Depuis GitHub:
- Cloner le repo de Kiosky:
❯ git clone https://github.com/MaxenceLebrunDEV/Kiosky
- Aller dans le dossier du projet:
❯ cd Kiosky
Lancer et tester
Roadmap
-
Responsive
✅ -
Add an error handler
✖️ -
Create an admin panel
✖️
DVD Animation – Reproduction de l’animation du logo DVD en HTML/CSS/JS
Installation
- Cloner le repo: git clone https://github.com/mlebrun40/dvd-html-animation.git
- Ouvrir
index.html
dans votre navigateur.
TempoEDFColor – Simple librairie de consultation des couleurs de Tempo EDF via l’API Public
Exemple
tempo = require('tempoedf'); tempo.getTempoColor().then((color) => { console.log(color); });