Ressources
Logiciels, extensions et outils pour le développement web
Logiciels
Éditeurs de code
- Visual Studio Code : https://code.visualstudio.com/
Navigateurs
- Chrome : https://www.google.com/intl/fr_ca/chrome/
- Firefox : https://www.mozilla.org/fr/firefox/
Versionnage et collaboration
- GIT :
- Windows : https://git-scm.com/download/win
- Mac : https://git-scm.com/install/mac
- GitHub Desktop : https://desktop.github.com/download/
Transfert de fichiers
- FileZilla : https://filezilla-project.org/
Stockage en nuage
Gestionnaire de paquets (Mac)
- Homebrew : https://brew.sh
Extensions VSCode
| Extension | Description |
|---|---|
| French Language Pack for Visual Studio | Interface en français |
| Live Preview | Prévisualisation en temps réel |
| Live Server | Serveur de développement local |
| GitLens, Git supercharged | Fonctionnalités Git avancées |
| Markdown Preview Enhanced | Prévisualisation Markdown |
| Prettier - Code formatter | Formatage automatique du code |
| ESLint | Analyse statique JavaScript |
| Live Share | Collaboration en temps réel |
Extensions Chrome
| Extension | Lien |
|---|---|
| Web Developer (Chris Pederick) | Chrome Web Store |
| GoFullPage - Full Page Screen Capture | Chrome Web Store |
Outils en ligne
Validation
- Validateur HTML du W3C : https://validator.w3.org/
Polices
- Google Fonts : https://fonts.google.com/
GitHub
Inscription et communauté
- Créer un compte GitHub : https://github.com/join
- Communauté du cours : https://github.com/integration2/communaute
Guides et modèles
- Guide HTML : guide-html.md
- Liste de contrôle : liste-de-controle.md
- Tutoriel GitHub (Hello World) : github-hello-world-fr.md