brunosimon / esin-e1-p2026

Home Page:https://bruno-simon.com/esin/e1-p2026/site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESIN E1 P2026

Repo des cours de développement web en première année pour la promotion P2026

Cours

  • HTML
  • CSS
  • Responsive
  • JS
    • script tag
    • alert
    • console
    • Variables
      • Nomenclature
      • const / let
      • Types
    • Concatenation / Back quotes
    • Boucles
      • while
      • for
      • for ... in
      • for ... of
      • forEach
    • Function
      • Classic
      • Fat arrow
      • return
    • Events
      • addEventListeners
      • Callbacks
      • click / mousemove / mousedown / mouseup / mouseenter / mouseleave
      • keydown / keyup
      • scroll
      • resize
    • setInterval / setTimeout
    • Math
    • Scope / Function scope / Block scope
    • if / else / || / &&
    • DOM manipulation
      • querySelector / querySelectorAll
      • appendChild
      • removeChild
      • remove
      • setAttribute
      • style
      • classList
      • textContent
      • innerText
      • innerHTML
    • fetch
    • JSON
    • Object
    • class / constructor
    • Modules

Exercices

  • Cursor
  • Weight convertissor
  • Player control
  • Element following cursor
  • Font size controller (click on + and - to change font size)
  • Calculator
  • Dice roller
  • Currency converter (https://exchangeratesapi.io/)
  • Googly eyes
  • Drumkit
  • Prevent copy
  • Digital clock
  • Needles clock
  • Target shooter (mouse that shoot targets)
  • Keyboard typer (write the word fast)
  • Catcher (keyboard player that catch targets)
  • Carousel
  • Popin
  • Menu toggle
  • Lazy loader
  • Cursor parallax
  • Scroll parallax
  • Weather widget
  • 3D button

About

https://bruno-simon.com/esin/e1-p2026/site/


Languages

Language:HTML 41.9%Language:JavaScript 32.2%Language:CSS 21.4%Language:SCSS 4.2%Language:PHP 0.2%