Ohmyfood est un site 100% mobile qui répertorie les menus de restaurants gastronomiques.
- transitions
- @keyframes
- indentation du code
- organisation des fichiers via le pattern 7-1
- node.js
- commits en lignes de commandes (git add *, status, commit -m "", git push, git branch...)
- Pages pour héberger le site
Responsive design (Desktop, Tablet, Mobile)
- Installer Node.js : https://nodejs.org/en/
- npm init
- npm install sass (installation locale) ou npm install -g sass (installation globale)
- Créer un script : "scripts": { "sass": "sass --watch ./sass/main.scss:./public/css/style.css" },
- npm run sass