🔗 🌐 Voir le site en ligne (GitHub Pages)
Luxdrive est un site statique permettant de découvrir un catalogue de voitures de luxe. Les données sont chargées dynamiquement à partir d’un fichier JSON et affichées via JavaScript.
⚠️ Le site n'est pas encore responsive. Une version adaptée aux mobiles sera ajoutée ultérieurement.
- Liste dynamique de véhicules à partir d’un fichier
.json - Filtrage ou affichage conditionnel via JavaScript
- Design sobre et moderne en HTML + CSS
- Site statique hébergé sur GitHub Pages
- HTML5
- CSS3
- JavaScript (ES6)
- JSON
- Télécharger ou cloner ce dépôt
- Ouvrir
index.htmldans votre navigateur
Ce projet est sous licence MIT.
Développé par Dev IT Seb
Voir la version en ligne
🔗 🌐 View Live Demo (GitHub Pages)
Luxdrive is a static website showcasing a catalog of luxury cars. Data is dynamically loaded from a JSON file and rendered with JavaScript.
⚠️ The site is not yet responsive. A mobile-friendly version will be added later.
- Dynamic car listing from
.jsondata - DOM rendering and interactivity via JavaScript
- Clean modern design with HTML + CSS
- Static hosting via GitHub Pages
- HTML5
- CSS3
- JavaScript (ES6)
- JSON
- Clone or download the repository
- Open
index.htmlin your browser
This project is under the MIT License.
Developed by DevTech-Solution