Pages

Souriez : projet

Clonez  https://github.com/dupontdenis/takepicture.git

Lancez dans un terminal le serveur avec la commande : 

node app



Dans votre navigateur allez http://localhost:3000/



see also   https://github.com/dupontdenis/Smill.git

 

 

Projet (finir l'interaction)



Plan

  1. Définition des variables et fonctions.
  2. DOM
  3. Interaction
  4. Améliorations
  5. Objet
  6. Design Pattern

DOM : TD

 Element

Etude : événement

Repérer dans le code l'écouteur sur l'événement input.

input.addEventListener("input", ACTION)


See the Pen Amortissement bootstrap by dupont (@dupontcodepen) on CodePen.